-
-
Notifications
You must be signed in to change notification settings - Fork 252
/
pubspec.yaml
68 lines (58 loc) · 1.31 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
name: cherry
description: Simple yet powerful, open-source SpaceX launch tracker.
version: 2.14.0+80
environment:
sdk: ">=2.10.0 <3.0.0"
dependencies:
flutter:
sdk: flutter
add_2_calendar: ^2.1.0
big_tip: ^2.0.0
cached_network_image: ^3.1.0
cherry_components: ^0.3.1
decorated_icon: ^1.2.1
dio: ^4.0.0
expand_widget: ^2.1.0
equatable: ^2.0.3
flutter_bloc: ^7.0.1
flutter_i18n: ^0.30.0
flutter_local_notifications: ^8.2.0
flutter_markdown: ^0.6.2
flutter_request_bloc: ^0.2.0
flutter_svg: ^0.22.0
flutter_swiper: ^1.1.6
flutter_web_browser: ^0.15.0
google_fonts: ^2.1.0
hydrated_bloc: ^7.0.1
in_app_review: ^2.0.2
latlong2: ^0.8.0
lint: ^1.6.0
package_info_plus: ^1.0.3
quick_actions: ^0.6.0+6
row_collection: ^0.2.5
row_item: ^2.0.1
search_page: ^2.0.0
share_plus: ^2.1.4
sliver_fab: ^1.0.0
system_setting: ^0.1.3
dev_dependencies:
flutter_test:
sdk: flutter
bloc_test: ^8.0.2
flutter_launcher_icons: ^0.9.0
flutter_native_splash: ^1.2.0
mockito: ^5.0.10
dependency_overrides:
args: 2.1.1
flutter_icons:
image_path: assets/icons/icon_app.png
android: false
ios: true
flutter_native_splash:
image: assets/icons/icon_splash.png
color: "#151515"
flutter:
assets:
- assets/flutter_i18n/
- assets/icons/
uses-material-design: true