Last updated:
0 purchases
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
For personal and professional use. You cannot resell or redistribute these repositories in their original state.
There are no reviews.