get_jnienv

This a small library to access the JNIEnv* pointer of an Android application from Flutter code. This library will only work on Android.

This library contains:

  • a function to retrieve a JNIEnv* pointer attached to the current thread
  • a function to detach the current thread from the JavaVM