-
Notifications
You must be signed in to change notification settings - Fork 33
Fix Android and iOS plugin registration #8
Copy link
Copy link
Open
Labels
androidiosplugin registrationIssues related to how the federal plugins should register themselfs in the platform interfaceIssues related to how the federal plugins should register themselfs in the platform interfacewaiting for otherThis issue can be resolved/worked on after an other issue is solved firstThis issue can be resolved/worked on after an other issue is solved first
Metadata
Metadata
Assignees
Labels
androidiosplugin registrationIssues related to how the federal plugins should register themselfs in the platform interfaceIssues related to how the federal plugins should register themselfs in the platform interfacewaiting for otherThis issue can be resolved/worked on after an other issue is solved firstThis issue can be resolved/worked on after an other issue is solved first
While plugin registration using
dartPluginClassis by now possible on many platforms, it is not for Android nor iOS. This is tracked in flutter/flutter#52267, and once it is resolved, we can remove the native Android and iOS classes to also use adartPluginClassthere.