weekly_date_picker 1.4.1 weekly_date_picker: ^1.4.1 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.1
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';