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 .