-
Notifications
You must be signed in to change notification settings - Fork 0
/
pubspec.yaml
64 lines (57 loc) · 1.34 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
name: nasa_apod_app
description: NASA Astronomy Picture of the Day App
publish_to: 'none'
version: 1.0.0+1
environment:
sdk: '>=2.18.0 <3.0.0'
dependencies:
app_review: ^2.1.2+1
background_fetch: ^1.1.2
connectivity: ^3.0.6
date_format: ^2.0.7
extended_image: ^6.3.4
flutter:
sdk: flutter
flutter_cache_manager: ^3.3.0
flutter_email_sender: ^5.2.0
flutter_local_notifications: ^13.0.0
flutter_widget_from_html: ^0.9.0+2
freezed_annotation: ^2.2.0
hive: ^2.2.3
hive_flutter: ^1.1.0
html: ^0.15.1
http: ^0.13.5
image: ^3.3.0
image_picker: ^0.8.6
image_save: ^5.0.0
intl: ^0.18.0
json_annotation: ^4.7.0
liquid_pull_to_refresh: ^3.0.1
material_design_icons_flutter: ^6.0.7096
path: ^1.8.3
path_provider: ^2.0.11
photo_view: ^0.14.0
provider: ^6.0.5
scroll_to_index: ^3.0.1
share: ^2.0.4
url_launcher: ^6.1.7
wallpaper_manager:
git:
url: https://github.com/ApoorvaAditya/wallpaper_manager.git
dev_dependencies:
build_runner: ^2.3.3
flutter_launcher_icons: ^0.11.0
freezed: ^2.3.2
hive_generator: ^2.0.0
json_serializable: ^6.5.4
lint: ^2.0.1
flutter_icons:
android: "launcher_icon"
ios: false
image_path: assets/icon/icon.png
flutter:
assets:
- assets/icon/icon_small.png
- assets/images/nasa-logo.png
- assets/images/placeholder.png
uses-material-design: true