-
-
Notifications
You must be signed in to change notification settings - Fork 54
Expand file tree
/
Copy pathpubspec.yaml
More file actions
38 lines (32 loc) · 903 Bytes
/
pubspec.yaml
File metadata and controls
38 lines (32 loc) · 903 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
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: 7.1.0
homepage: https://mohesu.com
repository: https://github.com/itsarvinddev/barcode_scanner.git
issue_tracker: https://github.com/itsarvinddev/barcode_scanner/issues
screenshots:
- description: "AI Barcode Scanner"
path: assets/ai_barcode_scanner.png
- description: "UI Customization"
path: assets/IMG_5359.png
topics:
- qr-code
- barcode
- scanner
- camera
- mobile-scanner
environment:
sdk: ">=2.17.0 <4.0.0"
flutter: ">=3.10.0"
dependencies:
flutter:
sdk: flutter
mobile_scanner: ^7.1.2
image_picker: ^1.2.0
universal_platform: ^1.1.0
dev_dependencies:
flutter_test:
sdk: flutter
flutter_lints: ^6.0.0
flutter:
uses-material-design: true