omni_datetime_picker 2.1.1 copy "omni_datetime_picker: ^2.1.1" to clipboard
omni_datetime_picker: ^2.1.1 copied to clipboard

A datetime picker package with option to use a single datetime picker or a datetime range picker.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add omni_datetime_picker
copied to clipboard

This will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):

dependencies:
  omni_datetime_picker: ^2.1.1
copied to clipboard

Alternatively, your editor might support flutter pub get. Check the docs for your editor to learn more.

Import it

Now in your Dart code, you can use:

import 'package:omni_datetime_picker/omni_datetime_picker.dart';
copied to clipboard
220
likes
160
points
21.7k
downloads

Publisher

verified publisheralanchan.dev

Weekly Downloads

2024.09.14 - 2025.03.29

A datetime picker package with option to use a single datetime picker or a datetime range picker.

Homepage
Repository (GitHub)

Documentation

API reference

License

MIT (license)

Dependencies

equatable, flutter, flutter_bloc, rxdart

More

Packages that depend on omni_datetime_picker