multiselectchipgroup 0.1.3 copy "multiselectchipgroup: ^0.1.3" to clipboard
multiselectchipgroup: ^0.1.3 copied to clipboard

A flluter package to provide multiselect capable chip group. Multiselectchipgroup is a flutter library which creates Mult selectable chip group with heavy customization.

MultiSelectChipGroup #

Multiselectchipgroup is a flutter library which creates Mult selectable chip group with heavy customization

Installation #

Use the package manager pub to install MultiSelectChipGroup.

dependencies:
  multiselectchipgroup: ^0.1.1
Install it
  flutter pub get

Usage #

import 'package:multiselectchipgroup/multiselectchipgroup.dart';

MultiSelectChipGroup(
              items: [
                'Hello',
                'Firoz',
                'Evan',
                'Nadia',
                'iafgdiafgsuiayfgayifgiafg'
              ],
              preSelectedItems: [
                'Evan',
                'Nadia',
              ],
              onSelectionChanged: (values) {
                print(values);
              },
              horizontalChipSpacing: 10,
              selectedColor: Colors.green,
              disabledColor: Colors.white,
              leftCommonIcon: Icons.perm_identity,
              leftIcons: [
                Icons.alarm,
                Icons.ac_unit,
                Icons.accessibility,
                Icons.account_balance,
                Icons.perm_identity,
              ],
            ),

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

3
likes
30
pub points
0%
popularity

Publisher

unverified uploader

A flluter package to provide multiselect capable chip group. Multiselectchipgroup is a flutter library which creates Mult selectable chip group with heavy customization.

Repository (GitHub)
View/report issues

License

unknown (LICENSE)

Dependencies

flutter

More

Packages that depend on multiselectchipgroup