-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpubspec.yaml
104 lines (91 loc) · 2.18 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
93
94
95
96
97
98
99
100
101
102
103
104
name: etahlil
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: ">=2.15.1 <3.0.0"
dependencies:
flutter:
sdk: flutter
# Use with the CupertinoIcons class for iOS style icons.
cupertino_icons: ^1.0.2
# 1.Connection checker
internet_connection_checker: ^0.0.1+3
# 2.Service Locator
get_it: ^7.2.0
# 3.State Management
flutter_bloc: ^8.0.1
# 4.Network calls
http: ^0.13.4
# 5.Local cache
shared_preferences: ^2.0.13
# 6.Local database
hive: ^2.0.6
hive_flutter: ^1.1.0
# 7.Message viewer
fluttertoast: ^8.0.8
# 8.Support svg icons
flutter_svg: ^1.0.3
# 9.Support text sizes
auto_size_text: ^3.0.0
# 10.Responsive ui
flutter_screenutil: ^5.2.0
# 11.Formatter
mask_text_input_formatter: ^2.1.0
# 12.PinCode helper
pin_code_fields: ^7.0.0-nullsafety
# 13.Bloc cached clear helper
bloc_concurrency: ^0.2.0
# 14.Image picker from camera
image_picker: ^0.8.4+9
# 15.intro views images
carousel_slider: ^4.0.0
# 16. For get current time and others
intl: ^0.17.0
# 17.Value equality
equatable: ^2.0.3
# 18.Functional programming thingies
dartz: ^0.10.1
# 19.For get uni address
device_info_plus: ^3.2.2
# 20.For get current location
geolocator: ^8.2.0
# 21.For Image cached
cached_network_image: ^3.2.0
# 22.For Progress
sn_progress_dialog: ^1.0.3
# 23. For Fingerprint
local_auth: ^1.1.0
# 22 For stream
rxdart: ^0.27.3
dio: ^4.0.6
dev_dependencies:
flutter_test:
sdk: flutter
flutter_lints: ^1.0.0
# 1.For Splash
flutter_native_splash: ^2.0.3+1
# 1.For Local database
build_runner: ^2.1.7
hive_generator: ^1.1.2
flutter_gen_runner: ^4.2.1
flutter_native_splash:
color: '#2972FE'
image: assets/images/logoTahlil.png
android: true
ios: true
flutter:
uses-material-design: true
assets:
- assets/icons/
- assets/images/
fonts:
- family: Medium
fonts:
- asset: assets/fonts/Montserrat-Medium.ttf
- family: Regular
fonts:
- asset: assets/fonts/Montserrat-Regular.ttf
- family: SemiBold
fonts:
- asset: assets/fonts/Montserrat-SemiBold.ttf