uic 0.9.1 copy "uic: ^0.9.1" to clipboard
uic: ^0.9.1 copied to clipboard

outdated

A set of high-level Flutter UI components and stand-alone widgets that helps building your app.

[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.
76
likes
0
pub points
58%
popularity

Publisher

verified publishereche.dev

A set of high-level Flutter UI components and stand-alone widgets that helps building your app.

Repository (GitHub)
View/report issues

License

unknown (LICENSE)

Dependencies

flutter, provider, url_launcher

More

Packages that depend on uic