-
Notifications
You must be signed in to change notification settings - Fork 6
/
pubspec.yaml
92 lines (73 loc) · 1.67 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
88
89
90
91
92
name: fish_radar
description: "A new Flutter project."
publish_to: 'none'
version: 1.0.0+1
environment:
sdk: '>=3.2.3 <4.0.0'
dependencies:
flutter:
sdk: flutter
cupertino_icons: ^1.0.2
animated_notch_bottom_bar: ^1.0.0
google_maps_flutter: ^2.5.3
lottie: ^3.0.0
cached_network_image: ^3.3.1
flutter_native_splash: ^2.3.9
http: ^1.2.0
percent_indicator: ^4.0.1
shared_preferences: ^2.0.9
intl: ^0.17.0
#gemini
image_picker: ^1.0.7
image_cropper: ^5.0.1
#hive local database
hive: ^2.2.3
hive_flutter: ^1.1.0
#shimmer
shimmer: ^2.0.0
google_gemini: ^0.1.2
flutter_widget_from_html: ^0.14.11
provider: ^6.1.1
geolocator: ^10.1.0
location: ^5.0.3
path_provider: ^2.1.2
flutter_rating_bar: ^4.0.1
firebase_core: ^2.25.4
cloud_firestore: ^4.15.4
dev_dependencies:
flutter_test:
sdk: flutter
flutter_launcher_icons: "^0.13.1"
flutter_lints: ^3.0.1
# hive
hive_generator: ^2.0.1
build_runner: ^2.1.2
#app icon
flutter_launcher_icons:
android: "launcher_icon"
ios: true
image_path: "assets/icon/icon.png"
background_color: "#ffffff"
min_sdk_android: 21 # android min sdk min:16, default 21
flutter_icons:
image_path: "assets/icon/icon.png"
android: true
ios: true
adaptive_icon_foreground: "assets/icon/icon.png"
adaptive_icon_background: "#ffffff"
#splash screen
flutter_native_splash:
color: "#192E51"
image: assets/png/splash_image.png
android_12:
color: "#192E51"
image: assets/png/splash_image.png
flutter:
uses-material-design: true
assets:
- assets/png/
- assets/icon/
- assets/fish.json
- assets/raw/
- assets/images/
# Add more assets if needed