praxamarnix
praxamarnix
I am working on a dart console application. It runs natively in windows/linux/macos. I tried to set the `console` to "terminal", "externalTerminal", "debugConsole" in my launch.json. Here is my full...
What I really enjoy using [Autofac](https://autofac.readthedocs.io/en/latest/resolve/relationships.html#enumeration-ienumerable-b-ilist-b-icollection-b), is how they handle multiple with the `As` binding. You register an instance not only as itself, but also as a specific interface. Requesting...
This would be great, since I have a couple of variables that are build dependent. For example, I want to send a different type of `--dart-fine="SOMESTUFF=$1"`. Meaning that I will...
For example I want to be able to send a dart-define into the windows_build_args. That would not be possible with only pubspec.yaml. Or otherwise I will have to generate pubspec.yaml...
I was able to reproduce with the following steps: * In vs code create a new flutter project * Go to the pubspec.yaml and add `dev_dependencies` `msix: 3.16.1`. * At...
I don't know if this is really needed. I would probably just generate the config.yaml file on the fly before building in a shell/cmd script and then tell msix where...