Open zhangli-jerry opened 5 years ago
1st time we've tried, we got error code 400 SerializationException
Guys, fixed in forked branch https://pub.dev/packages/amazon_cognito_identity_dart_2 Welcome to contribute
@furaiev thanks for fixing this one quickly. i think it's also good to submit a PR to this repo so we can switch back to it once it is merged
I don't believe that owner will start support this package again. There are already 14 unresolved PRs.
final userAttributes = [
new AttributeArg(name: 'name', value: name),
new AttributeArg(name: 'custom:attribute_1', value: attribute_1),
new AttributeArg(name: 'custom:attribute_2', value: attribute_2),
new AttributeArg(name: 'custom:attribute_3', value: attribute_3),
]
how can i add custom attributes when signup? can i use ClientMataData ?
Thanks.