We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5751240 commit cd70709Copy full SHA for cd70709
src/main.rs
@@ -30,7 +30,9 @@ fn main() {
30
.add_plugin(calc_channel::CalcPlugin::default())
31
.add_plugin(msg_stream_channel::MsgStreamPlugin::default());
32
33
- flutter.start_engine(&PathBuf::from(asset_dir), &[], snapshot).unwrap();
+ flutter
34
+ .start_engine(&PathBuf::from(asset_dir), &[], snapshot)
35
+ .unwrap();
36
37
flutter.with_plugin(|p: &settings::SettingsPlugin| {
38
p.start_message()
0 commit comments