week_calendar 2.0.0 copy "week_calendar: ^2.0.0" to clipboard
week_calendar: ^2.0.0 copied to clipboard

A highly customizable Flutter package that provides a horizontally scrollable weekly calendar widget with multiple visual styles and extensive configuration options.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add week_calendar

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

dependencies:
  week_calendar: ^2.0.0

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_calendar/week_calendar.dart';
1
likes
160
points
63
downloads

Publisher

unverified uploader

Weekly Downloads

A highly customizable Flutter package that provides a horizontally scrollable weekly calendar widget with multiple visual styles and extensive configuration options.

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (license)

Dependencies

flutter, s_packages

More

Packages that depend on week_calendar