-
Notifications
You must be signed in to change notification settings - Fork 11
/
Copy pathpubspec.yaml
41 lines (33 loc) · 838 Bytes
/
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
name: goalkeeper
description: A simple Flutter app to help you achieve your goals!
version: 1.4+5
environment:
sdk: ">=2.1.0 <3.0.0"
dependencies:
flutter:
sdk: flutter
cupertino_icons: ^0.1.2
dynamic_theme: ^1.0.1
eva_icons_flutter: ^2.0.0
flutter_local_notifications: ^1.1.2
flutter_speed_dial: ^1.2.5
path_provider: ^1.5.1
sqflite: ^1.1.8
url_launcher: ^5.4.1
dev_dependencies:
flutter_test:
sdk: flutter
flutter_launcher_icons: ^0.7.3
mockito: ^4.1.0
flutter_icons:
android: 'launcher_icon'
image_path_android: 'assets/icon/icon-legacy.png'
adaptive_icon_foreground: 'assets/icon/icon-adaptive.png'
adaptive_icon_background: '#fafafa'
ios: true
image_path_ios: 'assets/icon/icon-ios.png'
flutter:
uses-material-design: true
assets:
- assets/credits/
- assets/icon/