Skip to content

Latest commit

 

History

History
77 lines (43 loc) · 1.54 KB

File metadata and controls

77 lines (43 loc) · 1.54 KB

[0.11.0] - 2022-04-10

  • Refactored StatefulDataView and related widgets.
  • Added docs for all StatefulData classes.

[0.10.1] - 2022-03-29

  • Added ResponsiveLayout and FormFactors components
  • Updating docs and demo app
  • Remove 'provider' dependency

[0.9.1] - 2022-03-06

  • Added StatefulData/StatefulDataView component
  • Migration to null safety

[0.8.0] - 2020-03-03

  • Added LoginUic component
  • Minor fixes

[0.7.3] - 2020-02-18

  • Fix static analysis issues

[0.7.2] - 2020-12-12

  • Added ActionButton widget

[0.6.5] - 2020-10-31

  • Added Deck widget

[0.5.0] - 2020-06-04

  • Added StepIndicator widget
  • Update docs

[0.4.2] - 2020-05-02

  • Bug fixes
  • Update docs

[0.4.0] - 2020-04-30

  • Added InlineTextField widget

[0.3.3] - 2020-04-11

  • Added CheckboxUic component

[0.2.0] - 2020-03-03

  • Support pagination (infinite scrolling)

[0.1.0] - 2020-02-26

  • Support pull to refresh gesture

[0.0.3] - 2020-02-26

  • Update config

[0.0.2] - 2020-02-26

  • Fix docs

[0.0.1] - 2020-02-26

UIC (UI Components) is a set of Flutter widgets that simplifies implementing most used UI cases.

Each UIC widget uses standard Flutter widgets to implements its view, but adds additional logic, like state management, and parameters to customize its appearance.

Here is the list of available components:

  • ListUic - Wrapper of ListView, which implements related data loading and state management logic.
  • ProgressUic - Wrapper of ProgressIndicator with additional text.