horizontalcancelablechipgroup 1.0.4 copy "horizontalcancelablechipgroup: ^1.0.4" to clipboard
horizontalcancelablechipgroup: ^1.0.4 copied to clipboard

Horizontalcancelablechipgroup is a flutter library which creates horizontal list of chips with delete button and heavy customization.

Horizontalcancelablechipgroup #

Horizontalcancelablechipgroup is a flutter library which creates horizontal list of chips with delete button and heavy customization.

Installation #

Use the package manager pub to install Horizontalcancelablechipgroup.

dependencies:
  horizontalcancelablechipgroup: ^1.0.3
Install it
  flutter pub get

Usage #

import 'package:horizontalcancelablechipgroup/horizontalcancelablechipgroup.dart';

 HorizontalCancelableChipGroup(
              backgroundColor: Colors.orange,
              labelTextColor: Colors.black,
              borderColor: Colors.green,
              deleteIcon: Icon(Icons.cancel),
              availableItems: (value){
                print(value);
              },
              labelTextFontSize: 14,
              dividerPadding: 5,
              items: ['firoz','rubayet','nadia','suriya','rakib','mamun'],
            ),

Contributing #

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

Please make sure to update tests as appropriate.

License #

MIT

0
likes
20
pub points
26%
popularity

Publisher

unverified uploader

Horizontalcancelablechipgroup is a flutter library which creates horizontal list of chips with delete button and heavy customization.

Repository (GitHub)
View/report issues

License

unknown (LICENSE)

Dependencies

flutter

More

Packages that depend on horizontalcancelablechipgroup