Hugo Pointcheval 10117ab39b
chore(release): publish packages
- wyatt_analysis@2.4.2
 - wyatt_architecture@0.2.0
 - wyatt_authentication_bloc@0.5.0
 - wyatt_bloc_helper@2.0.1
 - wyatt_bloc_layout@0.0.2
 - wyatt_component_copy_with_extension@2.0.0
 - wyatt_component_copy_with_gen@2.0.0
 - wyatt_crud_bloc@0.1.1
 - wyatt_form_bloc@0.2.0+3
 - wyatt_http_client@2.0.0
 - wyatt_i18n@2.0.0
 - wyatt_type_utils@0.0.5
 - wyatt_ui_components@0.1.0
 - wyatt_ui_kit@2.0.0
 - wyatt_ui_layout@0.0.2
2023-04-14 00:12:52 +02:00
..
2023-04-14 00:12:52 +02:00
2023-02-28 15:42:02 +00:00
2023-04-13 23:29:26 +02:00
2023-04-14 00:12:52 +02:00
2023-04-14 00:12:52 +02:00

Wyatt UI Layout

Style: Wyatt Analysis SDK: Flutter

Wyatt UI Layout is a Flutter package that provides pre-built layouts to make the development of graphical user interfaces (GUIs) easier. There are two types of layouts provided by this package: structural and content layouts.

Structural Layouts

Structural layouts are used to structure the GUI, and there are currently four layouts provided by this package:

  • TopAppBarLayout

This layout is used to create a GUI with a classic app bar and a body.

  • TopNavigationBarLayout

This layout is used to create a GUI with an app bar that includes navigation options and a body.

  • BottomNavigationBarLayout

This layout is used to create a GUI with a bottom bar that includes navigation options and a body.

  • FrameLayout

This layout is used to create a GUI that includes a classic app bar, a bottom navigation bar, and a body.

Content Layouts

Content layouts are used to display dynamic data and content within the GUI. Currently, there is only one content layout provided by this package:

  • GridLayout

This layout is used to display data and content in a grid layout.