Minimum Android version with flutter

GreenTigerEye picture GreenTigerEye · Feb 15, 2018 · Viewed 42.2k times · Source

Which minimum android version is supported by flutter? Do some plugins have any effect on which version is not supported?

I tried to run my flutter app on an android emulator, but with the version android 16 it doesn't work and the app crashes. Do I have to change the compile version in some config files or why doesn't it work?