Jonny Borges

update lint

# Include option is buggy:
include: package:lints/recommended.yaml
include: package:flutter_lints/flutter.yaml
# In case the include issue gets fixed, lines below INCLUDE_FIX
# can be removed
... ...
... ... @@ -38,6 +38,7 @@ dev_dependencies:
flutter_test:
sdk: flutter
get_test: 4.0.1
flutter_lints: ^2.0.1
# For information on the generic Dart part of this file, see the
# following page: https://dart.dev/tools/pub/pubspec
... ...
... ... @@ -15,7 +15,7 @@ dependencies:
dev_dependencies:
flutter_test:
sdk: flutter
lints: ^1.0.1
flutter_lints: ^2.0.1
# For information on the generic Dart part of this file, see the
... ...