Skip to content

Commit

Permalink
Update mobile_scanner version to 3.5.5 and flutter_lints to 3.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
rvndsngwn committed Jan 8, 2024
1 parent 22b31a1 commit cc51255
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 8 deletions.
2 changes: 1 addition & 1 deletion .flutter-plugins
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
# This is a generated file; do not edit or check into version control.
mobile_scanner=C:\\Users\\amitj\\AppData\\Local\\Pub\\Cache\\hosted\\pub.dev\\mobile_scanner-3.5.5\\
mobile_scanner=/Users/arvindsangwan/.pub-cache/hosted/pub.dev/mobile_scanner-3.5.5/
2 changes: 1 addition & 1 deletion .flutter-plugins-dependencies
Original file line number Diff line number Diff line change
@@ -1 +1 @@
{"info":"This is a generated file; do not edit or check into version control.","plugins":{"ios":[{"name":"mobile_scanner","path":"C:\\\\Users\\\\amitj\\\\AppData\\\\Local\\\\Pub\\\\Cache\\\\hosted\\\\pub.dev\\\\mobile_scanner-3.5.5\\\\","native_build":true,"dependencies":[]}],"android":[{"name":"mobile_scanner","path":"C:\\\\Users\\\\amitj\\\\AppData\\\\Local\\\\Pub\\\\Cache\\\\hosted\\\\pub.dev\\\\mobile_scanner-3.5.5\\\\","native_build":true,"dependencies":[]}],"macos":[{"name":"mobile_scanner","path":"C:\\\\Users\\\\amitj\\\\AppData\\\\Local\\\\Pub\\\\Cache\\\\hosted\\\\pub.dev\\\\mobile_scanner-3.5.5\\\\","native_build":true,"dependencies":[]}],"linux":[],"windows":[],"web":[{"name":"mobile_scanner","path":"C:\\\\Users\\\\amitj\\\\AppData\\\\Local\\\\Pub\\\\Cache\\\\hosted\\\\pub.dev\\\\mobile_scanner-3.5.5\\\\","dependencies":[]}]},"dependencyGraph":[{"name":"mobile_scanner","dependencies":[]}],"date_created":"2023-12-14 11:07:19.823901","version":"3.16.0"}
{"info":"This is a generated file; do not edit or check into version control.","plugins":{"ios":[{"name":"mobile_scanner","path":"/Users/arvindsangwan/.pub-cache/hosted/pub.dev/mobile_scanner-3.5.5/","native_build":true,"dependencies":[]}],"android":[{"name":"mobile_scanner","path":"/Users/arvindsangwan/.pub-cache/hosted/pub.dev/mobile_scanner-3.5.5/","native_build":true,"dependencies":[]}],"macos":[{"name":"mobile_scanner","path":"/Users/arvindsangwan/.pub-cache/hosted/pub.dev/mobile_scanner-3.5.5/","native_build":true,"dependencies":[]}],"linux":[],"windows":[],"web":[{"name":"mobile_scanner","path":"/Users/arvindsangwan/.pub-cache/hosted/pub.dev/mobile_scanner-3.5.5/","dependencies":[]}]},"dependencyGraph":[{"name":"mobile_scanner","dependencies":[]}],"date_created":"2024-01-08 21:11:33.102164","version":"3.16.4"}
5 changes: 4 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -29,4 +29,7 @@ migrate_working_dir/
.packages
build/
.vscode
.vsCode
.vsCode

.flutter-plugins
.flutter-plugins-dependencies
10 changes: 5 additions & 5 deletions pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
name: ai_barcode_scanner
description: A universal AI barcode and QR code scanner for Flutter based on MLKit. Uses CameraX on Android, AVFoundation on iOS and Apple Vision & AVFoundation on macOS.
version: 3.4.1
version: 3.4.2
homepage: https://mohesu.com
repository: https://github.com/mohesu/barcode_scanner.git
issue_tracker: https://github.com/mohesu/barcode_scanner/issues
screenshots:
- description: 'Barcode Scanner'
- description: "Barcode Scanner"
path: assets/final.PNG

topics:
Expand All @@ -16,18 +16,18 @@ topics:
- mobile-scanner

environment:
sdk: ">=3.1.0 <4.0.0"
sdk: ">=2.17.0 <4.0.0"
flutter: ">=3.10.0"

dependencies:
flutter:
sdk: flutter

mobile_scanner: ^3.4.1
mobile_scanner: ^3.5.5

dev_dependencies:
flutter_test:
sdk: flutter
flutter_lints: ^2.0.3
flutter_lints: ^3.0.1

flutter:

0 comments on commit cc51255

Please sign in to comment.