-
Notifications
You must be signed in to change notification settings - Fork 171
/
pubspec.yaml
42 lines (37 loc) · 858 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
42
name: fordev
description: Enquetes para programadores.
publish_to: 'none'
version: 0.0.1
environment:
sdk: ">=2.12.0 <3.0.0"
dependencies:
flutter:
sdk: flutter
cupertino_icons: 1.0.3
http: 0.13.3
provider: 6.0.1
equatable: 2.0.3
get: 4.3.8
flutter_secure_storage: 4.2.1
localstorage: 4.0.0+1
carousel_slider: 4.0.0
intl: 0.17.0
dev_dependencies:
flutter_test:
sdk: flutter
flutter_launcher_icons: 0.9.2
test: 1.17.10
mocktail: 0.1.4
faker: 2.0.0
network_image_mock: 2.0.1
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