OmniDateTimePicker icon indicating copy to clipboard operation
OmniDateTimePicker copied to clipboard

A Flutter DateTime picker package.

Results 23 OmniDateTimePicker issues
Sort by recently updated
recently updated
newest added

I want to use this view inside of my page. I don't want it to open a new dialog and worry about keyboard show/hides and page push/pops. Is this something...

`@override Simulation? createBallisticSimulation( ScrollMetrics position, double velocity) { // Tolerance tolerance = toleranceFor(position); Tolerance tolerance = Tolerance(velocity: velocity); final double target = _getTargetPixels(position as ScrollPosition, tolerance, velocity); if (target !=...

Description: Font Issue on iPad 10th Generation: When setting the headlineSmall property to fontSize: 34, the text appears to be cut off, especially on an iPad 10th generation. Specifically, 2-digit...

Customizable Button Text: I am using the OmniDateTimePicker in my Flutter application and noticed that there's no direct way to customize the text for the OK and Cancel buttons. It...

Thanks for this amazing piece of work. I however would like to request for a little feature. Currently I need to allow my users pick a date and time to...

Can you also add an option to allow users add a custom widget below the time picker? I would like to add a custom timezone picker, just so all my...

Hello, First of all, thank you for creating and maintaining the omni_datetime_picker package. It's been a fantastic tool for our project. I've noticed a small issue when using the picker...

I am working on flutter, where I want a calander where dates are in past date range, for example calander should show dates from 10 jan 2024 to 20 Jan...

Updated rxdart to 0.28.0