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

outdated

A platform aware date and time picker. Unlike the showDatePicker and showTimePicker functions, this package automatically chooose the appropiate widget depending on the platform.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add platform_date_picker

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

dependencies:
  platform_date_picker: ^0.0.3

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:platform_date_picker/platform_date_picker.dart';
22
likes
0
pub points
77%
popularity

Publisher

unverified uploader

A platform aware date and time picker. Unlike the showDatePicker and showTimePicker functions, this package automatically chooose the appropiate widget depending on the platform.

Repository (GitHub)
View/report issues

License

unknown (LICENSE)

Dependencies

flutter, universal_platform

More

Packages that depend on platform_date_picker