From 358debf2fa3122ac66d80cd0a6011fce807d13f9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Malo=20L=C3=A9on?= Date: Tue, 28 Feb 2023 17:50:16 +0100 Subject: [PATCH] docs(ui_layout-bloc_layouts): add readmes --- packages/wyatt_bloc_layout/README.md | 43 +++++++++++++++++++++---- packages/wyatt_ui_layout/README.md | 48 ++++++++++++++++++++++++---- 2 files changed, 77 insertions(+), 14 deletions(-) diff --git a/packages/wyatt_bloc_layout/README.md b/packages/wyatt_bloc_layout/README.md index 057115c4..b31892df 100644 --- a/packages/wyatt_bloc_layout/README.md +++ b/packages/wyatt_bloc_layout/README.md @@ -16,7 +16,6 @@ * along with this program. If not, see . --> - # Flutter - Wyatt Bloc Layout

@@ -28,16 +27,46 @@ Bloc Layout for Flutter. +Wyatt Bloc Layout is a Flutter package that builds on the Wyatt UI Layout package and the Wyatt Bloc Helper package. It provides a way to link multiple packages in order to create intelligent layouts that combine both layout and logic. The package allows developers to use the available layouts in the Wyatt UI Layout package along with the block state logic available in the Wyatt Bloc Helper package. It also uses the Wyatt Crud Bloc package to make it easier to implement CRUD logic. +### Features -## Features +- Allows developers to use available layouts from Wyatt UI Layout package. +- Links with the Wyatt Bloc Helper package to combine layout and block state logic. +- Uses the Wyatt Crud Bloc package to easily implement CRUD logic. - +#### Available bloc layouts -## Getting started +- BottomNavigationBarGridLayoutCubitScreenCrudList +- BottomNavigationBarLayoutCubitScreen +- BottomNavigationBarLayoutCubitScreenCrud +- BottomNavigationBarLayoutCubitScreenCrudItem +- BottomNavigationBarLayoutCubitScreenCrudList +- FrameGridLayoutCubitScreenCrudList +- FrameLayoutCubitScreen +- FrameLayoutCubitScreenCrud +- FrameLayoutCubitScreenCrudItem +- FrameLayoutCubitScreenCrudList +- TopAppBarGridLayoutCubitScreenCrudList +- TopAppBarLayoutCubitScreen +- TopAppBarLayoutCubitScreenCrud +- TopAppBarLayoutCubitScreenCrudItem +- TopAppBarLayoutCubitScreenCrudList +- TopNavigationBarGridLayoutCubitScreenCrudList +- TopNavigationBarLayoutCubitScreen +- TopNavigationBarLayoutCubitScreenCrud +- TopNavigationBarLayoutCubitScreenCrudItem +- TopNavigationBarLayoutCubitScreenCrudList - +### Installation -## Usage +To use Wyatt Bloc Layout in your Flutter project, add the following dependency to your pubspec.yaml file: - \ No newline at end of file +```yaml +wyatt_bloc_layout: + git: + url: https://git.wyatt-studio.fr/Wyatt-FOSS/wyatt-packages + path: packages/wyatt_bloc_layout +``` + +Then, run flutter pub get to download the package. diff --git a/packages/wyatt_ui_layout/README.md b/packages/wyatt_ui_layout/README.md index 2cbb1aab..e8d1656d 100644 --- a/packages/wyatt_ui_layout/README.md +++ b/packages/wyatt_ui_layout/README.md @@ -1,5 +1,5 @@