-
Notifications
You must be signed in to change notification settings - Fork 247
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
fix(amplify-flutter): MissingPluginException when android app restarts #345
Conversation
…amplify_core_refactor
Codecov Report
@@ Coverage Diff @@
## master #345 +/- ##
==========================================
- Coverage 69.42% 69.09% -0.33%
==========================================
Files 238 238
Lines 7070 7105 +35
Branches 312 315 +3
==========================================
+ Hits 4908 4909 +1
- Misses 2043 2076 +33
- Partials 119 120 +1
Flags with carried forward coverage won't be shown. Click here to find out more.
|
LGTM - but check out the android unit tests. |
Hi there @Amplifiyer. When this fix is going to be released? I am having several crashes in my production app due to this problem. |
@brunovsiqueira, we are in final phases of testing and will release very soon. Stay tuned! |
Issue #, if available: fixed #99
Description of changes:
onAttachedToEngine
method as they are never reached to the user and also never even logged.AmplifyAlreadyConfiguredException
By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.