Maksim Lin

Results 174 comments of Maksim Lin
trafficstars

@mraleph I thought you had spotted the issue, but I just tried adding a `Isolate.exit()` along with `print("exiting Helper Isolate");` on line before it, to my helper Isolate (as I...

Strangely I'm getting the same "an unknown error has occurred" error message and I *haven't* moved off `0.3.6+1` but simply added the `google_sign_in` package, where previously I was only using...

@felangel sure thing. Its basically the same as what @DanTup has in his example: `calc.dart` in your apps `lib` dir: ``` class Calculator { int calculate() { print("calculating..."); // Add...

@timothystulman welcome to Flutter development. When you have issues with packages or plugins in Flutter, a good starting point is to try running the example app that is included in...

Thanks for the quick feedback! Yes I'm pressed for time also but may have a chance to work on it during LCA if you dont get to it before then.

I ran into exactly the same thing trying to do dart2native on [dart-sitegen](https://github.com/MikeMitterer/dart-sitegen) which had a dependency on this package and can confirm that changing over to [reflected-mustache fork](https://github.com/MikeMitterer/reflected_mustache) allows...

@ruby0x1 any chance you could publish the branch with your work on the debugger? as I couldn't find anything in your fork repo (https://github.com/ruby0x1/wren) Even not complete or fully working...

On ubuntu 22.04.1 I had this same issue and doing `sudo apt remove appimagelauncher` got balena working again straight away, not even a reboot required.

@robert-ancell I'm interested in getting Linux support so happy to collaborate if thats something you've already started working on?