flutter_compose_ui_modifiers 0.5.0
flutter_compose_ui_modifiers: ^0.5.0 copied to clipboard
Flutter UI Modifiers is a collection of declarative widget modifiers to make your Flutter code shorter and linear.
0.5.0 #
- add the ignoreArea property to
mShowSmartDialog().
0.4.9 #
- a lot of new widget such as chat.
0.4.8 #
- update new feature. [MTextController, mToast, isNet, ...]
0.4.7 #
- delete all the assets image.
0.4.6 #
- add handleData to mEasyGetPageData.
0.4.5 #
- new config.
0.4.4 #
- add some comments.
0.4.3 #
- get: ^4.6.5
0.4.2 #
- add MRefreshController.
0.4.1 #
- add mApiRetry.
0.4.0 #
- add more widget property.
0.3.9 #
- Add some util.
0.3.8 #
- Add so many function.
0.3.7 #
- MGradientText optimize the profomance.
0.3.6 #
- Optimize the Modifier widgets.
0.3.5 #
- Add Modifier widget.
0.3.4 #
- Update readme.
0.3.3 #
- Update the dart and flutter version.
0.3.2 #
- Optimize some code.
0.3.1 #
Extended existing modifier to support all Widgets
- Extended
.onTap()to all widgets
Improved modifiers
- Implemented Type Handover in
.onTap() - Implemented Type Handover in
.onHover()
0.3.0 #
Added new modifiers to existing Widgets
- Added
.help()to all widgets - Added
.hideThumb()toListView - Added
.onHover()to all widgets
Removed modifier
- Removed
.decorate()
General
- Improvements
- Optimisations
0.2.0 #
Added new modifiers to existing Widgets
- Added
.bold()toText - Added
.flex()to all widgets - Added
.shadow()to all widgets
Improved modifiers
- Implemented Type Handover in
.corner() - Added default padding of
12to.padding()modifier
Renamed modifier
- Renamed
.translate()to.offset()
0.1.1 #
Added Button
*Subject to change
Modifiers:
.disabled().onLongTap().onTap()
Added new modifiers to existing Widgets
- Added
.corner()to all widgets - Added
.decorate()toContainer - Added
.direction()toIconandText - Added
.multilineTextAlignment()toText - Added
.semantic()toIcon - Added
.style()toTextandTextField(*Subject to change)
Implemented Type handover
- Type handover for
Buttonclass - Type handover for
Containerclass - Type handover for
Iconclass - Type handover for
Textclass - Type handover for
TextFieldclass
0.0.2 #
- Added example file
- Improvements
0.0.1 #
Initial release