-
-
Notifications
You must be signed in to change notification settings - Fork 35
Extract Android implementation to separate folder #38
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
Extract Android implementation to separate folder #38
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.
LGTM
...r/flutter-google-api-availability into enhancement/platform-android
Codecov ReportPatch coverage has no change and project coverage change:
Additional details and impacted files@@ Coverage Diff @@ ## main #38 +/- ## ========================================== - Coverage 93.93% 92.85% -1.09% ========================================== Files 2 1 -1 Lines 33 28 -5 ========================================== - Hits 31 26 -5 Misses 2 2
... and 1 file with indirect coverage changes Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. ☔ View full report in Codecov by Sentry. |
Note: the reference to
google_api_platform_interface
ingoogle_api_platform_interface_android/pubspec.yaml
is not resolving becausegoogle_api_platform_interface
has not yet been published to pub.dev.✨ What kind of change does this PR introduce? (Bug fix, feature, docs update...)
The Android implementation has been extracted to a plugin implementation, following the federated plugin architecture.
The 'old' Android code is still there, and remains in use. Once the federated structure is in place we can remove the 'old' Android code and switch over to the new code.
💥 Does this PR introduce a breaking change?
No.
🐛 Recommendations for testing
Dart tests for the Android platform have been updated.
📝 Links to relevant issues/docs
This PR is part of #33.
🤔 Checklist before submitting