alh_calendar 1.1.0
alh_calendar: ^1.1.0 copied to clipboard
A package for creating a custom calendar-widget. Builder-methods make it possible to design the calendar according to the given situation.
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add alh_calendarThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
alh_calendar: ^1.1.0Alternatively, 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:alh_calendar/alh_calendar.dart';