idle_save 0.2.0 copy "idle_save: ^0.2.0" to clipboard
idle_save: ^0.2.0 copied to clipboard

Thrilled to introduce a focused save SDK for idle games with deterministic serialization and explicit migrations.

Changelog #

0.2.0 #

  • Add SaveContext/SaveReason and SaveResult for observable saves.
  • Track saveReason in SaveEnvelope metadata.
  • Add MigrationContext and Migration.withContext for deterministic migrations.
  • Add CanonicalJsonSaveCodec for stable JSON ordering.
  • Report store read/write errors in load results.

0.1.2 #

  • Treat decoder failures as invalid payloads on load.
  • Update idle_core dependency and docs.

0.1.1 #

0.1.0 #

  • Initial release with save envelope, codec, checksum, migrations, store, and save manager.
  • idle_core integration helper with IdleState encoder.
  • Example and demo app plus tests for migrations, corruption, and backups.
1
likes
0
points
399
downloads

Publisher

unverified uploader

Weekly Downloads

Thrilled to introduce a focused save SDK for idle games with deterministic serialization and explicit migrations.

Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

clock, crypto, idle_core

More

Packages that depend on idle_save