Open
Description
The Getting started documentation mentions the need to manually update the ndkVersion in the build.gradle file because Flutter defaults to an older NDK version 23.1.7779620, which is incompatible with objectbox_flutter_libs and path_provider_android.
However, as of https://github.com/flutter/flutter/blob/master/packages/flutter_tools/gradle/src/main/groovy/flutter.groovy
Flutter now uses NDK 26.3.11579264 by default. This makes the manual update of ndkVersion unnecessary for new Flutter versions.