weight_dial_picker 0.0.3 copy "weight_dial_picker: ^0.0.3" to clipboard
weight_dial_picker: ^0.0.3 copied to clipboard

A customizable weight dial picker with kg/lb support

Weight Dial Picker #

Pub Version License Stars

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

2
likes
135
points
153
downloads

Documentation

API reference

Publisher

unverified uploader

Weekly Downloads

A customizable weight dial picker with kg/lb support

Homepage

License

unknown (license)

Dependencies

flutter

More

Packages that depend on weight_dial_picker