Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 7ba811e

Browse files
committedOct 28, 2024·
fix: add flutter_lints
1 parent 8e49fbc commit 7ba811e

File tree

2 files changed

+17
-0
lines changed

2 files changed

+17
-0
lines changed
 

‎pubspec.lock

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -270,6 +270,14 @@ packages:
270270
description: flutter
271271
source: sdk
272272
version: "0.0.0"
273+
flutter_lints:
274+
dependency: "direct dev"
275+
description:
276+
name: flutter_lints
277+
sha256: "5398f14efa795ffb7a33e9b6a08798b26a180edac4ad7db3f231e40f82ce11e1"
278+
url: "https://pub.dev"
279+
source: hosted
280+
version: "5.0.0"
273281
flutter_web_plugins:
274282
dependency: transitive
275283
description: flutter
@@ -435,6 +443,14 @@ packages:
435443
url: "https://pub.dev"
436444
source: hosted
437445
version: "2.3.0"
446+
lints:
447+
dependency: transitive
448+
description:
449+
name: lints
450+
sha256: "3315600f3fb3b135be672bf4a178c55f274bebe368325ae18462c89ac1e3b413"
451+
url: "https://pub.dev"
452+
source: hosted
453+
version: "5.0.0"
438454
logging:
439455
dependency: transitive
440456
description:

‎pubspec.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,7 @@ dependencies:
4343

4444
dev_dependencies:
4545
build_runner: ^2.3.2
46+
flutter_lints: ^5.0.0
4647
isar_generator: ^3.0.2
4748
lint: ^2.1.1
4849

0 commit comments

Comments
 (0)
Please sign in to comment.