-
Notifications
You must be signed in to change notification settings - Fork 0
/
pubspec.yaml
87 lines (76 loc) · 1.89 KB
/
pubspec.yaml
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
76
77
78
79
80
81
82
83
84
85
86
87
name: maiporarisu
description: まいぽらりす
publish_to: "none"
version: 1.0.2+5
environment:
sdk: ">=3.0.6 <4.0.0"
dependencies:
flutter:
sdk: flutter
flutter_localizations:
sdk: flutter
cupertino_icons: ^1.0.2
geolocator: ^10.0.0
permission_handler: ^11.0.1
get: ^4.6.5
flutter_dotenv: ^5.1.0
google_maps_flutter: ^2.5.0
google_place: ^0.4.7
freezed: ^2.4.3
freezed_annotation: ^2.4.1
json_annotation: ^4.8.1
http: ^0.13.6
flutter_hooks: ^0.20.3
hooks_riverpod: ^2.4.3
riverpod_annotation: ^2.2.0
google_places_flutter: ^2.0.6
google_maps_directions: ^0.0.3+4
flutter_polyline_points: ^1.0.0
intl: ^0.18.1
flutter_launcher_icons: ^0.13.1
qr_flutter: ^4.1.0
google_mlkit_barcode_scanning: ^0.10.0
url_launcher: ^6.2.1
image_picker: ^1.0.4
logger: ^2.0.2+1
qr_code_scanner: ^1.0.1
share_plus: ^7.2.1
image_gallery_saver: ^2.0.3
dev_dependencies:
flutter_test:
sdk: flutter
flutter_lints: ^2.0.0
build_runner: ^2.4.6
json_serializable: ^6.7.1
riverpod_generator: ^3.0.0-dev.3
custom_lint: ^0.5.3
riverpod_lint: ^2.3.0
flutter_launcher_icons:
android: "launcher_icon"
image_path_android: "assets/png/icon_android.png"
min_sdk_android: 21
adaptive_icon_background: "#252525"
adaptive_icon_foreground: "assets/png/icon_android.png"
ios: true
image_path_ios: "assets/png/icon_with_bg.png"
remove_alpha_ios: true
image_path: "assets/png/icon.png"
flutter:
uses-material-design: true
assets:
- .env
- assets/png/icon_android.png
- assets/png/icon_with_bg.png
- assets/png/icon.png
# fonts:
# - family: Schyler
# fonts:
# - asset: fonts/Schyler-Regular.ttf
# - asset: fonts/Schyler-Italic.ttf
# style: italic
# - family: Trajan Pro
# fonts:
# - asset: fonts/TrajanPro.ttf
# - asset: fonts/TrajanPro_Bold.ttf
# weight: 700
#