circular_check_box 0.0.2 copy "circular_check_box: ^0.0.2" to clipboard
circular_check_box: ^0.0.2 copied to clipboard

discontinued
outdated

Same as the regular checkbox, but circular!

circular_check_box #

A modifed version of the exisiting checkbox to use a circle instead of a rounded rectangle!

CircularCheckBox(
          value: someBooleanValue,
          materialTapTargetSize: MaterialTapTargetSize.padded,
          onChanged: (bool x) {
          someBooleanValue = !someBooleanValue;
          }
        ),
       

TO-DO #

  • Fix/Update the documentaions
  • ??
69
likes
20
pub points
87%
popularity

Publisher

unverified uploader

Same as the regular checkbox, but circular!

Homepage
Repository (GitHub)
View/report issues

License

BSD-3-Clause (LICENSE)

Dependencies

flutter

More

Packages that depend on circular_check_box