From 0dfaebd1778f91f4f7f9c0a7f8b1e274516c4f61 Mon Sep 17 00:00:00 2001 From: xAlpharax <42233094+xAlpharax@users.noreply.github.com> Date: Fri, 20 Oct 2023 11:37:59 +0300 Subject: Updated Flutter Lints to 3.0.0 Changes to be committed: modified: pubspec.lock modified: pubspec.yaml --- pubspec.lock | 8 ++++---- pubspec.yaml | 4 ++-- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/pubspec.lock b/pubspec.lock index 563b76c..1b2e8a3 100644 --- a/pubspec.lock +++ b/pubspec.lock @@ -170,10 +170,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 631ec2c..b1a3789 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,5 +1,5 @@ name: ocr -description: A new Flutter project. +description: My Flutter Application for Optical Character Recognition. 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