All checks were successful
continuous-integration/drone/push Build is passing
- wyatt_analysis@2.4.1
46 lines
1.1 KiB
YAML
46 lines
1.1 KiB
YAML
name: wyatt_bloc_layout
|
|
description: Layouts based on bloc helper library
|
|
repository: https://git.wyatt-studio.fr/Wyatt-FOSS/wyatt-packages/src/branch/master/packages/wyatt_bloc_layout
|
|
version: 0.0.1
|
|
|
|
publish_to: "none"
|
|
|
|
environment:
|
|
sdk: ">=2.17.0 <3.0.0"
|
|
|
|
dependencies:
|
|
flutter:
|
|
sdk: flutter
|
|
|
|
flutter_bloc: ^8.1.2
|
|
|
|
wyatt_bloc_helper:
|
|
git:
|
|
url: https://git.wyatt-studio.fr/Wyatt-FOSS/wyatt-packages
|
|
path: packages/wyatt_bloc_helper
|
|
|
|
wyatt_ui_layout:
|
|
git:
|
|
url: https://git.wyatt-studio.fr/Wyatt-FOSS/wyatt-packages
|
|
path: packages/wyatt_ui_layout
|
|
|
|
wyatt_crud_bloc:
|
|
git:
|
|
url: https://git.wyatt-studio.fr/Wyatt-FOSS/wyatt-packages
|
|
path: packages/wyatt_crud_bloc
|
|
|
|
wyatt_ui_components:
|
|
git:
|
|
url: https://git.wyatt-studio.fr/Wyatt-FOSS/wyatt-packages
|
|
path: packages/wyatt_ui_components
|
|
|
|
dev_dependencies:
|
|
flutter_test:
|
|
sdk: flutter
|
|
|
|
wyatt_analysis:
|
|
git:
|
|
url: https://git.wyatt-studio.fr/Wyatt-FOSS/wyatt-packages
|
|
ref: wyatt_analysis-v2.4.1
|
|
path: packages/wyatt_analysis
|