mfsao 2.0.0
mfsao: ^2.0.0 copied to clipboard
My Flutter-specific analysis options
2.0.0 #
- Switch to
flutter_lints
as base - Introduce
implicit-casts: false
- Introduce
always_specify_types
,sort_pub_dependencies
etc directly from the flutter repo
1.0.0 #
- Introduce null-safety support
0.2.0 #
- Introduce errors on
- missing_required_param
- missing_return
- unused_import
- unused_local_variable
- dead_code
0.1.0 #
- Initial version, created by Stagehand