docs(ui_layout-bloc_layouts): add readmes
continuous-integration/drone/push Build is failing

This commit was merged in pull request #167.
This commit is contained in:
2023-02-28 17:50:16 +01:00
parent 7c97417233
commit 358debf2fa
2 changed files with 77 additions and 14 deletions
+36 -7
View File
@@ -16,7 +16,6 @@
* along with this program. If not, see <https://www.gnu.org/licenses/>.
-->
# Flutter - Wyatt Bloc Layout
<p align="left">
@@ -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.
<!-- TODO -->
#### 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
<!-- TODO -->
### Installation
## Usage
To use Wyatt Bloc Layout in your Flutter project, add the following dependency to your pubspec.yaml file:
<!-- TODO -->
```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.