⏰ interval_datetime_picker
A customizable Flutter DateTime Picker widget with support for selecting time slots in specific intervals (e.g., every 15 minutes). Ideal for booking apps, reservations, and any use case requiring scheduled time input.
✨ Features
- ✅ Custom interval-based time selection (e.g., every 15 mins, 30 mins, 1 hour)
- ✅ Easy to integrate in any Flutter app
- ✅ Lightweight and fast
- ✅ Customizable UI (coming soon)
🚀 Getting Started
Installation
Add this to your pubspec.yaml
:
dependencies:
interval_datetime_picker: ^0.0.1 # (after published)