FLUTTER ECOSYSTEM

duration_picker

A time picker widget that can select both minutes and hours. Fork from flutter_duration_picker.

duration_picker cover
Latest version
1.2.0
30-day downloads
5.7K
Likes
124
Pub points
150

Package Overview

Selection guidance generated from public package information. For reference only.

Overview

A Flutter widget for selecting durations by hours and minutes, derived from flutter_duration_picker. It provides a clean, intuitive interface for users to pick time intervals, ideal for settings like timers, task durations, or appointment lengths. The picker supports all major platforms including mobile, web, and desktop. Designed with simplicity and consistency in mind, it integrates seamlessly into apps requiring duration input without complex setup.

Use cases
  • Setting timer durations
  • Configuring task length preferences
  • Scheduling appointment lengths
  • Inputting workout session times
  • Customizing playback duration
  • Defining delay intervals
Key features
  • Selects hours and minutes
  • Cross-platform compatibility
  • Simple integration
  • Clean UI design
  • Fork with maintained updates
  • Supports all Flutter platforms
Suitable for
  • Apps needing time interval selection
  • Productivity or fitness applications
  • Calendar or scheduling tools
  • Timer or reminder features
  • Developers seeking a lightweight duration picker
Considerations
  • Limited to hours and minutes only
  • No seconds support
  • Requires manual handling of duration values
  • Not suitable for very long durations
  • Depends on forked repository stability
  • No built-in validation
Supported platformsAndroidiOSWebmacOSWindowsLinux

Install package

flutter pub add duration_picker

Categories

Source repository

Related projects