Skip to content

No nonsense Flutter Widget for simple Time and Duration Picker.

License

Notifications You must be signed in to change notification settings

jpalmer42/time_duration_picker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Use this Widget where you need to Collect or Show Time and Duration. Widget uses the Horizontal Slider

Features

Specify:

  • initial TimeOfDay
  • Time Range
  • Minimum and Maximum Duration.
  • Initial Duration.

Getting started

import { TimeDurationPicker } from 'com.androidpigeon.widget.time_duration_picker';

## Usage
TimeDurationPicker(
    timeInitial?: TimeOfDay.now(),
    timeInterval?: const Duration(minutes: 30),
    timeRange?: [startTimeOfDay, endTimeOfDay],
    durationInterval?: const Duration(minutes: 5),
    durationInitial?: const Duration(hours: 2),
    durationRange?: [const Duration(hours: 0), const Duration(hours: 2)],

    
)

Additional information

TODO: Tell users more about the package: where to find more information, how to contribute to the package, how to file issues, what response they can expect from the package authors, and more.

About

No nonsense Flutter Widget for simple Time and Duration Picker.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published