diff options
author | xAlpharax <42233094+xAlpharax@users.noreply.github.com> | 2023-10-20 11:37:59 +0300 |
---|---|---|
committer | xAlpharax <42233094+xAlpharax@users.noreply.github.com> | 2023-10-20 11:37:59 +0300 |
commit | 0dfaebd1778f91f4f7f9c0a7f8b1e274516c4f61 (patch) | |
tree | ba789a28c0aff0b722584e537f929d2742bfc80c /pubspec.yaml | |
parent | f807ac50f1a2683aea25042e05b118a28b58fc37 (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 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" |