fledge_time 0.1.10 copy "fledge_time: ^0.1.10" to clipboard
fledge_time: ^0.1.10 copied to clipboard

Calendar and 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_time

With Flutter:

 $ flutter pub add fledge_time

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

dependencies:
  fledge_time: ^0.1.10

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_time/fledge_time.dart';
0
likes
160
points
109
downloads

Publisher

verified publisherfledge-framework.dev

Weekly Downloads

Calendar and 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

Documentation

API reference

License

Apache-2.0 (license)

Dependencies

fledge_ecs, meta

More

Packages that depend on fledge_time