flutter_check_box_rounded 3.3.0 copy "flutter_check_box_rounded: ^3.3.0" to clipboard
flutter_check_box_rounded: ^3.3.0 copied to clipboard

Package created to give a fully functional and customizable rounded checkbox.

flutter_check_box_rounded #

Pub Version popularity likes codecov style: flutter lints

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

Example #

The most simple use is this one. A prepared round checkbox that has a callback when selected/unselected.

CheckBoxRounded(
 onTap: (bool? value) {},
),

That will generate this:

enter image description here

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.

enter image description here

Coverage #

3
likes
150
points
141
downloads

Publisher

unverified uploader

Weekly Downloads

Package created to give a fully functional and customizable rounded checkbox.

Repository (GitHub)
View/report issues
Contributing

Documentation

API reference

Funding

Consider supporting this project:

www.buymeacoffee.com
www.patreon.com
boosty.to

License

MIT (license)

Dependencies

flutter

More

Packages that depend on flutter_check_box_rounded