Version Constrains make live difficult for users of rolling release linux distros. #31
Labels
No labels
Blocked
Good First Issue
No milestone
No project
No assignees
2 participants
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
Nexus/nexus#31
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
It seems the project heavily relies on "pinned" versions of dependencies. I now had trouble correctly building the nexus client especially with aot stuff. Here are some outputs I get in the console:
Note: This was after updating my local pubspec.yaml to allow for newer versions.
Here is a specific problem I ran into:
Here is some more info:
None of these are a problem except for the null check one, which I can look into.
Can you please revert any changes you made to your pubspec and lockfile, then
flutter pub getagain, and let me know if you have any issues running then? The error that you had is related to changes in the code_asset library, I believe.Closing this to debug further in the Matrix room, as I believe its not an issue with the app.