nester 1.2.2 nester: ^1.2.2 copied to clipboard
Flutter library to automatically convert a list of widgets in a nested group of widget.
1.2.2 #
- Maintenance
1.2.1 #
- Reformatting source code
1.2.0 #
- New
extended
constructor
1.1.1 #
- Better coding
- Improved documentation
1.1.0 #
- Update
skip
andtake
parameters logic.
1.0.0 #
- Removed deprecated constructor
- Added throwRangeException parameter to Queue constructor
0.0.7 #
- Return a single Widget only if
take
param is null else return an array of Widgets.
0.0.6 #
- Code formatting
- Review comments and documentation
0.0.5 #
- Improved "next" function
0.0.4 #
- Deprecated old constructor
- Added "list" constructor to the list management
- Added "queue" constructor to the queue management
- Review the documentation
0.0.3 #
- Updated description in yaml file
0.0.2 #
- Changed the constructor
0.0.1 #
- First release