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)


🖼 Screenshots


🚀 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

Libraries

weight_dial_picker