File tree Expand file tree Collapse file tree 5 files changed +7
-2
lines changed Expand file tree Collapse file tree 5 files changed +7
-2
lines changed Original file line number Diff line number Diff line change 2424
2525# https://pub.dev/packages/flutter_lints
2626
27- include : package:flutter_lints/flutter .yaml
27+ include : package:lints/recommended .yaml
2828
2929analyzer :
3030 errors :
3131 constant_identifier_names : ignore
32+ no_wildcard_variable_uses : ignore
33+ use_super_parameters : ignore
3234 #
3335 # Enforce stricter type-checking
3436 # https://dart.dev/guides/language/analysis-options#enabling-additional-type-checks
Original file line number Diff line number Diff line change @@ -48,7 +48,7 @@ dependencies:
4848dev_dependencies :
4949 flutter_test :
5050 sdk : flutter
51- flutter_lints : ^2 .0.1
51+ lints : ^4 .0.0
5252 mockito : ^5.3.2
5353 import_sorter : ^4.6.0
5454 yaml : ^3.1.2
Original file line number Diff line number Diff line change 1313// limitations under the License.
1414
1515@Timeout (Duration (seconds: 5 ))
16+ library ;
1617
1718import 'package:flutter_test/flutter_test.dart' ;
1819
Original file line number Diff line number Diff line change 1313// limitations under the License.
1414
1515@Timeout (Duration (seconds: 5 ))
16+ library ;
1617
1718import 'package:flutter_test/flutter_test.dart' ;
1819import 'package:protobuf/protobuf.dart' ;
Original file line number Diff line number Diff line change 1313// limitations under the License.
1414
1515@Timeout (Duration (seconds: 5 ))
16+ library ;
1617
1718import 'package:flutter_test/flutter_test.dart' ;
1819
You can’t perform that action at this time.
0 commit comments