get_jnienv 1.0.1
get_jnienv: ^1.0.1 copied to clipboard
Library to access JNIEnv pointer from Flutter code.
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