chip_radio_button

Creator: coderz1093

Last updated:

0 purchases

chip_radio_button Image
chip_radio_button Images

Languages

Categories

Add to Cart

Description:

chip radio button

Flutter package that provides an alternative look for radio buttons. It uses chips to represent the radio buttons, which can be either vertical or horizontal. The chips can also be unselected or null.
This package is useful for developers who want to add a more modern look to their radio buttons. It is also easy to use, with a simple API.
Features #
Here are some of the features of chip_radio_button:

Vertical or horizontal chips
Unselected or null chips
Simple API
MIT license

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());
},
),
copied to clipboard
Example screenshot #

License

For personal and professional use. You cannot resell or redistribute these repositories in their original state.

Files In This Product:

Customer Reviews

There are no reviews.