Skip to content

The scheduled date picker is a set of widgets that allows scheduling date;

License

Notifications You must be signed in to change notification settings

ViniciusSossela/scheduled-date-picker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Scheduled Date Picker

The scheduled date picker is a set of widgets that allows scheduling date. This can be useful in many scenarios, for scheduled tasks for example;

Demo

animated image

Getting Started

Installation

Add to pubspec.yaml in dependencies

  scheduled_date_picker: ^1.0.0

Usage

More usage details can be found on example folder

new ScheduledDatePicker(
    defaultLocale: 'pt',
    onStartDateChanged: (startDate) => print(startDate.toString()),
    onEndDateChanged: (endDate) => print(endDate.toString()),
    onScheduleDateChanged: (scheduleDate) =>
        print(scheduleDate.toString()),
    onTypeChanged: (type) => print(type.toString()),
    onWeekDaysChanged: (weekDays) =>
        print(weekDays.join(', ').toString()),
);

About

The scheduled date picker is a set of widgets that allows scheduling date;

Resources

License

Stars

Watchers

Forks

Packages

No packages published