Leo Bound
Leo Bound
Unfortunately not - I'm running it on some embedded hardware where I added meta-flutter to the yocto build process.
The bundle was created with `flutter build bundle` with the standard flutter tool. After these errors the application does run as expected - there is just no way to debug...
Do you know where could I find more verbose logs? The logs in my first post are the output of `flutter-client -f -b /path/to/bundle`. Does flutter-client or the flutter engine...
Did you manage to get this to work? I'm interested in trying it out on an i.MX6 but struggling to figure it out.
I have the same problem. I was expecting to be able to force the account selection screen with prompt=`select_account` but this didn't do anything and my web app logs straight...
A similar issue occurs (web on Windows) when using the Windows Emoji input keyboard (Win + .) as soon as an emoji is picked, the assertion is triggered. In release...
Hi @lucafabbri , For the time being I've been referencing the package on pub.dev as in my initial comment. I've updated to 0.4.0 of this package and the same issue...
Yep that makes sense 🙂 Could you explain what you mean by trusting type parameters "genetically"? Is there a 'proper' way to do something like ```dart class FromJsonObject { static...