I'm trying to use Dart & Flutter to write some apps that we want to deploy across the 5 major OSs (Linux, Windows, macOS, iOS, and Android). The most important of them is probably Linux, so I've been trying to get
https://github.com/google/flutter-desktop-embedding installed and running in a CentOS guest VM (running on a macOS host, if anyone thinks that might matter). As far as I can tell, I got it built and installed ok, but whenever I try to run './example/flutter_embedder_example', a blank window pops up, the terminal says:
[ERROR:flutter/shell/common/engine.cc(130)] Engine run configuration was invalid.
[ERROR:flutter/shell/platform/embedder/embedder_engine.cc(65)] Could not launch the engine with configuration.
...and then nothing else happens (until I close the blank window, of course).
I just asked on the main flutter group what a valid engine configuration consists of, but does anyone here have any thoughts on what the problem might be? FWIW, the output of 'flutter --version' is:
Engine • revision 09d05a3891
Tools • Dart 2.0.0-dev.48.0.flutter-fe606f890b
Thanks,
-Dave Sweeris