From 7ba811e5413acae6c538e1501872aae9232a03c9 Mon Sep 17 00:00:00 2001 From: Feichtmeier Date: Mon, 28 Oct 2024 19:48:51 +0100 Subject: [PATCH] fix: add flutter_lints --- pubspec.lock | 16 ++++++++++++++++ pubspec.yaml | 1 + 2 files changed, 17 insertions(+) diff --git a/pubspec.lock b/pubspec.lock index 152e0e8..f3add74 100755 --- a/pubspec.lock +++ b/pubspec.lock @@ -270,6 +270,14 @@ packages: description: flutter source: sdk version: "0.0.0" + flutter_lints: + dependency: "direct dev" + description: + name: flutter_lints + sha256: "5398f14efa795ffb7a33e9b6a08798b26a180edac4ad7db3f231e40f82ce11e1" + url: "https://pub.dev" + source: hosted + version: "5.0.0" flutter_web_plugins: dependency: transitive description: flutter @@ -435,6 +443,14 @@ packages: url: "https://pub.dev" source: hosted version: "2.3.0" + lints: + dependency: transitive + description: + name: lints + sha256: "3315600f3fb3b135be672bf4a178c55f274bebe368325ae18462c89ac1e3b413" + url: "https://pub.dev" + source: hosted + version: "5.0.0" logging: dependency: transitive description: diff --git a/pubspec.yaml b/pubspec.yaml index 31ac000..8375426 100755 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -43,6 +43,7 @@ dependencies: dev_dependencies: build_runner: ^2.3.2 + flutter_lints: ^5.0.0 isar_generator: ^3.0.2 lint: ^2.1.1