weekly_calendar_upgrade 0.0.2
weekly_calendar_upgrade: ^0.0.2 copied to clipboard
Effortlessly integrate this straightforward weekly calendar widget into your Flutter app for a seamless user experience. Fork WeeklyCalendar :3
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add weekly_calendar_upgradeThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
weekly_calendar_upgrade: ^0.0.2Alternatively, 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_calendar_upgrade/weekly_calendar_upgrade.dart';