The 10 Best Lints to Use in Your Flutter Project
๐ฐ Dev.to ยท Felipe Sales
prefer_const_declarations Forces the use of const whenever possible. ๐ง Example: const myValue =...
prefer_const_declarations Forces the use of const whenever possible. ๐ง Example: const myValue =...