-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathpubspec.yaml
More file actions
45 lines (33 loc) · 694 Bytes
/
pubspec.yaml
File metadata and controls
45 lines (33 loc) · 694 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
42
43
44
45
name: minimalistic_push
description: A minimalistic push-up application.
publish_to: 'none' # do not remove
version: 1.0.0+1
environment:
sdk: '>=2.17.0 <3.0.0'
dependencies:
flutter:
sdk: flutter
flutter_localizations:
sdk: flutter
# common
clipboard: ^0.1.3
proximity_sensor: ^1.0.2
share_plus: ^4.0.4
sqflite: ^2.0.2+1
url_launcher: ^6.1.2
# get
get: ^4.6.3
get_storage: ^2.0.3
dev_dependencies:
flutter_test:
sdk: flutter
flutter_launcher_icons:
effective_dart: ^1.3.0
flutter_icons:
image_path: 'assets/icons/app_icon.png'
android: false
ios: true
flutter:
uses-material-design: true
assets:
- assets/icons/app_icon.png