After I upload the APK to play store I got the following warning. What changes should I make to release an APK build with flutter SDK to meet the 64-bit requirement?
Add this line to your android/app/build.gradle file
ndk { abiFilters 'armeabi-v7a', 'arm64-v8a', 'x86','x86_64' }