web_date_picker 1.0.0+3 copy "web_date_picker: ^1.0.0+3" to clipboard
web_date_picker: ^1.0.0+3 copied to clipboard

Provides a date picker rendering library for web application development.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add web_date_picker

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

dependencies:
  web_date_picker: ^1.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:web_date_picker/web_date_picker.dart';
21
likes
110
pub points
83%
popularity

Publisher

unverified uploader

Provides a date picker rendering library for web application development.

Repository (GitHub)
View/report issues

Documentation

API reference

License

BSD-3-Clause (LICENSE)

Dependencies

cupertino_icons, flutter, intl

More

Packages that depend on web_date_picker