Overview
A Flutter package that displays a popup dialog with a spinner-based time picker using Cupertino-style design. It allows users to select time values through intuitive spinners, ideal for apps requiring a native-like time selection experience on multiple platforms. The popup is anchored to a specific widget, enabling seamless integration into existing UIs. Designed for simplicity and consistency across Android, iOS, macOS, Windows, and Linux.
Use cases
- Time selection in forms
- Scheduling features
- User preference settings
- Mobile-first app interfaces
- Cross-platform time pickers
Key features
- Cupertino-style spinner interface
- Popup anchored to target widget
- Supports multiple platforms
- Simple integration with Flutter
- Customizable time format
Suitable for
- Developers building cross-platform apps
- UI-focused applications
- Apps needing native-like time pickers
- Form-heavy applications
- iOS-style design enthusiasts
Considerations
- Limited to time-only selection
- No date picker included
- Requires manual handling of time value parsing
- Not suitable for complex date-time workflows
- Depends on external dependency for styling
