weight_dial_picker 0.0.1
weight_dial_picker: ^0.0.1 copied to clipboard
A customizable weight dial picker with kg/lb support
Weight Dial Picker #
A beautiful and customizable weight picker with kg/lb support.
✨ Features #
- 🎯 Smooth dial interaction
- 🔄 kg / lb toggle
- 🎨 Custom UI
- 📱 Easy to use
📸 Preview #
[Preview]
🚀 Usage #
WeightDialPicker(
onChanged: (value, unit) {
print("$value $unit");
},
)
📦 Installation #
dependencies:
weight_dial_picker: ^0.0.1