Tags: go-flutter-desktop/go-flutter
Tags
Implement new method channels to avoid warnings (#669) * Implement new method channels to avoid warnings Since the upgrade to Flutter 3.0 there were new method channels introduced. This commit implement a couple of them, to reduce the amount of warnings when running the project. Fixes #667 * Update restoration.go Co-authored-by: Pierre Champion | Drakirus <pierrescalade@gmail.com>
Fix segfault when running with Flutter 3.0 (#663) The release of Flutter 3.0 caused apps to segfault when running with hover. The issue seems to be related to an updated ABI that required new headers to be compiled into `go-flutter` to make the interop compatible. This commit updates the `embedder.h` file to match the latest file from `flutter/flutter` allowing applications to run with the new version.
PreviousNext