native
native copied to clipboard
Provide template similar to plugin_ffi
The pdfbox_plugin example I added dart-lang/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