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

Save/load system for Fledge games with resource aggregation and version migration support.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add fledge_save

With Flutter:

 $ flutter pub add fledge_save

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

dependencies:
  fledge_save: ^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_save/fledge_save.dart';
0
likes
160
points
132
downloads

Publisher

verified publisherfledge-framework.dev

Weekly Downloads

Save/load system for Fledge games with resource aggregation and version migration support.

Homepage
Repository (GitHub)
View/report issues
Contributing

Topics

#ecs #game-engine #save-load #persistence

Documentation

API reference

License

Apache-2.0 (license)

Dependencies

fledge_ecs, meta, path_provider

More

Packages that depend on fledge_save