fledge_calendar 0.2.0
fledge_calendar: ^0.2.0 copied to clipboard
Calendar and in-game time system for Fledge games with configurable day/night cycles, seasons, and time scaling.
Use this package as a library
Depend on it
Run this command:
With Dart:
$ dart pub add fledge_calendarThis will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):
dependencies:
fledge_calendar: ^0.2.0Alternatively, your editor might support dart pub get. Check the docs for your editor to learn more.
Import it
Now in your Dart code, you can use:
import 'package:fledge_calendar/fledge_calendar.dart';