yflutter_widgets 0.2.9
yflutter_widgets: ^0.2.9 copied to clipboard
A Flutter Widget Lib, including ListView, Divider, Tags Grid and son.
NEXT
Restructure the section and its cells for List Border;v0.0.4Add Refresh feature. *Plan to use EasyRefresh;v0.2.0Remove all ScreenUtil usage in plugins;v0.2.6- Add null-safety support;
- Continuously, optimized Memory Usage.
0.2.9 #
- Fixed ListView Refresh bugs.
0.2.8 #
- Downgrade a third plugin for flutter 1.22 support.
0.2.7 #
- UI bug fixed.
0.2.6 #
- Added Single file of ScreenUtil;
- Added more comments.
0.2.5 #
- Removed ScreenUtil from Divide.
0.2.3 #
- UI bugs fixed for ListView.
0.2.1 #
- Fixed the refresh bugs when using header.
0.2.0 #
- Added Refresh function, powered by Easy_Refresh;
- Added Comments;
- Updated ListView Structure.
0.1.1 #
- Added Left item and Right items for AppBar.
0.1.0 #
- Set AppBar Brightness light.
0.0.9 #
- Added Shadow for AppBar.
0.0.8 #
- Bugs fixed: Wrong title and contractedTitle color; Contracted status height;
- Added Contracted Status Callback;
- Added Zoom Header Scroll offset Callback.
- Added customized title color, font size and so on.
0.0.7 #
- Bugs fixed;
- Examples updated.
0.0.6 #
- Bugs fixed.
0.0.5 #
- Bugs fixed.
0.0.4 #
- Fixed bugs for wrong min and max height of the zoom header;
- Split the Header from the List Whole Border.
0.0.3 #
- Downgraded flutter_screenutil to avoiding double build when init.
0.0.2 #
- Added Normal Type Header for ListView;
- Added Header Pin func.
0.0.1 #
- Added Customized ListView, supporting:
- AppBar Level Zoom Header,
- ListView Zoom Header,
- Section Header;
- Added ListView Demo.