-
Notifications
You must be signed in to change notification settings - Fork 0
/
pubspec.yaml
74 lines (63 loc) · 1.69 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
name: flutter_world_time_app
description: a simple flutter android app that uses API to get world time data and to login users.
publish_to: 'none' # Remove this line if you wish to publish to pub.dev
version: 2.3.3+1
environment:
sdk: '>=3.1.5 <4.0.0'
dependencies:
flutter:
sdk: flutter
flutter_svg: ^2.0.9
cupertino_icons: ^1.0.2
http: ^1.1.2
intl: ^0.18.1
flutter_easyloading: ^3.0.5
flutter_spinkit: ^5.2.0
social_auth_buttons: ^2.0.2
firebase_core: ^2.24.2
firebase_auth: ^4.15.3
provider: ^6.1.1
google_sign_in: ^6.2.1
firebase_ui_auth: ^1.10.0
google_fonts: ^6.1.0
cached_network_image: ^3.3.0
animated_text_kit: ^4.2.2
page_transition: ^2.1.0
image_picker: ^1.0.5
dev_dependencies:
flutter_launcher_icons: ^0.13.1
flutter_native_splash: ^2.3.5
flutter_test:
sdk: flutter
flutter_lints: ^3.0.1
flutter_native_splash:
color: '#1A1919'
image: assets/images/logo.png
flutter_icons:
android: 'launcher_icon'
min_sdk_android: 21
image_path: 'assets/images/logo.png'
flutter:
uses-material-design: true
assets:
- assets/images/
- assets/images/vustron.png
- assets/images/senator_armstrong_meme.gif
fonts:
- family: IndieFlower
fonts:
- asset: fonts/IndieFlower-Regular.ttf
- family: Raleway
fonts:
- asset: fonts/Raleway-Regular.ttf
- asset: fonts/Raleway-Italic.ttf
style: italic
- family: RobotoMono
fonts:
- asset: fonts/RobotoMono-Regular.ttf
- asset: fonts/RobotoMono-Bold.ttf
weight: 700
- family: AlumniSansInlineOne
fonts:
- asset: fonts/AlumniSansInlineOne-Italic.ttf
- asset: fonts/AlumniSansInlineOne-Regular.ttf