feat(proj): init
This commit is contained in:
@@ -0,0 +1,44 @@
|
||||
name: please_pay_me
|
||||
description: Дожить до ЗП — бюджет от зарплаты до зарплаты
|
||||
publish_to: "none"
|
||||
version: 0.1.0+1
|
||||
|
||||
environment:
|
||||
sdk: ">=3.5.0 <4.0.0"
|
||||
|
||||
dependencies:
|
||||
flutter:
|
||||
sdk: flutter
|
||||
flutter_localizations:
|
||||
sdk: flutter
|
||||
intl: any
|
||||
cupertino_icons: ^1.0.8
|
||||
google_fonts: ^6.2.1
|
||||
http: ^1.2.2
|
||||
provider: ^6.1.2
|
||||
shared_preferences: ^2.3.2
|
||||
url_launcher: ^6.3.0
|
||||
webview_flutter: ^4.10.0
|
||||
webview_flutter_android: ^4.10.0
|
||||
|
||||
dev_dependencies:
|
||||
flutter_test:
|
||||
sdk: flutter
|
||||
flutter_lints: ^5.0.0
|
||||
flutter_launcher_icons: ^0.14.4
|
||||
|
||||
flutter:
|
||||
uses-material-design: true
|
||||
assets:
|
||||
- assets/branding/app_icon.png
|
||||
|
||||
flutter_launcher_icons:
|
||||
android: true
|
||||
ios: true
|
||||
windows:
|
||||
generate: true
|
||||
icon_size: 256
|
||||
image_path: assets/branding/app_icon.png
|
||||
adaptive_icon_background: "#12885A"
|
||||
adaptive_icon_foreground: assets/branding/app_icon.png
|
||||
min_sdk_android: 21
|
||||
Reference in New Issue
Block a user