uic 0.11.0
uic: ^0.11.0 copied to clipboard
A set of high-level Flutter UI components and stand-alone widgets that helps building your app.
0.11.0 - 2022-04-10 #
- Refactored
StatefulDataViewand related widgets. - Added docs for all
StatefulDataclasses.
0.10.1 - 2022-03-29 #
- Added
ResponsiveLayoutandFormFactorscomponents - Updating docs and demo app
- Remove 'provider' dependency
0.9.1 - 2022-03-06 #
- Added
StatefulData/StatefulDataViewcomponent - Migration to null safety
0.8.0 - 2020-03-03 #
- Added
LoginUiccomponent - Minor fixes
0.7.3 - 2020-02-18 #
- Fix static analysis issues
0.7.2 - 2020-12-12 #
- Added
ActionButtonwidget
0.6.5 - 2020-10-31 #
- Added
Deckwidget
0.5.0 - 2020-06-04 #
- Added
StepIndicatorwidget - Update docs
0.4.2 - 2020-05-02 #
- Bug fixes
- Update docs
0.4.0 - 2020-04-30 #
- Added
InlineTextFieldwidget
0.3.3 - 2020-04-11 #
- Added
CheckboxUiccomponent
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.