How to solve FlutterJNI.loadLibrary called more than once?

156 Views Asked by At

when I run the project, I am facing the error:

W/FlutterJNI( 8009): FlutterJNI.loadLibrary called more than once

I/ResourceExtractor( 8009): Found extracted resources res_timestamp-1-1700998719201

W/FlutterJNI( 8009): FlutterJNI.prefetchDefaultFontManager called more than once

W/FlutterJNI( 8009): FlutterJNI.init called more than once

i tagged the callbackDispatcher function with @pragma('vm:entry-point') but it didn't solve the problem.

enter image description here

enter image description here

0

There are 0 best solutions below