keyed_collection_widgets 0.4.3 copy "keyed_collection_widgets: ^0.4.3" to clipboard
keyed_collection_widgets: ^0.4.3 copied to clipboard

BottomNavigationBar, IndexedStack, and TabController that use item keys instead of indexes.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add keyed_collection_widgets

This will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):

dependencies:
  keyed_collection_widgets: ^0.4.3

Alternatively, your editor might support flutter pub get. Check the docs for your editor to learn more.

Import it

Now in your Dart code, you can use:

import 'package:keyed_collection_widgets/keyed_collection_widgets.dart';
12
likes
140
pub points
67%
popularity

Publisher

verified publisherainkin.com

BottomNavigationBar, IndexedStack, and TabController that use item keys instead of indexes.

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT-0 (LICENSE)

Dependencies

collection, flutter

More

Packages that depend on keyed_collection_widgets