furaiev / amazon-cognito-identity-dart-2

Unofficial Amazon Cognito Identity Provider Dart SDK, to easily add user sign-up and sign-in to your mobile and web apps with AWS.
MIT License
187 stars 114 forks source link

[Issue #69] Adding support for AnalyticsMetadata request parameter #111

Closed jcblancomartinez closed 3 years ago

jcblancomartinez commented 3 years ago

Several Amazon Cognito Identity Provider's actions (like InitiateAuth) accept AnalyticsMetadata as request parameter.

This allows to send Cognito events to Amazon Pinpoint analytics.

@furaiev Could you please review this pull-request?

Thanks.

furaiev commented 3 years ago

@jcblancomartinez thank you, it's available as of version 0.1.22

jcblancomartinez commented 3 years ago

@jcblancomartinez thank you, it's available as of version 0.1.22

Thank you and happy new year.