There's nothing as difficult as deciphering someone else's code. It is usually very hard to understand especially when no particular format is followed unless the person wrote clear readable lines of code. Here is where lint rules come in. Linting is the process of checking the source code for programmatic as well as stylistic errors and unformatted code. In this session, we are going to learn how to set the lint rules in Flutter