ola_style_datetime_picker

Last updated:

0 purchases

ola_style_datetime_picker Image
ola_style_datetime_picker Images
Add to Cart

Description:

ola style datetime picker

Ola Style Datetime Picker #
A Ola Style Datetime Picker is designed with a similar look and feel to the popular ride-hailing app Ola.
Authors #

@Nagaraj K

Installation #
import 'package:ola_style_datetime_picker/ola_style_datetime_picker.dart';
copied to clipboard
OlaStyleDateTimePicker(startDate: DateTime.now(),
endDate: DateTime.now().add(Duration(days: 365*2)),
selectedDate: DateTime.now(), onChanged:(dateTime)
{
setState(() {
selectedTime = dateTime.toString();
});
}),
copied to clipboard
Screenshots #

Usable Parms #
startDate
endDate
selectedTextStyle
dateFormat
onChanged

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.