diff options
-rw-r--r-- | pubspec.lock | 8 | ||||
-rw-r--r-- | pubspec.yaml | 4 |
2 files changed, 6 insertions, 6 deletions
diff --git a/pubspec.lock b/pubspec.lock index d79eca5..af9ce86 100644 --- a/pubspec.lock +++ b/pubspec.lock @@ -178,10 +178,10 @@ packages: dependency: "direct dev" description: name: flutter_lints - sha256: a25a15ebbdfc33ab1cd26c63a6ee519df92338a9c10f122adda92938253bef04 + sha256: ad76540d21c066228ee3f9d1dad64a9f7e46530e8bb7c85011a88bc1fd874bc5 url: "https://pub.dev" source: hosted - version: "2.0.3" + version: "3.0.0" flutter_plugin_android_lifecycle: dependency: transitive description: @@ -244,10 +244,10 @@ packages: dependency: transitive description: name: lints - sha256: "0a217c6c989d21039f1498c3ed9f3ed71b354e69873f13a8dfc3c9fe76f1b452" + sha256: cbf8d4b858bb0134ef3ef87841abdf8d63bfc255c266b7bf6b39daa1085c4290 url: "https://pub.dev" source: hosted - version: "2.1.1" + version: "3.0.0" matcher: dependency: transitive description: 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" |