Some checks failed
continuous-integration/drone/pr Build is failing
- wyatt_ui_components@0.3.0+2 - wyatt_bloc_layout@0.1.2+3 - wyatt_ui_kit@3.2.2 - wyatt_ui_layout@0.1.2+3
39 lines
742 B
YAML
39 lines
742 B
YAML
name: wyatt_ui_kit_example
|
|
description: A new Flutter project.
|
|
version: 1.0.0
|
|
|
|
publish_to: "none"
|
|
|
|
environment:
|
|
sdk: ">=3.0.0 <4.0.0"
|
|
|
|
dependencies:
|
|
flutter: { sdk: flutter }
|
|
|
|
wyatt_ui_kit:
|
|
path: "../"
|
|
|
|
flutter_bloc: ^8.1.2
|
|
flutter_localizations: { sdk: flutter }
|
|
gap: ^3.0.1
|
|
google_fonts: ^5.1.0
|
|
|
|
wyatt_ui_components:
|
|
hosted: https://git.wyatt-studio.fr/api/packages/Wyatt-FOSS/pub
|
|
version: ^0.3.0+2
|
|
|
|
dev_dependencies:
|
|
flutter_test: { sdk: flutter }
|
|
|
|
wyatt_analysis:
|
|
hosted: https://git.wyatt-studio.fr/api/packages/Wyatt-FOSS/pub
|
|
version: ^2.5.0
|
|
|
|
# The following section is specific to Flutter.
|
|
flutter:
|
|
uses-material-design: true
|
|
|
|
assets:
|
|
- ./assets/images/
|
|
- ./assets/fonts/montserrat/
|