48 lines
978 B
YAML
48 lines
978 B
YAML
name: tugasakhir
|
|
description: A new Flutter project.
|
|
publish_to: 'none'
|
|
version: 1.0.0+1
|
|
|
|
environment:
|
|
sdk: ">=3.0.0 <4.0.0"
|
|
|
|
dependencies:
|
|
flutter:
|
|
sdk: flutter
|
|
cupertino_icons: ^1.0.8
|
|
firebase_core: ^2.10.0
|
|
firebase_auth: ^4.5.0
|
|
firebase_database: ^10.2.7
|
|
flutter_login: ^5.0.0
|
|
fl_chart: ^0.64.0
|
|
share_plus: ^7.2.1
|
|
cloud_firestore: ^4.9.3
|
|
flutter_launcher_icons: ^0.14.4
|
|
|
|
|
|
dev_dependencies:
|
|
flutter_test:
|
|
sdk: flutter
|
|
flutter_lints: ^4.0.0
|
|
|
|
flutter_launcher_icons:
|
|
android: "launcher_icon"
|
|
ios: true
|
|
image_path: "assets/icon.png"
|
|
min_sdk_android: 21 # android min sdk min:16, default 21
|
|
web:
|
|
generate: true
|
|
image_path: "assets/icon.png"
|
|
background_color: "#hexcode"
|
|
theme_color: "#hexcode"
|
|
windows:
|
|
generate: true
|
|
image_path: "assets/icon.png"
|
|
icon_size: 48 # min:48, max:256, default: 48
|
|
|
|
flutter_icons:
|
|
android: true
|
|
ios: true
|
|
image_path: "assets/icon.png"
|
|
flutter:
|
|
uses-material-design: true |