Closed csamprajan closed 11 months ago
Any progress on this, please ?
Thank you for opening this issue. AWS AppSync SDK for iOS entered maintenance mode in September 2023 and will receive no further updates as of September 2024.
Please use Amplify Swift going forward. For information on upgrading to Amplify Swift, refer to the Upgrade from AppSync SDK documentation.
Description
AWSAppSync depends on SQLite 0.12.2 whereas amplify plugins depend on 0.13.2 Could you please upgrade SQLite dependency to 0.13.2 ?
I get the following error:
versions: amplify_datastore: ^0.6.3 in pubspec.yaml file of my flutter app pod 'AWSAppSync', '~> 3.6.2' in Podfile under ios
our implementation: We've built a flutter mobile app with AWS graphql & datastore in the frontend. Now, we're extending additional offline capabilities using aws appsync. It will be native ios code to be called in the background mode.
To Reproduce Steps to reproduce the behavior:
flutter create
commandflutter pub add amplify_flutter amplify_api amplify_datastore
'AWSAppSync', '~> 3.6.2'
in the Podfileflutter run
command on the project rootScreenshots
Environment:
Device Information: