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

Need a way to distribute plugins/services for Flutter #5744

Closed
eseidelGoogle opened this issue Sep 6, 2016 · 4 comments
Closed

Need a way to distribute plugins/services for Flutter #5744

eseidelGoogle opened this issue Sep 6, 2016 · 4 comments
Labels
p: tooling Affects the flutter_plugin_tools package tool Affects the "flutter" command-line tool. See also t: labels.

Comments

@eseidelGoogle
Copy link
Contributor

With the (new) hello_services architecture, "plugins" or services for flutter consist of 3 pieces:

  • iOS specific HostMessage sender/listener code (obj-c or swift)
  • Android specific HostMessage sender/listener code (java)
  • dart HostMessage sender/listener code and x-platform api abstraction.

And of course the necessary code to build/integrate the iOS and Android code into the developer's final application (cocoapods? gradle/maven?).

We don't yet have a full design for this. This bug is just for tracking.

@eseidelGoogle eseidelGoogle added this to the Flutter 1.0 milestone Sep 6, 2016
@abarth abarth added tool Affects the "flutter" command-line tool. See also t: labels. and removed tool Affects the "flutter" command-line tool. See also t: labels. labels Sep 13, 2016
@brianegan
Copy link
Contributor

Just to throw in a "nice to have," don't know if it's desirable, just a bit of feedback from a potential user: At SoundCloud, we use few C++ libs for sharing code between iOS and Android. Might be cool to have native C++ support in addition to the Android / iOS path.

That way, we could integrate Flutter directly with our C++ libs, rather than wrapping them in iOS / Android code, and then wrapping them once more for Flutter.

@mit-mit
Copy link
Member

mit-mit commented Feb 2, 2017

Thanks for the feedback @brianegan, we are tracking that in #7053

@mit-mit mit-mit modified the milestones: 3: Make conferences happy, 5: Make Hixie proud Feb 2, 2017
@mit-mit mit-mit added p: tooling Affects the flutter_plugin_tools package and removed plugin labels Feb 2, 2017
@mit-mit
Copy link
Member

mit-mit commented Feb 2, 2017

Closing this bug in favor of the more specific issues #7815 and #7816

@mit-mit mit-mit closed this as completed Feb 2, 2017
@github-actions
Copy link

github-actions bot commented Sep 5, 2021

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 Sep 5, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
p: tooling Affects the flutter_plugin_tools package tool Affects the "flutter" command-line tool. See also t: labels.
Projects
None yet
Development

No branches or pull requests

5 participants