Flutter - Wyatt Bloc Layout

Style: Wyatt Analysis SDK: Flutter

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

  • 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 classes

  • BottomNavigationBarGridLayoutCubitScreenCrudList
  • BottomNavigationBarLayoutCubitScreen
  • BottomNavigationBarLayoutCubitScreenCrud
  • BottomNavigationBarLayoutCubitScreenCrudItem
  • BottomNavigationBarLayoutCubitScreenCrudList
  • FrameGridLayoutCubitScreenCrudList
  • FrameLayoutCubitScreen
  • FrameLayoutCubitScreenCrud
  • FrameLayoutCubitScreenCrudItem
  • FrameLayoutCubitScreenCrudList
  • TopAppBarGridLayoutCubitScreenCrudList
  • TopAppBarLayoutCubitScreen
  • TopAppBarLayoutCubitScreenCrud
  • TopAppBarLayoutCubitScreenCrudItem
  • TopAppBarLayoutCubitScreenCrudList
  • TopNavigationBarGridLayoutCubitScreenCrudList
  • TopNavigationBarLayoutCubitScreen
  • TopNavigationBarLayoutCubitScreenCrud
  • TopNavigationBarLayoutCubitScreenCrudItem
  • TopNavigationBarLayoutCubitScreenCrudList

Installation

To use Wyatt Bloc Layout in your Flutter project, add the following dependency to your pubspec.yaml file:

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.