keyed_collection_widgets 0.2.0
keyed_collection_widgets: ^0.2.0 copied to clipboard
BottomNavigationBar, IndexedStack and TabController that use item keys instead of indexes.
0.2.0 #
- BREAKING: Updated
KeyedTabController
to Flutter 2.10 API, require Flutter 2.10.
0.1.2 #
- Allow not found keys in
KeyedTabController
for consistency withKeyedStaticTabController
.
0.1.1 #
- Added
KeyedTabController
,KeyedStaticTabController
,KeyedTabBar
,KeyedTabBarView
.
0.1.0 #
- Initial release.