Flutter app drops java.lang.UnsatisfiedLinkError (couldn't find "libflutter.so")
added following code under the buildTypes in android\app\build.gradle
buildTypes {
release {
ndk {
abiFilters 'armeabi-v7a','arm64-v8a','x86_64'
}
}
}