amplify_api_dart 0.2.0+4 copy "amplify_api_dart: ^0.2.0+4" to clipboard
amplify_api_dart: ^0.2.0+4 copied to clipboard

The Amplify API category plugin in Dart-only, supporting GraphQL and REST operations.

0.2.0+4 #

Fixes #

  • fix(repo): Flutter 3.3 support

0.2.0+3 #

  • Minor bug fixes and improvements

0.2.0+2 #

Fixes #

  • fix(api): Auth provider registration
  • fix(api): Include owner field in selection set (#2795)
  • fix(api): Support model definition target name (#2814)
  • fix(api): Supported protocols should be set on base client only

0.2.0+1 #

  • Minor bug fixes and improvements

0.2.0 #

Fixes #

  • fix(api): early call of Amplify creates wrong instance of AmplifyClass
  • fix(api): write null values in ModelMutations.create() unless owner field (#2679)

Breaking Changes #

  • feat(api)!: custom primary key support for GraphQL model helpers (#2606)

Features #

  • feat(api): GraphQL Subscription Where Filter (#2650)

0.1.0+3 #

Fixes #

  • fix(api): include parent IDs in selection set for model helpers (#2655)

0.1.0+2 #

Fixes #

  • fix(api): Web Socket Multiple Requests Synchronously (#2567)

0.1.0+1 #

Fixes #

  • fix(api): model helpers use targetNames in schemas with CPK enabled (#2559)

0.1.0 #

  • Initial version.