fledge_calendar 0.2.1 copy "fledge_calendar: ^0.2.1" to clipboard
fledge_calendar: ^0.2.1 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_calendar

With Flutter:

 $ flutter pub add fledge_calendar

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

dependencies:
  fledge_calendar: ^0.2.1

Alternatively, your editor might support dart pub get or flutter 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';
0
likes
160
points
--
downloads

Documentation

API reference

Publisher

verified publisherfledge-framework.dev

Calendar and in-game time system for Fledge games with configurable day/night cycles, seasons, and time scaling.

Homepage
Repository (GitHub)
View/report issues
Contributing

Topics

#ecs #game-engine #time #calendar #day-night

License

Apache-2.0 (license)

Dependencies

fledge_ecs, meta

More

Packages that depend on fledge_calendar