Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix Dart invoking medea-jason on non-main thread #197

Merged
merged 15 commits into from
Dec 30, 2024
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,17 @@ All user visible changes to this project will be documented in this file. This p

[Diff](https://github.com/instrumentisto/medea-jason/compare/medea-jason-0.7.0...master)

### Fixed

- Futures executor being called from non-main thread on Dart platforms. ([#197])

### Upgraded

- Dependencies:
- [`flutter_rust_bridge`] to 2.7.0 version. ([#195])

[#195]: /../../pull/195
[#197]: /../../pull/197



Expand Down
Loading
Loading