-
Notifications
You must be signed in to change notification settings - Fork 249
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
chore(api): Api example - generate files for multiplaform #2080
Conversation
@@ -0,0 +1,6 @@ | |||
package com.amazonaws.amplify.example | |||
|
|||
import io.flutter.embedding.android.FlutterActivity |
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.
Double check this. There should already be a MainActivity, but the package might have become out of sync
@@ -0,0 +1,30 @@ | |||
// This is a basic Flutter widget test. | |||
// |
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.
Can delete this file
Codecov Report
@@ Coverage Diff @@
## feat/api-next #2080 +/- ##
=================================================
- Coverage 45.53% 44.67% -0.87%
=================================================
Files 132 125 -7
Lines 7952 7902 -50
=================================================
- Hits 3621 3530 -91
- Misses 4331 4372 +41
Flags with carried forward coverage won't be shown. Click here to find out more.
|
Description of changes:
Ran
flutter create .
withinamplify-flutter/packages/api/amplify_api/example
By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.