-
Notifications
You must be signed in to change notification settings - Fork 1
/
pubspec.yaml
51 lines (43 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
name: yatp
description: Yet another TODO application
publish_to: 'none' # Remove this line if you wish to publish to pub.dev
version: 1.0.0+1
environment:
sdk: ">=2.9.0 <3.0.0"
dependencies:
flutter:
sdk: flutter
cupertino_icons: ^1.0.0
firebase_core: ^0.5.0
firebase_auth: ^0.18.1+1
firebase_storage: ^4.0.1
cloud_firestore: ^0.14.1+2
redux: ^4.0.0+3
flutter_redux: ^0.6.0
redux_epics: ^0.14.0
rxdart: ^0.24.1
built_value: ^7.1.0
built_collection: ^4.3.2
freezed_annotation: ^0.12.0
meta: ^1.2.3
overlay_support: ^1.0.5
path_provider: ^1.6.18
wallpaper_manager: ^1.0.10
flutter_cache_manager: ^1.4.2
image_gallery_saver: ^1.5.0
flutter_slidable: ^0.5.7
firebase_crashlytics: ^0.2.1
intl: ^0.16.1
flutter_launcher_icons: ^0.8.0
dev_dependencies:
flutter_test:
sdk: flutter
build_runner: ^1.10.1
freezed: ^0.12.1
built_value_generator: ^7.1.0
flutter_icons:
android: "launcher_icon"
ios: true
image_path: "assets/icon.png"
flutter:
uses-material-design: true