diff --git a/pubspec.lock b/pubspec.lock index 1e43364..859d9da 100644 --- a/pubspec.lock +++ b/pubspec.lock @@ -102,6 +102,14 @@ packages: url: "https://pub.dev" source: hosted version: "0.9.3" + flutter_lints: + dependency: "direct dev" + description: + name: flutter_lints + sha256: e2a421b7e59244faef694ba7b30562e489c2b489866e505074eb005cd7060db7 + url: "https://pub.dev" + source: hosted + version: "3.0.1" flutter_test: dependency: "direct dev" description: flutter @@ -147,6 +155,14 @@ packages: url: "https://pub.dev" source: hosted version: "0.6.7" + lints: + dependency: transitive + description: + name: lints + sha256: cbf8d4b858bb0134ef3ef87841abdf8d63bfc255c266b7bf6b39daa1085c4290 + url: "https://pub.dev" + source: hosted + version: "3.0.0" matcher: dependency: transitive description: diff --git a/pubspec.yaml b/pubspec.yaml index cf0d915..7da9d0e 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -44,11 +44,6 @@ dev_dependencies: flutter_launcher_icons: "^0.9.3" -flutter_icons: - image_path: "assets/images/choo.png" - android: true - ios: true - # The "flutter_lints" package below contains a set of recommended lints to # encourage good coding practices. The lint set provided by the package is # activated in the `analysis_options.yaml` file located at the root of your @@ -56,6 +51,12 @@ flutter_icons: # rules and activating additional ones. flutter_lints: ^3.0.1 +flutter_icons: + image_path: "assets/images/choo.png" + android: true + ios: true + + # For information on the generic Dart part of this file, see the # following page: https://dart.dev/tools/pub/pubspec