-
Notifications
You must be signed in to change notification settings - Fork 28
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Cannot build project #106
Comments
This is basically the reason I don't spend a lot of time on Vikunja anymore. You bascially need to spend hours each time just to update java/gradle/flutter/dart. I'm sorry I can't be of more help. You can check out the pipeline, which, as of 3 months ago, still built the app: https://github.com/go-vikunja/app/blob/main/.github/workflows/flutter.yml Let me know if you get it to work. |
@Benimautner I tried to sort things out properly but with no luck. Instead I made a new project and copied over:
Are there any docs i can consult in regards to how the app is laid out and how the components fit together? |
I'm all for upgrading this, and then also adding renovate to upgrade dependencies automatically as they release new versions. That would be made easier if we had better tests. What would you say, is it easier to upgrade the current code base or create a new app and copy the code over? (which would need to happen in this repo) |
@kolaente I am by no means an expert but I tried for a while to upgrade the current code base and had no luck. I think it may just be easier to create a new app and copy the code over. I can raise an MR for this. |
There are a few features I would like to implement and as I have some familiarity with flutter I wanted to give it a go. However I have as yet been unable to build it as there are so many depreciacions and errors with the various libraries and settings used here.
Can I find out what versions of flutter and dart are used to build this? And is there any plan to update all the dependencies?
The text was updated successfully, but these errors were encountered: