-
-
Notifications
You must be signed in to change notification settings - Fork 860
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
Upgrade dependencies, fix EPSG:3413 example #1359
Conversation
Hi @JosefWN, |
Ah: https://dart.dev/tools/pub/dependencies
I assumed Two things which might be good:
|
Good spot on the example project! Still not sure why they would be showing differences on our systems, as they almost all use carat syntax anyway? But I think your second point is an issue: I would prefer carat syntax, like you've changed to. |
I think it will depend on when we last ran |
Ok, I'm happy with this. Can someone else (@ibrierley, @TesteurManiak, @moonag) give this a check to make sure it runs fine on their system? (Note the SDK version change) |
LGTM |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM. Thanks for your changes!
Upgrades the project to the latest compatible dependencies.
Also adds
assets/
path prefix to a brokenImage.asset()
in the EPSG:3413 example.Tested on all examples, seems to work except for #1360.