-
Notifications
You must be signed in to change notification settings - Fork 104
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
publish of shared_aws_api
needed to use package http
>= 1.0.0
#406
Comments
I need to update to |
Note: you may override the dependency in your In this case it is safe to override |
akriese
added a commit
to ActivityRadar/app
that referenced
this issue
Aug 4, 2023
this brings some dependency changes with it: http needs to be updated to 1.1.0, but aws_s3_api uses an old version of that. According to the discussion in agilord/aws_client#406, this can be overridden in the pubspec.yaml Also, flutter_map_marker_cluster hasnt officially migrated to using flutter_map v5 yet, so we need to manually use the git ref dee9902, like explained here: lpongetti/flutter_map_marker_cluster#173 The migration itself only brings some changes in the implementation of flutter_map_animations, which were quickly fixed :)
@isoos Thanks for the workaround tip. It hadn't occurred to me to use a dependency override to move ahead in versions. |
akriese
added a commit
to ActivityRadar/app
that referenced
this issue
Aug 7, 2023
this brings some dependency changes with it: http needs to be updated to 1.1.0, but aws_s3_api uses an old version of that. According to the discussion in agilord/aws_client#406, this can be overridden in the pubspec.yaml Also, flutter_map_marker_cluster hasnt officially migrated to using flutter_map v5 yet, so we need to manually use the git ref dee9902, like explained here: lpongetti/flutter_map_marker_cluster#173 The migration itself only brings some changes in the implementation of flutter_map_animations, which were quickly fixed :)
Closed
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Using published
shared_aws_api
, packagehttp
versions 1 and higher cannot be used:The code to enable this was already added in #396 (here), so just a publish is needed.
The text was updated successfully, but these errors were encountered: