alrasasi_animated_multi_select 0.0.1 copy "alrasasi_animated_multi_select: ^0.0.1" to clipboard
alrasasi_animated_multi_select: ^0.0.1 copied to clipboard

A new Flutter package.

Alrasasi Multi Selection Animated Widget #

Build Status

Features #

Get your horizantal smooth multi-select widget.

  • Change the color as you want
  • Change the size
  • Put it anywhere

Image description

Installation #

You should ensure that you add the alrasasi_animated_multi_select as a dependency in your flutter project.


dependencies:
  alrasasi_animated_multi_select: ^0.0.1

You should then run flutter packages get in your terminal so as to get the package.

Usage #

For production environments...

            MultiSelectChip(
                color: Colors.deepPurpleAccent,
                raduis: 100,
                mainList: this.mainList,
                onSelectionChanged: (selectedList) {
                  setState(() {
                    selectedList = selectedList;
                  });
                },
                initialSelectionList: selectedList,
                textStyle: TextStyle(color: Colors.purple, )
            ),

Documentation #

MultiSelectChip class

Plugin README
color The color of the widget and its border
raduis The height of the circle
mainList Main list the user select from
onSelectionChanged A function to react to selection actions
initialSelectionList Initial list part from the main list
textStyle Styling the text inside the widget

"# animated_multi_selection"

2
likes
20
pub points
0%
popularity

Publisher

unverified uploader

A new Flutter package.

Repository (GitHub)
View/report issues

License

unknown (LICENSE)

Dependencies

flutter

More

Packages that depend on alrasasi_animated_multi_select