-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpubspec.yaml
65 lines (56 loc) · 1.53 KB
/
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
52
53
54
55
56
57
58
59
60
61
62
63
64
65
name: pa
description: A new Flutter project.
publish_to: "none"
version: 1.0.0+1
environment:
sdk: ">=2.18.4 <3.0.0"
dependencies:
flutter:
sdk: flutter
flutter_dotenv: ^5.0.0
go_router: ^10.1.2
provider: ^6.0.5
http: ^0.13.0
url_launcher: ^6.1.14
flutter_native_splash: ^2.3.2
flutter_launcher_icons: ^0.13.1
image_picker: ^1.0.0
image: ^4.0.17
camera: ^0.10.5+4
path_provider: ^2.1.1
path: ^1.8.3
sqflite: ^2.3.0
flutter_localizations:
sdk: flutter
intl: any
cupertino_icons: ^1.0.1
multiple_image_camera: ^0.0.1
image_cropper: ^1.4.0
drift: ^2.12.1
sqlite3_flutter_libs: ^0.5.17
permission_handler: ^11.0.0
dev_dependencies:
logger: ^2.0.2+1
flutter_test:
sdk: flutter
flutter_lints: ^2.0.0
drift_dev: ^2.12.1
build_runner: ^2.4.6
flutter:
uses-material-design: true
generate: true
assets:
- assets/images/history/default.jpg # default history image
- assets/images/flag_icon_launcher/res/mipmap-mdpi/flag_icon_launcher.png # launcher
- .env # ini kenapa disini ? 😂
flutter_launcher_icons:
# https://pub.dev/packages/flutter_launcher_icons#book-guide
# flutter pub run flutter_launcher_icons
android: "launcher_icon"
ios: true
image_path: assets/images/flag_icon_launcher/res/mipmap-mdpi/flag_icon_launcher.png
flutter_native_splash:
# https://pub.dev/packages/flutter_native_splash#usage
# dart run flutter_native_splash:create
color: "#4b8eff"
image: assets/images/flag_icon_launcher/res/mipmap-xhdpi/flag_icon_launcher_adaptive_fore.png