Skip to content

Instantly share code, notes, and snippets.

@dreamcat4
Created August 13, 2020 17:05
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save dreamcat4/8265badcc09a14d7b0e659efe573f9c7 to your computer and use it in GitHub Desktop.
Save dreamcat4/8265badcc09a14d7b0e659efe573f9c7 to your computer and use it in GitHub Desktop.
Compiling flutter-engine-sys v0.4.0 (https://github.com/flutter-rs/flutter-rs#bff49d79)
Compiling smithay-client-toolkit v0.6.6
Compiling winit v0.20.0-alpha5 (https://github.com/dvc94ch/winit?branch=android#1603d8b5)
Compiling smithay-clipboard v0.4.0
Compiling copypasta v0.6.3
Compiling glutin v0.22.0-alpha5 (https://github.com/dvc94ch/glutin?branch=android#3c315992)
Compiling serde_json v1.0.51
Compiling flutter-engine v0.4.0 (https://github.com/flutter-rs/flutter-rs#bff49d79)
Compiling flutter-plugins v0.4.0 (https://github.com/flutter-rs/flutter-rs#bff49d79)
Compiling flutter-winit v0.4.0 (https://github.com/flutter-rs/flutter-rs#bff49d79)
error[E0599]: no method named `add_plugin` found for struct `flutter_engine::FlutterEngine` in the current scope
--> /home/id/.cargo/git/checkouts/flutter-rs-c358db22f6da0f29/bff49d7/flutter-winit/src/window.rs:86:16
|
86 | engine.add_plugin(DialogPlugin::default());
| ^^^^^^^^^^ method not found in `flutter_engine::FlutterEngine`
error[E0599]: no method named `add_plugin` found for struct `flutter_engine::FlutterEngine` in the current scope
--> /home/id/.cargo/git/checkouts/flutter-rs-c358db22f6da0f29/bff49d7/flutter-winit/src/window.rs:87:16
|
87 | engine.add_plugin(IsolatePlugin::new(isolate_cb));
| ^^^^^^^^^^ method not found in `flutter_engine::FlutterEngine`
error[E0599]: no method named `add_plugin` found for struct `flutter_engine::FlutterEngine` in the current scope
--> /home/id/.cargo/git/checkouts/flutter-rs-c358db22f6da0f29/bff49d7/flutter-winit/src/window.rs:88:16
|
88 | engine.add_plugin(KeyEventPlugin::default());
| ^^^^^^^^^^ method not found in `flutter_engine::FlutterEngine`
error[E0599]: no method named `add_plugin` found for struct `flutter_engine::FlutterEngine` in the current scope
--> /home/id/.cargo/git/checkouts/flutter-rs-c358db22f6da0f29/bff49d7/flutter-winit/src/window.rs:89:16
|
89 | engine.add_plugin(LifecyclePlugin::default());
| ^^^^^^^^^^ method not found in `flutter_engine::FlutterEngine`
error[E0599]: no method named `add_plugin` found for struct `flutter_engine::FlutterEngine` in the current scope
--> /home/id/.cargo/git/checkouts/flutter-rs-c358db22f6da0f29/bff49d7/flutter-winit/src/window.rs:90:16
|
90 | engine.add_plugin(LocalizationPlugin::default());
| ^^^^^^^^^^ method not found in `flutter_engine::FlutterEngine`
error[E0599]: no method named `add_plugin` found for struct `flutter_engine::FlutterEngine` in the current scope
--> /home/id/.cargo/git/checkouts/flutter-rs-c358db22f6da0f29/bff49d7/flutter-winit/src/window.rs:91:16
|
91 | engine.add_plugin(NavigationPlugin::default());
| ^^^^^^^^^^ method not found in `flutter_engine::FlutterEngine`
error[E0599]: no method named `add_plugin` found for struct `flutter_engine::FlutterEngine` in the current scope
--> /home/id/.cargo/git/checkouts/flutter-rs-c358db22f6da0f29/bff49d7/flutter-winit/src/window.rs:92:16
|
92 | engine.add_plugin(PlatformPlugin::new(platform_handler));
| ^^^^^^^^^^ method not found in `flutter_engine::FlutterEngine`
error[E0599]: no method named `add_plugin` found for struct `flutter_engine::FlutterEngine` in the current scope
--> /home/id/.cargo/git/checkouts/flutter-rs-c358db22f6da0f29/bff49d7/flutter-winit/src/window.rs:93:16
|
93 | engine.add_plugin(SettingsPlugin::default());
| ^^^^^^^^^^ method not found in `flutter_engine::FlutterEngine`
error[E0599]: no method named `add_plugin` found for struct `flutter_engine::FlutterEngine` in the current scope
--> /home/id/.cargo/git/checkouts/flutter-rs-c358db22f6da0f29/bff49d7/flutter-winit/src/window.rs:94:16
|
94 | engine.add_plugin(SystemPlugin::default());
| ^^^^^^^^^^ method not found in `flutter_engine::FlutterEngine`
error[E0599]: no method named `add_plugin` found for struct `flutter_engine::FlutterEngine` in the current scope
--> /home/id/.cargo/git/checkouts/flutter-rs-c358db22f6da0f29/bff49d7/flutter-winit/src/window.rs:95:16
|
95 | engine.add_plugin(TextInputPlugin::new(textinput_handler));
| ^^^^^^^^^^ method not found in `flutter_engine::FlutterEngine`
error[E0599]: no method named `add_plugin` found for struct `flutter_engine::FlutterEngine` in the current scope
--> /home/id/.cargo/git/checkouts/flutter-rs-c358db22f6da0f29/bff49d7/flutter-winit/src/window.rs:96:16
|
96 | engine.add_plugin(WindowPlugin::new(window_handler));
| ^^^^^^^^^^ method not found in `flutter_engine::FlutterEngine`
error[E0599]: no method named `add_plugin` found for struct `flutter_engine::FlutterEngine` in the current scope
--> /home/id/.cargo/git/checkouts/flutter-rs-c358db22f6da0f29/bff49d7/flutter-winit/src/window.rs:145:21
|
145 | self.engine.add_plugin(plugin);
| ^^^^^^^^^^ method not found in `flutter_engine::FlutterEngine`
error[E0599]: no method named `with_plugin` found for struct `flutter_engine::FlutterEngine` in the current scope
--> /home/id/.cargo/git/checkouts/flutter-rs-c358db22f6da0f29/bff49d7/flutter-winit/src/window.rs:154:21
|
154 | self.engine.with_plugin(f)
| ^^^^^^^^^^^ method not found in `flutter_engine::FlutterEngine`
error[E0599]: no method named `with_plugin_mut` found for struct `flutter_engine::FlutterEngine` in the current scope
--> /home/id/.cargo/git/checkouts/flutter-rs-c358db22f6da0f29/bff49d7/flutter-winit/src/window.rs:162:21
|
162 | self.engine.with_plugin_mut(f)
| ^^^^^^^^^^^^^^^ method not found in `flutter_engine::FlutterEngine`
error[E0599]: no method named `with_plugin` found for struct `flutter_engine::FlutterEngine` in the current scope
--> /home/id/.cargo/git/checkouts/flutter-rs-c358db22f6da0f29/bff49d7/flutter-winit/src/window.rs:187:16
|
187 | engine.with_plugin(|localization: &LocalizationPlugin| {
| ^^^^^^^^^^^ method not found in `flutter_engine::FlutterEngine`
error[E0599]: no method named `with_plugin_mut` found for struct `flutter_engine::FlutterEngine` in the current scope
--> /home/id/.cargo/git/checkouts/flutter-rs-c358db22f6da0f29/bff49d7/flutter-winit/src/window.rs:243:40
|
243 | ... engine.with_plugin_mut(|text_input: &mut TextInputPlugin| {
| ^^^^^^^^^^^^^^^ method not found in `flutter_engine::FlutterEngine`
error[E0599]: no method named `with_plugin_mut` found for struct `flutter_engine::FlutterEngine` in the current scope
--> /home/id/.cargo/git/checkouts/flutter-rs-c358db22f6da0f29/bff49d7/flutter-winit/src/window.rs:276:48
|
276 | ... engine.with_plugin_mut(
| ^^^^^^^^^^^^^^^ method not found in `flutter_engine::FlutterEngine`
error[E0599]: no method named `with_plugin_mut` found for struct `flutter_engine::FlutterEngine` in the current scope
--> /home/id/.cargo/git/checkouts/flutter-rs-c358db22f6da0f29/bff49d7/flutter-winit/src/window.rs:295:44
|
295 | ... engine.with_plugin_mut(|keyevent: &mut KeyEventPlugin| {
| ^^^^^^^^^^^^^^^ method not found in `flutter_engine::FlutterEngine`
error[E0599]: no method named `with_plugin_mut` found for struct `flutter_engine::FlutterEngine` in the current scope
--> /home/id/.cargo/git/checkouts/flutter-rs-c358db22f6da0f29/bff49d7/flutter-winit/src/window.rs:307:44
|
307 | ... engine.with_plugin_mut(|keyevent: &mut KeyEventPlugin| {
| ^^^^^^^^^^^^^^^ method not found in `flutter_engine::FlutterEngine`
error: aborting due to 19 previous errors
For more information about this error, try `rustc --explain E0599`.
error: could not compile `flutter-winit`.
To learn more, run the command again with --verbose.
warning: build failed, waiting for other jobs to finish...
error: build failed
Error: Cargo did not exit successfully
θ87° [id:~/Mega/dev/rust/web-and-mobile/flutter-app-template] master(+61/-39) 1 ±
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment