-
Notifications
You must be signed in to change notification settings - Fork 5
/
pubspec.yaml
52 lines (47 loc) · 988 Bytes
/
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
name: help_me
description: A new Flutter application.
version: 1.0.0+1
environment:
sdk: ">=2.8.0 <3.0.0"
dependencies:
flutter:
sdk: flutter
auto_route: 0.6.7
cupertino_icons: ^0.1.2
dartz: ^0.9.0
firebase_auth: ^0.16.0
firebase_core: ^0.4.4+3
flushbar: ^1.10.0
flutter_bloc: ^4.0.0
flutter_svg: ^0.18.0
freezed_annotation: ^0.7.1
geolocator: ^5.1.5
get_it: ^4.0.2
google_maps_flutter: ^0.5.21+8
google_sign_in: ^4.4.4
http: ^0.12.1
injectable: ^0.3.0
json_annotation: ^3.1.0
kt_dart: ^0.8.0
lottie: ^0.7.0+1
provider: ^4.3.1
uuid: ^2.0.4
dev_dependencies:
flutter_test:
sdk: flutter
auto_route_generator: 0.6.7
build_runner: null
freezed: ^0.10.7
injectable_generator: ^0.3.5
json_serializable: ^3.5.0
lint: ^1.1.1
flutter:
fonts:
- family: Sen
fonts:
- asset: assets/fonts/Sen-Regular.ttf
assets:
- assets/images/
- assets/icons/
- assets/animations/
uses-material-design: true