keyed_collection_widgets 0.3.1 keyed_collection_widgets: ^0.3.1 copied to clipboard
BottomNavigationBar, IndexedStack, and TabController that use item keys instead of indexes.
0.3.1 #
- Re-licensed under MIT No Attribution.
0.3.0 #
- BREAKING: Require Flutter 3.
- BREAKING: Require
children
inKeyedStack
. - Use
total_lints
, fixed linter issues. KeyedBottomNavigationBar
extendsBottomNavigationBar
instead of composition to avoid duplicating properties.KeyedStack
extendsIndexedStack
instead of composition to avoid duplicating properties.- Fixed formatting.
- Improved docs.
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.