forked from rmanguinho/clean-flutter-app
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpubspec.yaml
More file actions
42 lines (37 loc) · 777 Bytes
/
pubspec.yaml
File metadata and controls
42 lines (37 loc) · 777 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
name: ForDev
description: Enquetes para programadores.
publish_to: 'none'
version: 0.0.1
environment:
sdk: ">=2.7.0 <3.0.0"
dependencies:
flutter:
sdk: flutter
cupertino_icons: ^0.1.3
http:
provider:
equatable:
get: 3.4.2
flutter_secure_storage:
localstorage:
carousel_slider:
intl:
dev_dependencies:
flutter_test:
sdk: flutter
flutter_launcher_icons:
test:
mockito:
faker:
image_test_utils:
flutter:
uses-material-design: true
assets:
- lib/ui/assets/
flutter_icons:
ios: true
android: true
image_path_android: lib/ui/assets/icon/android.png
image_path_ios: lib/ui/assets/icon/ios.png
adaptive_icon_background: lib/ui/assets/icon/background.png
adaptive_icon_foreground: lib/ui/assets/icon/foreground.png