-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpubspec.yaml
63 lines (52 loc) · 1.43 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
name: flutter_01_alpha
description: A new Flutter project.
publish_to: 'none'
version: 1.0.0+1
environment:
sdk: ">=2.15.0 <3.0.0"
dependencies:
flutter_platform_widgets: ^1.12.1
flutter_staggered_animations: 1.0.0
animations: 2.0.2
http: 0.13.4
google_fonts: ^2.1.1
json_annotation: ^4.4.0
email_validator: ^2.0.1
flutter:
sdk: flutter
cupertino_icons: ^1.0.4
get: ^4.6.1
animated_text_kit: ^4.2.1
catcher: ^0.6.9
firebase_crashlytics: ^2.5.0
dev_dependencies:
effective_dart: 1.3.2
flutter_lints: ^1.0.4
flutter_test:
sdk: flutter
build_runner: ^2.1.7
json_serializable: ^6.1.3
flutter_native_splash: ^1.3.3
flutter_native_splash:
#TO GENERATE THE SPLASH-SCREEN: flutter pub run flutter_native_splash:create
android: true
ios: true
web: false
# Your image must be a PNG file.
background_image: assets/splash/primary-background.png
image: assets/splash/primary-splash-logo.png
android_gravity: center
ios_center_mode: botton
# fullscreen: true
# android12: true
flutter:
uses-material-design: true
assets:
- assets/login_view/logo.png
- assets/login_view/elevator-btn-login-view.png
- assets/splash/primary-background.png
- assets/splash/primary-splash-logo.png
- assets/splash/secondary-logo-dark.png
- assets/splash/secondary-logo-light.png
- assets/splash/circular_progress_indicator_small.gif
- assets/splash/cupertino_activity_indicator_small.gif