Skip to content

v8.0.0

Choose a tag to compare

@temeddix temeddix released this 02 Apr 05:23
· 238 commits to main since this release

What's Changed

Full Changelog: v7.3.1...v8.0.0

Summary

  • To migrate from Rinf version 7, refer to this section in the documentation.
  • Rinf no longer uses Protobuf. It now uses Serde. You should annotate Rust structs to define signal endpoints between Dart and Rust.
  • Fixed an issue with loading the app on the web.
  • Improved documentation in various areas.