aws-amplify / amplify-flutter

A declarative library with an easy-to-use interface for building Flutter applications on AWS.
https://docs.amplify.aws
Apache License 2.0
1.33k stars 247 forks source link

[amplify_analytics_pinpoint] Update `device_info_plus` dependency #5565

Open asaarnak opened 1 month ago

asaarnak commented 1 month ago

Increase device_info_plus from ^10.0.1 to ^11.0.0

Because amplify_auth_cognito >=2.4.1 depends on amplify_analytics_pinpoint >=2.4.1 <2.5.0 which depends on device_info_plus ^10.0.1, amplify_auth_cognito >=2.4.1 requires device_info_plus
  ^10.0.1.
So, because my_app depends on both amplify_auth_cognito ^2.4.1 and device_info_plus ^11.0.0, version solving failed.
NikaHsn commented 1 month ago

@asaarnak Sorry that you are facing this issue. We will look into this and get back to you when we have updates.