flutter_check_box_rounded

Creator: coderz1093

Last updated:

Add to Cart

Description:

flutter check box rounded

flutter_check_box_rounded #
Description #
Package created to give a fully functional and customizable rounded checkbox.
Installation #
Add CheckBoxRounded to your pubspec:
dependencies:
flutter_check_box_rounded: any # or the latest version on Pub
copied to clipboard
Example #
The most simple use is this one. A prepared round checkbox that has a callback when selected/unselected.
CheckBoxRounded(
onTap: (bool? value) {},
),
copied to clipboard
That will generate this:

Customize to your needs #
You can customize all sort of behaviors and look you want. You can do things like setting selected/unselected color, selected/unselected
widgets, duration of the animation, etc.
The next example show some of the customizations.

Coverage #

License

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

Files:

Customer Reviews

There are no reviews.