Skip to content

slowlow79464/round_check_box

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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) {},),  

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

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Dart 93.6%
  • Swift 4.6%
  • Kotlin 1.4%
  • Objective-C 0.4%