-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpubspec.yaml
46 lines (42 loc) · 926 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
name: demo_app
version: 1.0.0+1
publish_to: none
environment:
sdk: ">=3.0.0 <4.0.0"
dependencies:
bloc: ^8.1.0
flutter:
sdk: flutter
flutter_bloc: ^8.1.5
flutter_localizations:
sdk: flutter
intl: ^0.18.1
firebase_core: ^2.30.0
firebase_auth: ^4.19.2
cloud_firestore: ^4.17.0
flutter_svg: ^1.1.6
equatable: ^2.0.5
formz: ^0.4.1
authentication:
path: packages/authentication
models:
path: packages/models
dev_dependencies:
bloc_test: ^9.1.0
flutter_test:
sdk: flutter
mocktail: ^0.3.0
flutter:
uses-material-design: true
generate: true
assets:
- assets/
- assets/image/sign_in_image.svg
- assets/image/sign_up_image.svg
- assets/image/sign_up_image.png
- assets/image/sign_in_image.png
- assets/image/avatar_image.png
- assets/icons/facebook.svg
- assets/icons/twitter.svg
- assets/icons/linkedin.svg
- assets/icons/menu.svg