FLUTTER ECOSYSTEM

timcreatedit/body_part_selector

신체 부위를 선택하기 위한 간단하고 아름다운 선택기입니다.

신체 부위 선택기 프로젝트 이미지
Stars
31
Forks
24
최근 푸시(UTC)
2024. 9. 16.
프로젝트 상태
활성
Tim Lehmann GitHub avatar
GITHUB User

Tim Lehmann ↗

Engineer at ClickUp, open source on the side @whynotmake-it

@whynotmake-itBerlin, Germany
언어Dart

기술 주제

이 저장소가 배포한 패키지

사용 중인 의존성

의존성 목록 11 개

원본 README

아래는 영문 원문 스냅샷입니다. 최신 내용은 GitHub에서 확인하세요.

README 펼치기 / 접기

Body Part Selector

A simple and beautiful selector for body parts.

Powered by Mason melos

Demo GIF

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 .