diff options
author | xAlpharax <42233094+xAlpharax@users.noreply.github.com> | 2023-10-20 11:41:25 +0300 |
---|---|---|
committer | xAlpharax <42233094+xAlpharax@users.noreply.github.com> | 2023-10-20 11:41:25 +0300 |
commit | 9b83244cc2a856f673e73a78e85ce48d4b5a5097 (patch) | |
tree | 360b61f86ffed15c7e318b9afeb0f8e68593c07b /pubspec.yaml | |
parent | 866c83d76cef54cbdf3fe5e91d04cb257bbbe188 (diff) |
Updated Flutter Lints to 3.0.0
Changes to be committed:
modified: pubspec.lock
modified: pubspec.yaml
Diffstat (limited to 'pubspec.yaml')
-rw-r--r-- | pubspec.yaml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/pubspec.yaml b/pubspec.yaml index 4ded084..649a9c1 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,5 +1,5 @@ name: yolo -description: A new Flutter project. +description: My Flutter Application for Real Time Object Detection / Semantic Segmentation. publish_to: 'none' # Remove this line if you wish to publish to pub.dev version: 1.0.0+1 @@ -22,7 +22,7 @@ dev_dependencies: sdk: flutter flutter_launcher_icons: ^0.13.1 - flutter_lints: ^2.0.0 + flutter_lints: ^3.0.0 flutter_icons: image_path: "assets/MegaViewLogo.png" |