-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpubspec.yaml
executable file
·51 lines (39 loc) · 930 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
43
44
45
46
47
48
49
50
51
name: portfolio
description: A new Flutter project.
publish_to: 'none' # Remove this line if you wish to publish to pub.dev
version: 1.0.0+1
environment:
sdk: '>=2.19.4 <4.0.0'
dependencies:
flutter:
sdk: flutter
flutter_localizations:
sdk: flutter
google_fonts: ^6.2.1
url_launcher: ^6.2.6
provider: ^6.1.2
url_strategy: ^0.2.0
intl_utils: ^2.8.7
dev_dependencies:
flutter_test:
sdk: flutter
very_good_analysis: ^6.0.0
flutter_launcher_icons: ^0.13.1
flutter_launcher_icons:
android: "ic_launcher"
ios: true
image_path: "assets/icons/logo.png"
min_sdk_android: 21 # android min sdk min:16, default 21
web:
generate: true
image_path: "assets/icons/logo.png"
background_color: "#ffffff"
theme_color: "#fcb7b7"
flutter:
uses-material-design: true
assets:
- assets/icons/
- assets/images/
flutter_intl:
enabled: true
class_name: AppLocalization