-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpubspec.yaml
More file actions
41 lines (32 loc) · 780 Bytes
/
pubspec.yaml
File metadata and controls
41 lines (32 loc) · 780 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: flutter_times
description: Example Flutter implementation of the NyTimes API.
version: 1.0.0+1
environment:
sdk: ">=2.0.0-dev.68.0 <3.0.0"
dependencies:
flutter:
sdk: flutter
cupertino_icons: ^0.1.2
flutter_bloc: ^0.4.1
bloc: ^0.7.0
sembast: ^1.11.0
path_provider: ^0.4.1
json_annotation: ^2.0.0
dio: ^1.0.9
transparent_image: ^0.1.0
webview_flutter: ^0.0.1
url_launcher: ^4.0.2
dev_dependencies:
flutter_test:
sdk: flutter
json_serializable: ^2.0.0
build_runner: ^1.1.2
flutter_launcher_icons: ^0.7.0
flutter:
uses-material-design: true
flutter_icons:
android: true
ios: true
image_path: 'assets/launcher/rss_icon.png'
adaptive_icon_background: '#009688'
adaptive_icon_foreground: 'assets/launcher/rss_icon.png'