forked from jesusrp98/spacex-go
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpubspec.yaml
60 lines (48 loc) · 1.23 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
name: cherry
description: Simple yet powerful, open-source SpaceX launch tracker.
version: 2.3.1+38
environment:
sdk: ">=2.1.0 <3.0.0"
dependencies:
flutter:
sdk: flutter
## Online
flutter_mailer: ^0.4.0+1
flutter_web_browser: ^0.11.0
dio: ^2.1.2
## Offline
cached_network_image: ^0.7.0
shared_preferences: ^0.5.2
## Widgets
add_2_calendar: ^1.2.2
flutter_local_notifications: ^0.6.1
flutter_map: ^0.4.0 # UPDATE CONFLICT WITH CACHE NETWORK IMAGE
flutter_swiper: ^1.1.6
material_search: ^0.2.8
sliver_fab: ^1.0.0
## Tools
flutter_i18n: ^0.6.3
intl: ^0.15.7 # UPDATE CONFLICT WITH FLUTTER I18N
package_info: ^0.4.0+3
quick_actions: ^0.3.0+1
scoped_model: ^1.0.1
share: ^0.6.1
system_setting: ^0.1.2
## Icons
font_awesome_flutter: ^8.4.0
flutter:
fonts:
- family: RobotoMono
fonts:
- asset: assets/fonts/RobotoMono-Bold.ttf
- asset: assets/fonts/RobotoMono-Regular.ttf
- family: ProductSans
fonts:
- asset: assets/fonts/ProductSans-Bold.ttf
- asset: assets/fonts/ProductSans-Regular.ttf
- family: ComicSans
fonts:
- asset: assets/fonts/ComicSans.ttf
assets:
- assets/flutter_i18n/
uses-material-design: true