Damian Bast

Results 46 comments of Damian Bast

I believe you need to either add ref: main or remove the .git in the url

This is not just a 'Windows' issue - all Flutter apps don't use the system proxy by default as reported here: https://github.com/flutter/flutter/issues/26359 - as Flutter becomes adopted by more and...

Hi @dnfield - thanks for the quick review! I just did a migration on a bigger project and having many no-ops around made it a lot more difficult to migrate....

Any updates on this? If we had this, we could add tests to all tutorials, which would bring more people into contact with tests and how to write tests. It...

@quantum-booty @skewty looks like this is the thread for likeminded people - I'm also looking into exactly this for vim and maybe VS Code. Did either of you make any...

When adding support for fvm it would be great if there would also be an fvm symlink so that we can use `fvm flutter` commands in our actions (e.g. using...

Just wanted to give this another try (had it working when it first came out but didn't have a usecase then, now I do), but currently I'm unable to run...

-> looks like the hello_world example is running just fine ``` wasmtest ➤ dart run git:main* Building package executable... Built wasmtest:wasmtest. 1522756 == 1522756 ``` had to reinstall rust, but...

Just hopped on my old Macbook with Intel processor and got the same error - the fact that the debug entitlements for network access are missing from `macos/Runner/DebugProfile.entitlements` leads me...

I just created a small script to checkout and run the wasm example on a mac machine, to make this easier to test and reproduce: https://gist.github.com/dkbast/6af0c48eda59817b525798743f737918 ```Bash # A shell...