-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpubspec.yaml
61 lines (54 loc) · 1.25 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
name: reddit_client
description: A new Flutter project.
# The following line prevents the package from being accidentally published to
# pub.dev using `pub publish`. This is preferred for private packages.
publish_to: "none" # Remove this line if you wish to publish to pub.dev
version: 1.0.0+1
environment:
sdk: ">=2.7.0 <3.0.0"
dependencies:
flutter:
sdk: flutter
chewie: ^0.12.1+1
dio: ^3.0.10
draw: null
equatable: null
flutter_bloc: null
flutter_link_preview: ^1.5.6
flutter_markdown: ^0.5.2
flutter_slidable: ^0.5.7
hive: ^1.4.4+1
hive_flutter: ^0.3.1
html_unescape: ^1.0.2
http: null
intl: ^0.16.1
metadata_fetch: ^0.3.4
rxdart: ^0.25.0
timeago: ^2.0.29
uni_links: ^0.4.0
url_launcher: ^5.7.10
uuid: null
video_player: ^1.0.1
video_provider: ^1.2.3+2
youtube_player_flutter: ^7.0.0+7
dev_dependencies:
flutter_test:
sdk: flutter
flutter_application_id: ^1.0.0
flutter_launcher_icons: ^0.8.1
mockito: null
flutter:
uses-material-design: true
assets:
- assets/icons/
flutter_icons:
android: "ic_launcher"
ios: true
image_path: "assets/icons/app_icon.png"
flutter_application_id:
android:
id: "com.yshean.amber"
name: "Amber"
ios:
id: "com.yshean.amber"
name: "Amber"