-
Notifications
You must be signed in to change notification settings - Fork 13
/
Copy pathpubspec.yaml
84 lines (74 loc) · 1.84 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
name: movingPictures
description: Real-world movie database mobile application with the Flutter SDK
and DDD clean architecture.
publish_to: "none" # Remove this line if you wish to publish to pub.dev
version: 1.0.0+1
environment:
sdk: ">=2.7.0 <3.0.0"
dependencies:
flutter:
sdk: flutter
flutter_localizations:
sdk: flutter
auto_route: ^0.6.9
bloc: ^6.1.0
cloud_firestore: ^0.14.3
connectivity: ^2.0.2
cupertino_icons: ^1.0.0
dartz: ^0.9.2
dio: ^3.0.10
equatable: ^1.2.5
firebase_auth: ^0.18.3
firebase_core: ^0.5.2
flushbar: ^1.10.4
flutter_bloc: ^6.1.1
flutter_hooks: ^0.15.0
flutter_svg: ^0.19.1
freezed_annotation: 0.12.0
get_it: ^5.0.1
google_sign_in: ^4.5.6
injectable: ^1.0.5
json_annotation: ^3.1.0
kt_dart: ^0.8.0
shimmer: ^1.1.2
url_launcher: ^5.7.10
uuid: ^2.2.2
wc_flutter_share: ^0.2.2
dev_dependencies:
flutter_test:
sdk: flutter
analyzer: null
auto_route_generator: ^0.6.10
build_runner: 1.10.4
flutter_launcher_icons: ^0.8.1
freezed: 0.12.2
injectable_generator: ^1.0.6
json_serializable: ^3.5.0
lint: ^1.3.0
flutter_icons:
android: true
ios: true
image_path: "assets/logos/moving_pictures_logo_man.png"
# For information on the generic Dart part of this file, see the
# following page: https://dart.dev/tools/pub/pubspec
# The following section is specific to Flutter.
flutter:
uses-material-design: true
assets:
- assets/logos/
- assets/images/
- assets/icons/
- assets/icons/regularIcons/
- assets/icons/numberIcons/
- lang/
fonts:
- family: Montez
fonts:
- asset: fonts/Montez/Montez-Regular.ttf
weight: 500
- family: Roboto
fonts:
- asset: fonts/Roboto/Roboto-Light.ttf
- asset: fonts/Roboto/Roboto-Regular.ttf
- asset: fonts/Roboto/Roboto-Medium.ttf
weight: 500