Remove `flutter_lints`
`flutter_lints` is actually less strict than `lints`.
Showing
1 changed file
with
1 additions
and
2 deletions
| @@ -18,7 +18,6 @@ dev_dependencies: | @@ -18,7 +18,6 @@ dev_dependencies: | ||
| 18 | flutter_test: | 18 | flutter_test: |
| 19 | sdk: flutter | 19 | sdk: flutter |
| 20 | lint: ">=1.10.0 <3.0.0" | 20 | lint: ">=1.10.0 <3.0.0" |
| 21 | - #flutter_lints: ^2.0.3 | ||
| 22 | 21 | ||
| 23 | flutter: | 22 | flutter: |
| 24 | plugin: | 23 | plugin: |
| @@ -32,4 +31,4 @@ flutter: | @@ -32,4 +31,4 @@ flutter: | ||
| 32 | pluginClass: MobileScannerPlugin | 31 | pluginClass: MobileScannerPlugin |
| 33 | web: | 32 | web: |
| 34 | pluginClass: MobileScannerWebPlugin | 33 | pluginClass: MobileScannerWebPlugin |
| 35 | - fileName: mobile_scanner_web_plugin.dart | ||
| 34 | + fileName: mobile_scanner_web_plugin.dart |
-
Please register or login to post a comment