26 lines
459 B
YAML
26 lines
459 B
YAML
name: wyatt_ui_kit_example
|
|
description: A new Flutter project.
|
|
version: 1.0.0
|
|
|
|
publish_to: "none"
|
|
|
|
environment:
|
|
sdk: ">=2.19.0 <3.0.0"
|
|
|
|
dependencies:
|
|
flutter: { sdk: flutter }
|
|
|
|
wyatt_ui_kit:
|
|
path: "../"
|
|
|
|
dev_dependencies:
|
|
flutter_test: { sdk: flutter }
|
|
|
|
wyatt_analysis:
|
|
hosted: https://git.wyatt-studio.fr/api/packages/Wyatt-FOSS/pub
|
|
version: ^2.4.0
|
|
|
|
# The following section is specific to Flutter.
|
|
flutter:
|
|
uses-material-design: true
|