nested 1.0.0 nested: ^1.0.0 copied to clipboard
A Flutter Widget which helps nest multiple widgets without needing to manually nest them.
1.0.0 #
First stable release of Nested (with null safety)
0.0.4 #
- Handle reorder through
GlobalKey
s
0.0.3 #
- Made the element of Stateless/Stateful variants public
0.0.2 #
- Added the ability to implement
SingleChildWidget
using mixins - Added support for
InheritedWidget
(only using mixins).
0.0.1 #
Initial release