Navaron Bracke

Remove `flutter_lints`

`flutter_lints` is actually less strict than `lints`.
... ... @@ -18,7 +18,6 @@ dev_dependencies:
flutter_test:
sdk: flutter
lint: ">=1.10.0 <3.0.0"
#flutter_lints: ^2.0.3
flutter:
plugin:
... ... @@ -32,4 +31,4 @@ flutter:
pluginClass: MobileScannerPlugin
web:
pluginClass: MobileScannerWebPlugin
fileName: mobile_scanner_web_plugin.dart
\ No newline at end of file
fileName: mobile_scanner_web_plugin.dart
... ...