-
Notifications
You must be signed in to change notification settings - Fork 5.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Kotlin: adding Cognito Flutter mobile app #6256
Kotlin: adding Cognito Flutter mobile app #6256
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Only comment I have is to move this larger example to kotlin/usecases.
@scmacdon Done! |
@scmacdon do you have any recommendations to get past this error? The app works, so I'm hoping there's an easy way to remedy this. Also @bhatti for any ideas.
|
@AMZ-brandon , I am not quite following the cause of kotlin error as that file was generated by flutter tooling and is a valid kotlin file. The developers of flutter generally use dart for the application logic and flutter tooling generates scaffolding for target platform. As, flutter project includes multiple languages including kotlin, dart, objective-c, c++, etc so it probably needs its own folder under dart. Let me know what you think. |
6c25b4c
to
44af510
Compare
eb1e8b0
to
44af510
Compare
086eab0
to
b2a784d
Compare
This pull request adds an Amazon Cognito example app for Android in Flutter and Kotlin. This app is part of a documentation update for the Cognito developer guide. @bhatti is primary contributor.
By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.