tree: c700e37ed432bbe4e5205504d06998c246b69896
  1. android/
  2. example/
  3. lib/
  4. tool/
  5. .metadata
  6. analysis_options.yaml
  7. pubspec.yaml
  8. README.md
pkgs/jnigen/example/notification_plugin/README.md

notification_plugin

Example of Android plugin project with JNIgen.

This plugin project contains custom code which uses the Android libraries. The bindings are generated using JNIgen script and then used in flutter example, with help of package:jni APIs.

The command to regenerate JNI bindings is:

dart run tool/jnigen.dart

The example/ app must have its dependencies resolved (eg flutter pub get) before running JNIgen.