chip_radio_button 1.0.1 copy "chip_radio_button: ^1.0.1" to clipboard
chip_radio_button: ^1.0.1 copied to clipboard

Refresh look of radio button.

Put a short description of the package here that helps potential users know whether this package might be useful for them.

Features #

List what your package can do. Maybe include images, gifs, or videos.

Getting started #

List prerequisites and provide or point to information on how to start using the package.

Usage #

Include short and useful examples for package users. Add longer examples to /example folder.

ChipsFilter(
selected: 1, // Select the second filter as default
filters: [
Filter(label: "A - Z", icon: Icons.assessment),
Filter(label: "H - L", icon: Icons.ac_unit),
Filter(label: "Reverse", icon: Icons.all_inclusive),
Filter(label: "A - Z", icon: Icons.assessment),
Filter(label: "H - L", icon: Icons.ac_unit),
Filter(label: "Reverse", icon: Icons.all_inclusive),
],
onTap: (index) {
print('Index ' + index.toString());
},
),

Additional information #

Tell users more about the package: where to find more information, how to contribute to the package, how to file issues, what response they can expect from the package authors, and more.

2
likes
0
pub points
52%
popularity

Publisher

unverified uploader

Refresh look of radio button.

Homepage

License

unknown (license)

Dependencies

flutter

More

Packages that depend on chip_radio_button