30 lines
681 B
YAML
30 lines
681 B
YAML
name: wyatt_deferred_widget_gen_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_deferred_widget_annotation:
|
|
git:
|
|
url: ssh://git@git.wyatt-studio.fr:993/Wyatt-FOSS/wyatt-packages.git
|
|
path: packages/wyatt_deferred_widget_annotation
|
|
|
|
dev_dependencies:
|
|
flutter_test: { sdk: flutter }
|
|
build_runner: ^2.3.3
|
|
wyatt_deferred_widget_gen:
|
|
path: "../"
|
|
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
|