36 lines
612 B
YAML
36 lines
612 B
YAML
---
|
|
name: botz_app
|
|
description: A new Flutter project.
|
|
version: 1.0.0+1
|
|
|
|
environment:
|
|
sdk: ">=2.1.0 <3.0.0"
|
|
|
|
dependencies:
|
|
flutter:
|
|
sdk: flutter
|
|
|
|
http: ^0.12.0+2
|
|
logger: ^0.7.0+2
|
|
dbcrypt: ^1.0.0
|
|
shared_preferences: ^0.5.3+4
|
|
|
|
dev_dependencies:
|
|
flutter_launcher_icons: ^0.7.2
|
|
flutter_test:
|
|
sdk: flutter
|
|
|
|
flutter_icons:
|
|
android: "launcher_icon"
|
|
ios: true
|
|
image_path: "res/icon.png"
|
|
image_path_ios: "res/icon.png"
|
|
adaptive_icon_background: "#ffff00"
|
|
adaptive_icon_foreground: "res/adaptive_small.png"
|
|
|
|
|
|
flutter:
|
|
uses-material-design: true
|
|
assets:
|
|
- images/simple_logo.png
|