Aditya Thakur
Name: Aditya Thakur
Talk
Title:
Flutter Lints to rescue
Abstract:
The talk would be on harnessing the power of the flutter_lints package to set some rules when writing code. As of Flutter version 2.3.0-12.0.pre or newer, the latest set of recommended lints are already enabled to use. Although for older projects, would like to take up migration to latest recommended lints. And, for the newer ones talk about some of these rules and how they can be used to advantage.I recently had worked to migrate the Flutter Community plus_plugins from the deprecated pedantic to flutter_lints (Link: https://github.com/fluttercommunity/plus_plugins/pull/519) and, would like to share my experience based on that.