Skip to content

Commit

Permalink
chore: add linters
Browse files Browse the repository at this point in the history
  • Loading branch information
tcrasset committed Jul 23, 2023
1 parent 983b28e commit 538d338
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 0 deletions.
14 changes: 14 additions & 0 deletions pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -265,6 +265,13 @@ packages:
url: "https://pub.dartlang.org"
source: hosted
version: "0.11.0"
flutter_lints:
dependency: "direct dev"
description:
name: flutter_lints
url: "https://pub.dartlang.org"
source: hosted
version: "2.0.1"
flutter_localizations:
dependency: transitive
description: flutter
Expand Down Expand Up @@ -401,6 +408,13 @@ packages:
url: "https://pub.dartlang.org"
source: hosted
version: "2.0.1"
lints:
dependency: transitive
description:
name: lints
url: "https://pub.dartlang.org"
source: hosted
version: "2.0.1"
logging:
dependency: transitive
description:
Expand Down
1 change: 1 addition & 0 deletions pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,7 @@ dev_dependencies:
json_serializable: ^6.3.1
lint: ^2.0.1
test: ^1.16.8
flutter_lints: ^2.0.1

flutter_icons:
android: true
Expand Down

0 comments on commit 538d338

Please sign in to comment.