-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpubspec.yaml
More file actions
75 lines (66 loc) · 1.41 KB
/
Copy pathpubspec.yaml
File metadata and controls
75 lines (66 loc) · 1.41 KB
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
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
name: scanify
description: "Scan, generate and manage QR codes"
publish_to: 'none'
version: 1.0.0+1
environment:
sdk: ^3.9.2
dependencies:
flutter:
sdk: flutter
flutter_native_splash: ^2.4.7
hive: ^2.2.3
flutter_svg: ^2.2.3
defer_pointer: ^0.0.2
permission_handler: ^12.0.1
mobile_scanner: ^7.1.4
image_picker: ^1.2.1
screenshot: ^3.0.0
share_plus: ^12.0.1
path_provider: ^2.1.5
hive_flutter: ^1.1.0
crypto: ^3.0.7
shared_preferences: ^2.5.5
flutter_localization: ^0.4.0
flutter_localizations:
sdk: flutter
intl: ^0.20.2
pasteboard: ^0.5.0
external_path: ^2.2.0
file_picker: ^11.0.2
device_info_plus: ^12.4.0
barcode_widget: ^2.0.4
vibration: ^3.1.8
audioplayers: ^6.7.0
flutter_map: ^8.3.0
latlong2: ^0.9.1
geolocator: ^14.0.2
geocoding: ^4.0.0
pretty_qr_code: ^3.6.0
url_launcher: ^6.3.2
flutter_contacts: ^2.1.0
add_2_calendar: ^3.0.1
fluttertoast: ^9.0.0
awesome_notifications: ^0.10.0
image: ^4.8.0
dev_dependencies:
flutter_test:
sdk: flutter
flutter_lints: ^6.0.0
flutter:
generate: true
uses-material-design: true
fonts:
- family: cairo
fonts:
- asset: assets/fonts/cairo.ttf
assets:
- assets/sounds/
- assets/icons/
- assets/icons/barcodes/
- assets/fonts/
- assets/images/
flutter_launcher_icons:
android: true
ios: true
image_path: "assets/images/app-logo.png"
min_sdk_android: 21