summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorxAlpharax <42233094+xAlpharax@users.noreply.github.com>2023-10-20 11:37:59 +0300
committerxAlpharax <42233094+xAlpharax@users.noreply.github.com>2023-10-20 11:37:59 +0300
commit0dfaebd1778f91f4f7f9c0a7f8b1e274516c4f61 (patch)
treeba789a28c0aff0b722584e537f929d2742bfc80c
parentf807ac50f1a2683aea25042e05b118a28b58fc37 (diff)
Updated Flutter Lints to 3.0.0
Changes to be committed: modified: pubspec.lock modified: pubspec.yaml
-rw-r--r--pubspec.lock8
-rw-r--r--pubspec.yaml4
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"