| ## jnigen examples | |
| This directory contains examples on how to use jnigen. | |
| | Directory | Description | | |
| | ------- | --------- | | |
| | [in_app_java](in_app_java/) | Demonstrates how to include custom Java code in Flutter application and call that using jnigen | | |
| | [pdfbox_plugin](pdfbox_plugin/) | Example 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. | |