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

![image](https://github.com/user-attachments/assets/026427e2-3e9f-4a22-85ee-a39db57caaac) added `actionsBuilder` to customize the buttons and their actions before returning value from dialogue example : ```dart showOmniDateTimePicker( context: context, is24HourMode: true, isForce2Digits: true, initialDate: DateTime.now(), firstDate: DateTime(2020), lastDate:...

Add localizations for Timer picker numbers text to be in Arabic in Locale("ar") like date picker ![Screenshot_1722347884](https://github.com/user-attachments/assets/bb57cd2a-058e-400f-b0aa-c1e3e290f446)

In `example` settings, there aren't any ios, android folders. Nitither `pubspec.yaml` file. I home it will be added.