tree: b2d01c743a065bfc0b9c1ac05a6cfc65b73185d9
  1. in_app_java/
  2. pdfbox_plugin/
  3. README.md
pkgs/jni_gen/examples/README.md

jni_gen examples

This directory contains examples on how to use jni_gen.

DirectoryDescription
in_app_javaDemonstrates how to include custom Java code in Flutter application and call that using jni_gen
pdfbox_pluginExample of a flutter plugin which provides bindings to Apache PDFBox library. Currently works on Flutter desktop and Dart standalone on linux.

We intend to cover few more use cases in future.