-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpubspec.yaml
76 lines (57 loc) · 1.31 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
name: fam_works
description: "A new Flutter project."
publish_to: 'none' # Remove this line if you wish to publish to pub.dev
version: 1.0.0+1
environment:
sdk: '>=3.2.2 <4.0.0'
dependencies:
flutter:
sdk: flutter
#Firebase
firebase_core: ^2.25.5
firebase_auth: ^4.17.6
firebase_storage: ^11.6.7
cloud_firestore: ^4.15.6
#Device Camera and Gallery
image_picker: ^1.0.4
#UI
delightful_toast: ^1.1.0
flutter_rating_bar: ^4.0.1
flutter_map: ^6.1.0
intl: ^0.19.0
#Cache
shared_preferences: ^2.2.0
cached_network_image: ^3.3.1
path_provider: ^2.1.1
#State Management
provider: ^6.1.2
mobx: ^2.3.3+2
flutter_mobx: ^2.2.1+1
#Network
http: ^1.0.0
connectivity_plus: ^5.0.2
geolocator: ^11.0.0
#Notification
onesignal_flutter: ^5.1.2
#Security
flutter_dotenv: ^5.1.0
cupertino_icons: ^1.0.2
dev_dependencies:
flutter_test:
sdk: flutter
# Code Generation
build_runner: ^2.4.8
mobx_codegen: ^2.6.1
flutter_launcher_icons: ^0.9.2
flutter_icons:
android: true
ios: true
image_path: "assets/icon/fam_works_icon.png"
min_sdk_android: 21 # android min sdk min:16, default 21
flutter_lints: ^2.0.0
flutter:
uses-material-design: true
# To add assets to your application, add an assets section, like this:
assets:
- assets/
- .env