tree: 21a35df90a552fbb9be0b4070fb2645b2943ef64
  1. in_app_java/
  2. notification_plugin/
  3. pdfbox_plugin/
  4. 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.