scheduled_date_picker

Creator: coderz1093

Last updated:

0 purchases

scheduled_date_picker Image
scheduled_date_picker Images
Add to Cart

Description:

scheduled date picker

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 #

Getting Started #
Installation #
Add to pubspec.yaml in dependencies
scheduled_date_picker: ^1.0.0
copied to clipboard
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()),
);
copied to clipboard

License

For personal and professional use. You cannot resell or redistribute these repositories in their original state.

Files In This Product:

Customer Reviews

There are no reviews.

Related Products

More From This Creator