Skip to content
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

Plugin pubspec supports android/iOS plugins without java and objc pluginClass #63545

Closed
cyanglaz opened this issue Aug 12, 2020 · 4 comments
Closed
Labels
c: new feature Nothing broken; request for a new capability P2 Important issues not at the top of the work list package flutter/packages repository. See also p: labels. tool Affects the "flutter" command-line tool. See also t: labels.

Comments

@cyanglaz
Copy link
Contributor

cyanglaz commented Aug 12, 2020

Use case

Currently, mobile(ios, andorid) plugins assumes a native(objc, swift, java, kotlin) pluginClass. Plugins that doesn't require a pluginClass is a legit use case (For example, FFI plugins like https://pub.dev/packages/objectbox). We should have a way to officially support it.

Proposal

There are many options and I plan to list all of them in a separate document.

RELATED: #57497 #62853

CC @csells

@cyanglaz cyanglaz added plugin tool Affects the "flutter" command-line tool. See also t: labels. c: new feature Nothing broken; request for a new capability labels Aug 12, 2020
@jonahwilliams jonahwilliams added the P2 Important issues not at the top of the work list label Aug 18, 2020
@jonahwilliams jonahwilliams added this to Awaiting triage in Tools - plugin and package support review via automation Aug 18, 2020
@christopherfujino christopherfujino moved this from Awaiting triage to Engineer reviewed in Tools - plugin and package support review Sep 29, 2020
@jmagman
Copy link
Member

jmagman commented Feb 18, 2021

Is this a duplicate of #52267?

@blasten
Copy link

blasten commented Feb 18, 2021

yes. It seems this issue is mostly focused on iOS/Android whereas #52267 has focused primarily on desktop support.

@stuartmorgan
Copy link
Contributor

stuartmorgan commented Jun 13, 2021

That issue was intended to cover all platforms, so closing as a duplicate.

@github-actions
Copy link

This thread has been automatically locked since there has not been any recent activity after it was closed. If you are still experiencing a similar issue, please open a new bug, including the output of flutter doctor -v and a minimal reproduction of the issue.

@github-actions github-actions bot locked as resolved and limited conversation to collaborators Jul 31, 2021
@flutter-triage-bot flutter-triage-bot bot added the package flutter/packages repository. See also p: labels. label Jul 5, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
c: new feature Nothing broken; request for a new capability P2 Important issues not at the top of the work list package flutter/packages repository. See also p: labels. tool Affects the "flutter" command-line tool. See also t: labels.
Projects
Development

No branches or pull requests

6 participants