-
Notifications
You must be signed in to change notification settings - Fork 68
Provide template similar to plugin_ffi #776
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
Labels
Comments
That would indeed be nice. 👍 We'd want to do this when we would like to move this project out of the experimental phase. |
I am trying to create a prototype of this, ( Which templates should be there?
Since we have encountered complexities (mostly related to |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The pdfbox_plugin example I added dart-archive/jnigen#36 was created by running
flutter create --template=plugin_ffi ...
and then removing many C related files from it.It's better to provide a starter template.. We need
ffiPlugin:
clauses in pubspec and all build infrastructure of FFI plugin but without ffigen specifics - Eg: ffigen.yaml can be replaced by jnigen.yaml.cc @dcharkes
The text was updated successfully, but these errors were encountered: