mirror of
https://gitlab.com/nkming2/nc-photos.git
synced 2025-02-02 06:46:22 +01:00
Migrate to new lint package
This commit is contained in:
parent
34fa4b92aa
commit
0be61f652f
3 changed files with 16 additions and 0 deletions
1
analysis_options.yaml
Normal file
1
analysis_options.yaml
Normal file
|
@ -0,0 +1 @@
|
|||
include: package:flutter_lints/flutter.yaml
|
14
pubspec.lock
14
pubspec.lock
|
@ -297,6 +297,13 @@ packages:
|
|||
url: "https://pub.dartlang.org"
|
||||
source: hosted
|
||||
version: "3.0.2"
|
||||
flutter_lints:
|
||||
dependency: "direct dev"
|
||||
description:
|
||||
name: flutter_lints
|
||||
url: "https://pub.dartlang.org"
|
||||
source: hosted
|
||||
version: "1.0.4"
|
||||
flutter_localizations:
|
||||
dependency: "direct main"
|
||||
description: flutter
|
||||
|
@ -440,6 +447,13 @@ packages:
|
|||
url: "https://pub.dartlang.org"
|
||||
source: hosted
|
||||
version: "3.0.0"
|
||||
lints:
|
||||
dependency: transitive
|
||||
description:
|
||||
name: lints
|
||||
url: "https://pub.dartlang.org"
|
||||
source: hosted
|
||||
version: "1.0.1"
|
||||
logging:
|
||||
dependency: "direct main"
|
||||
description:
|
||||
|
|
|
@ -83,6 +83,7 @@ dependencies:
|
|||
dev_dependencies:
|
||||
test: any
|
||||
bloc_test: any
|
||||
flutter_lints: ^1.0.4
|
||||
# flutter_test:
|
||||
# sdk: flutter
|
||||
# integration_test:
|
||||
|
|
Loading…
Reference in a new issue