-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpubspec.yaml
57 lines (46 loc) · 1.01 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
name: flutter_rss
description: A new Flutter application.
version: 1.0.0+1
environment:
sdk: ">=2.1.0 <3.0.0"
dependencies:
flutter:
sdk: flutter
flutter_localizations:
sdk: flutter
cupertino_icons: ^0.1.3
dio: ^3.0.10
webfeed: ^0.6.0
intl: ^0.16.1
webview_flutter: ^0.3.22+1
url_launcher: ^5.5.3
flustars: ^0.3.3
sqflite: ^1.3.1+1
flutter_easyloading: ^1.1.4 # toast/loading/process/success/er
path_provider: ^1.6.14
provider: ^4.3.2+2
package_info: ^0.4.3
get_it: ^4.0.4
splashscreen: ^1.2.0
flutter_widget_from_html: ^0.5.0+3
cached_network_image: ^2.3.2+1
extended_image: ^1.1.1
permission_handler: ^5.0.1+1
share: ^0.6.5
image_gallery_saver: ^1.5.0
transparent_image: ^1.0.0
dev_dependencies:
flutter_test:
sdk: flutter
flutter_launcher_icons: ^0.7.5
flutter:
uses-material-design: true
assets:
- assets/icon/
- assets/image/
flutter_icons:
android: true
ios: true
image_path: "assets/icon/logo.png"
flutter_intl:
enabled: true