From 9b83244cc2a856f673e73a78e85ce48d4b5a5097 Mon Sep 17 00:00:00 2001 From: xAlpharax <42233094+xAlpharax@users.noreply.github.com> Date: Fri, 20 Oct 2023 11:41:25 +0300 Subject: Updated Flutter Lints to 3.0.0 Changes to be committed: modified: pubspec.lock modified: pubspec.yaml --- pubspec.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'pubspec.yaml') 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" -- cgit v1.2.3