Felix Barz
Felix Barz
@pt-rick Setting the `path` as specified by @moffatman is correct. Regarding your new error: That is expected, as I use code generation with the library. I simply forgot that this...
Hi. It has been well over a month now since the last activity. This issue still persists. Has anyone found a workaround yet (besides downgrading flutter). Also, it would be...
Yes, I can also confirm. Flutter integration tests work again
You can always compile the module yourself. You can check out the github workflow for more details: https://github.com/Skycoder42/QtAutoUpdater/blob/master/.github/workflows/build.yml
Giving my two cents: @Shatur has done a very good job taking care of this project. I will trust them with whatever decision they make.
You can check out the CI scripts (e.g. https://github.com/Skycoder42/QtMvvm/blob/master/.travis.yml) for more details. However, this project is not actively maintained anymore, so I cannot give any further support
I am not actively developing this package anymore. Support for Qt6 has not been added.
qdep fails if git fails - so fixing this should be doable by telling git to not return an exit code indicating failure in case of a network error. If...
I currently have no resources to fix this unless somebody else wants to give it a try, this is a wontfix
This is indeed a use case I have not thought of, but definitely something useful to look in to. The dart stream API makes it somewhat hard to do that....