body_part_selector 0.2.0 body_part_selector: ^0.2.0 copied to clipboard
A beautiful selector for different body parts
Body Part Selector #
A simple and beautiful selector for body parts.
Installation 💻 #
❗ In order to start using Body Part Selector you must have the Dart SDK installed on your machine.
Install via dart pub add
:
dart pub add body_part_selector
Usage #
There are two widgets: BodyPartSelector
and BodyPartSelectorTurnable
, the latter can be seen in the GIF.
Check out the example file for a simple usage pattern.
Example #
To run the example open the example
folder and run flutter create .