Summary
Android users are seeing a native crash inside libonnxruntime.so, apparently triggered by the VAD/ONNX Runtime dependency while initializing or using the NNAPI execution provider.
The crash is not a Dart exception and appears to happen below Flutter in native ONNX Runtime code.
Crash Signature
pid: 0, tid: 2087 >>> com.ryzeapps.practice_english <<<
backtrace:
#00 pc 0x00000000006d1322 split_config.armeabi_v7a.apk!libonnxruntime.so
(OrtSessionOptionsAppendExecutionProvider_Nnapi+67108864)
#01 pc 0x00000000006cf10d split_config.armeabi_v7a.apk!libonnxruntime.so
(OrtSessionOptionsAppendExecutionProvider_Nnapi+67108864)
...
#86 pc ... split_config.armeabi_v7a.apk!libflutter.so
(dart::DartEntry::InvokeFunction...)

Summary
Android users are seeing a native crash inside
libonnxruntime.so, apparently triggered by the VAD/ONNX Runtime dependency while initializing or using the NNAPI execution provider.The crash is not a Dart exception and appears to happen below Flutter in native ONNX Runtime code.
Crash Signature