weight_dial_picker 0.0.3
weight_dial_picker: ^0.0.3 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 (GIF) #
[assets/preview.gif]
🖼 Screenshots #
[assets/screenshot1.png] [assets/screenshot2.png]
🚀 Usage #
import 'package:weight_dial_picker/weight_dial_picker.dart';
WeightDialPicker(
initialWeight: 70,
unit: 'kg',
onChanged: (value, unit) {
print("$value $unit");
},
)
📦 Installation #
dependencies:
weight_dial_picker: ^0.0.2
🌐 GitHub Repository #
👉 Source Code: https://github.com/mithleshgurjar11/weight_dial_picker
📥 Clone Project #
git clone https://github.com/mithleshgurjar11/weight_dial_picker.git
🤝 Contributing #
Pull requests are welcome. For major changes, please open an issue first.
🧑💻 Author #
Mithlesh Gurjar
📄 License #
MIT License