-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpubspec.yaml
43 lines (36 loc) · 835 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: survey
description: A new Flutter application.
publish_to: 'none' # Remove this line if you wish to publish to pub.dev
version: 1.0.0+1
environment:
sdk: ">=2.7.0 <3.0.0"
dependencies:
carousel_slider:
flutter_secure_storage:
localstorage:
flutter:
sdk: flutter
cupertino_icons: ^1.0.0
http:
provider:
equatable:
get:
dev_dependencies:
flutter_launcher_icons: "^0.8.0"
image_test_utils:
test:
mockito:
faker:
flutter_test:
sdk: flutter
flutter:
uses-material-design: true
assets:
- lib/ui/assets/
flutter_icons:
android: true
ios: true
image_path_android: "lib/ui/assets/icon/android.png"
image_path_ios: "lib/ui/assets/icon/android.png"
adaptive_icon_background: "lib/ui/assets/icon/background.png"
adaptive_icon_foreground: "lib/ui/assets/icon/foreground.png"