weekly_date_picker 1.4.2 copy "weekly_date_picker: ^1.4.2" to clipboard
weekly_date_picker: ^1.4.2 copied to clipboard

A weekly date picker where you can scroll between weeks and select a date.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add weekly_date_picker

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

dependencies:
  weekly_date_picker: ^1.4.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:weekly_date_picker/weekly_date_picker.dart';
67
likes
140
pub points
90%
popularity

Publisher

unverified uploader

A weekly date picker where you can scroll between weeks and select a date.

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (LICENSE)

Dependencies

flutter, week_of_year

More

Packages that depend on weekly_date_picker