native icon indicating copy to clipboard operation
native copied to clipboard

Provide template similar to plugin_ffi

Open mahesh-hegde opened this issue 2 years ago • 4 comments

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

mahesh-hegde avatar Aug 31 '22 01:08 mahesh-hegde