roundcheckbox 2.0.5 copy "roundcheckbox: ^2.0.5" to clipboard
roundcheckbox: ^2.0.5 copied to clipboard

Package to make easier the proccess of creating a round circle box. The component created is fully customizable to your needs.

style: effective dart

Buy Me A Coffee

Introduction #

Package created to give a fully functional and customizable round CheckBox.

Simple Usage #

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

RoundCheckBox(  
 onTap: (selected) {},),  
copied to clipboard

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

99
likes
150
points
3.9k
downloads

Publisher

verified publisherrodrigobastos.dev

Weekly Downloads

2024.09.25 - 2025.04.09

Package to make easier the proccess of creating a round circle box. The component created is fully customizable to your needs.

Repository (GitHub)

Documentation

API reference

License

BSD-3-Clause (license)

Dependencies

flutter

More

Packages that depend on roundcheckbox