week_date_picker 0.0.2 copy "week_date_picker: ^0.0.2" to clipboard
week_date_picker: ^0.0.2 copied to clipboard

A calendar picker with support for single date picker also you can scroll between weeks.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add week_date_picker

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

dependencies:
  week_date_picker: ^0.0.2

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:week_date_picker/week_date_picker.dart';
5
likes
150
points
34
downloads

Publisher

unverified uploader

Weekly Downloads

A calendar picker with support for single date picker also you can scroll between weeks.

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (license)

Dependencies

flutter

More

Packages that depend on week_date_picker