flui 0.9.2 flui: ^0.9.2 copied to clipboard
FLUI is a powerful UI framework for Google Flutter. Including widgets kit and useful modules.
Change Log #
0.9.2 #
0.9.0 #
- New module Dynamic released
- Flutter version upgrade to
v1.12.13 + hotfix.8
- Widget Documentation Added API list
- FLToast Added disappearing callback
- FLStaticSectionData Added header style text style setting
- Added FLSliverPersistentHeaderWidget -- a floating style list header
- Fix FLCupertinoActionSheet property setting issue #22
- Fix FLNoticeBar background color setting issue #19
- Fix FLMarqueeLabel calculation during update issue #18
0.8.0 #
- Flutter version upgrade to v1.12.13 + hotfix.5
- Support Dark Mode
- Support RTL text direction
- Widget test integration
- New widget CountStepper
- FLToast add custom content view
- FLMarqueeLabel and FLNoticeBar Added delayed scrolling property delay
Breaking changes:
- prefix and suffix of FLNoticeBar have been changed to prefixBuilder and suffixBuilder so that you can get the BuildContext instance to build the widget.
- All dart files under 'lib' are migrated to 'lib/src' for dartdevc 。
0.7.4 #
- fix some doc issue.
0.7.3 #
- FLNoticeBar fix null velocity issue.
0.7.2 #
- FLCupertinoOperationSheet add custom header widget.