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.3k stars 239 forks source link

Update aws_common dependencies #4618

Open flodaniel opened 3 months ago

flodaniel commented 3 months ago

Description

Merge this PR: https://github.com/aws-amplify/amplify-flutter/pull/4464/files so that aws_common stays up-to-date. We can't update some of our libs because aws_common depends on js ^0.6.4.

Categories

Steps to Reproduce

See description.

Screenshots

No response

Platforms

Flutter Version

3.19.5

Amplify Flutter Version

1.7.0

Deployment Method

Amplify CLI

Schema

No response

NikaHsn commented 3 months ago

thanks for opening this issue and sorry that you are facing this issue. we will look into upgrading the dependencies. the js 0.7.0 has breaking changes and so may involve some code changes in our libraries. we also upgrade dependencies across all the packages and hence may not mrge this PR which is only for aws_common package.

flutterocks commented 5 days ago

This is preventing me from using amplify as it's incompatible with a core plugin I'm using.

What external action are you pending? this seems like an issue with amplify not being up to date on dependencies.

Jordan-Nelson commented 4 days ago

Hello @flutterocks - There was a dependency of Amplify Flutter that did not yet support version 0.7.0, but it appears that it now does. I will take a look into this.