-
Notifications
You must be signed in to change notification settings - Fork 127
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
New android sdk version #270
New android sdk version #270
Conversation
@@ -86,110 +86,6 @@ public void onDetachedFromActivity() { | |||
lifecycle = null; | |||
} | |||
|
|||
// Old Plugin APIs | |||
|
|||
public static void registerWith(Registrar registrar) { |
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.
This was not used, but please again if we could really drop that.
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.
That should be fine
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.
I just checked, because I was curious: the new APIs were introduced in Flutter 1.12, so this should indeed be safe to remove as you noted. (https://docs.flutter.dev/release/breaking-changes/plugin-api-migration)
Maybe we could still add a note to the changelog if we are already documenting the new min android sdk.
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.
I added some information to the Changelog file. Should be fine now.
I also removed two files, since there was no single reference. Please take also take care about that in the review:
|
@@ -86,110 +86,6 @@ public void onDetachedFromActivity() { | |||
lifecycle = null; | |||
} | |||
|
|||
// Old Plugin APIs | |||
|
|||
public static void registerWith(Registrar registrar) { |
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.
That should be fine
No description provided.