ola_style_datetime_picker 0.0.3 copy "ola_style_datetime_picker: ^0.0.3" to clipboard
ola_style_datetime_picker: ^0.0.3 copied to clipboard

Ola style datetimepicker.

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 #

Installation #

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

Screenshots #

App Screenshot

Usable Parms #

startDate

endDate

selectedTextStyle

dateFormat

onChanged

2
likes
105
pub points
0%
popularity

Publisher

unverified uploader

Ola style datetimepicker.

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (license)

Dependencies

flutter, intl

More

Packages that depend on ola_style_datetime_picker