flutter-rs
flutter-rs copied to clipboard
flutter-winit fails to compile on MacOS
I get a whole string of "method not found in `flutter_engine::FlutterEngine" errors from flutter-winit when running cargo flutter run on the example file. I'm running MacOs 10.14.
I'm also getting a similar error on linux: error[E0599]: no method named add_pluginfound for structflutter_engine::FlutterEngine in the current scope.
➜ flutter --version Flutter 1.17.3 • channel stable • https://github.com/flutter/flutter.git Framework • revision b041144f83 (3 days ago) • 2020-06-04 09:26:11 -0700 Engine • revision ee76268252 Tools • Dart 2.8.4
➜ dart --version Dart VM version: 2.8.4 (stable) (Unknown timestamp) on "linux_x64"
➜ rustc --version rustc 1.44.0 (49cae5576 2020-06-01)
➜ cargo --version cargo 1.44.0 (05d080faa 2020-05-06)
Same here - on Linux
Same, any updates?
Can reproduce using
Flutter 1.22.0 (stable) Dart 2.10.0 rustc 1.46.0 cargo 1.46.0
Still an issue with Flutter 2 on:
OS Ubuntu 21.04
Flutter 2.2.1 (stable)
Dart 2.13.1
rustc 1.52.1
cargo 1.52.0
Can reproduce on OS X (Catalina - 10.15.7)
❯ flutter --version Flutter 2.2.3 • channel stable • https://github.com/flutter/flutter.git Framework • revision f4abaa0735 (3 months ago) • 2021-07-01 12:46:11 -0700 Engine • revision 241c87ad80 Tools • Dart 2.13.4 ❯ dart --version Dart SDK version: 2.13.4 (stable) (Wed Jun 23 13:08:41 2021 +0200) on "macos_x64" ❯ rustc --version rustc 1.53.0 (53cb7b09b 2021-06-17) ❯ cargo --version cargo 1.53.0 (4369396ce 2021-04-27)