calendar_strip 1.0.7 copy "calendar_strip: ^1.0.7" to clipboard
calendar_strip: ^1.0.7 copied to clipboard

Flutter Calendar strip widget with custom date and custom styling. Date range can also be set between 2 date to disable selection of irrevelant dates

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add calendar_strip

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

dependencies:
  calendar_strip: ^1.0.7

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:calendar_strip/calendar_strip.dart';
103
likes
40
pub points
67%
popularity

Publisher

unverified uploader

Flutter Calendar strip widget with custom date and custom styling. Date range can also be set between 2 date to disable selection of irrevelant dates

Repository (GitHub)
View/report issues

License

BSD-3-Clause (LICENSE)

Dependencies

flutter

More

Packages that depend on calendar_strip