v0.2.0body_part_selector
다른 신체 부위를 선택하기 위한 아름다운 선택기
51좋아요 26530일 다운로드110Pub 점수
AndroidiOSWebmacOSWindowsLinux
신체 부위를 선택하기 위한 간단하고 아름다운 선택기입니다.
{"sdk":"flutter"}>=1.1.0 <2.0.0>=2.4.0 <3.0.0^0.3.0^1.0.2{"sdk":"flutter"}>=2.4.0 <3.0.0>=6.8.0 <7.0.0^0.1.1^6.0.0^1.0.3아래는 영문 원문 스냅샷입니다. 최신 내용은 GitHub에서 확인하세요.
A simple and beautiful selector for body parts.
Demo GIF
❗ 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
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.
To run the example open the example folder and run flutter create .