forked from Shrouk-Ashraf/Space-Xplore
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpubspec.yaml
108 lines (83 loc) · 1.87 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
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
name: space_app
description: "A new Flutter project."
publish_to: 'none' # Remove this line if you wish to publish to pub.dev
version: 1.0.0+1
environment:
sdk: '>=3.3.1 <4.0.0'
dependencies:
# Flutter SDK
flutter:
sdk: flutter
# Bloc State Management
bloc: ^8.1.4
flutter_bloc: ^8.1.5
# Networking
dio: ^5.4.3+1
retrofit: ^4.1.0
retrofit_generator: ^8.1.0
# Dependency Injection
get_it: ^7.7.0
# JSON Serialization
json_annotation: ^4.9.0
json_serializable: ^6.8.0
# Data Serialization
freezed: ^2.5.2
freezed_annotation: ^2.4.1
# Utilities
either_dart: ^1.0.0
intl: ^0.18.1
pretty_dio_logger: ^1.3.1
# Code generation
build_runner: ^2.4.9
# Responsive
flutter_screenutil: ^5.9.0
# Icons
cupertino_icons: ^1.0.6
# UI Components
flutter_svg: ^2.0.10+1
lottie: ^3.1.0
persistent_bottom_nav_bar: ^5.0.2
carousel_slider: ^4.2.1
youtube_player_flutter: ^9.0.1
webview_flutter: ^4.7.0
flutter_spinkit: ^5.2.1
# Image Caching
cached_network_image: ^3.3.1
# Splash Screen
flutter_native_splash: ^2.4.0
# Onboarding Screen
intro_screen_onboarding_flutter: ^1.0.0
introduction_screen: ^3.1.14
# Connectivity
connectivity_plus: ^2.3.9
# Storage
shared_preferences: ^2.2.3
# Animations
flutter_staggered_animations: ^1.1.1
dev_dependencies:
flutter_lints: ^3.0.0
flutter_test:
sdk: flutter
# Launcher icon
flutter_icons:
android: true
ios: true
image_path: "assets/icons/launcher_icon.png"
flutter:
uses-material-design: true
# Assets
assets:
- assets/images/
- assets/icons/
- assets/lotties/
# Fonts
fonts:
- family: Orbitron
fonts:
- asset: assets/fonts/Orbitron-Regular.ttf
- family: Ubuntu
fonts:
- asset: assets/fonts/Ubuntu-Regular.ttf
- family: Orienta
fonts:
- asset: assets/fonts/Orienta-Regular.ttf