2019-08-27 10:48:19 +02:00
|
|
|
---
|
2019-08-13 15:47:54 +02:00
|
|
|
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
|
2019-08-18 23:06:25 +02:00
|
|
|
dbcrypt: ^1.0.0
|
2019-08-22 02:44:24 +02:00
|
|
|
shared_preferences: ^0.5.3+4
|
2019-08-13 15:47:54 +02:00
|
|
|
|
|
|
|
dev_dependencies:
|
2019-08-27 10:48:19 +02:00
|
|
|
flutter_launcher_icons: ^0.7.2
|
2019-08-13 15:47:54 +02:00
|
|
|
flutter_test:
|
|
|
|
sdk: flutter
|
|
|
|
|
2019-08-27 10:48:19 +02:00
|
|
|
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"
|
2019-08-13 15:47:54 +02:00
|
|
|
|
|
|
|
|
|
|
|
flutter:
|
|
|
|
uses-material-design: true
|
2019-08-27 10:48:19 +02:00
|
|
|
assets:
|
|
|
|
- images/simple_logo.png
|