chip_list 0.0.1+1 copy "chip_list: ^0.0.1+1" to clipboard
chip_list: ^0.0.1+1 copied to clipboard

outdated

Makes creating a list of ChoiceChip-s a breeze. Super customizable as well.

Features #

Creates a list of ChoiceChips. Also allows for selecting multiple chips at once and exposes all values to use in case you wish to use the widget in sync with others.

See /example/main.dart for an example on how to use the state of the list for updating the state of other widgets.

Getting started #

Import it !

import 'package:chip_list/chip_list.dart';

Usage #

Check out the /example folder for a minimal working demo of the package in action.

But, briefly:

ChipList(
    listOfChipNames: _theListOfStringsYouWishToDisplay,
    activeBgColor: _anActiveBackgroundColor,
    inactiveBgColor: _anInactiveBackgroundColor,
    activeTextColor:_anAactiveTextColor,
    inactiveTextColor: _anInactiveTextColor,
    listOfChipIndicesCurrentlySeclected: [index/indices depending on the use case],
),

Additional information #

Found an issue ? Please let me know !

Upcoming features: #

  1. Transition animations
  2. Per item text and background colorization
38
likes
0
pub points
93%
popularity

Publisher

verified publisherbossbeagle1509.dev

Makes creating a list of ChoiceChip-s a breeze. Super customizable as well.

Repository (GitHub)
View/report issues

License

unknown (LICENSE)

Dependencies

flutter

More

Packages that depend on chip_list