FLUTTER ECOSYSTEM

timcreatedit/body_part_selector

身体部位を選択するためのシンプルで美しいセレクタ。

体部位選択子 のプロジェクト画像
Stars
31
Forks
24
最終プッシュ(UTC)
2024/09/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 .