-
Notifications
You must be signed in to change notification settings - Fork 37
Expand file tree
/
Copy pathpubspec.yaml
More file actions
41 lines (35 loc) · 799 Bytes
/
pubspec.yaml
File metadata and controls
41 lines (35 loc) · 799 Bytes
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
name: re_walls
description: Wallpapers from reddit.
version: 1.0.0+1
environment:
sdk: ">=2.1.0 <3.0.0"
dependencies:
flutter:
sdk: flutter
provider: 5.0.0
carousel_slider: 3.0.0
shared_preferences: 2.0.5
http: 0.13.1
cached_network_image: 3.0.0
share: 2.0.1
webview_flutter: 2.0.4
image_downloader: 0.30.0
font_awesome_flutter: 9.0.0
permission_handler: 7.0.0
fluttertoast: 8.0.6
url_launcher: 6.0.3
dev_dependencies:
flutter_test:
sdk: flutter
flutter:
uses-material-design: true
# assets:
# - assets/images/
fonts:
- family: Sans
fonts:
- asset: assets/fonts/PTSans-Regular.ttf
- asset: assets/fonts/PTSans-RegularItalic.ttf
style: italic
- asset: assets/fonts/PTSans-Bold.ttf
weight: 700