Minimum Android version with flutter

前端 未结 4 519
滥情空心
滥情空心 2020-12-14 14:43

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

I tried to run my flutter app on an android

4条回答
  •  [愿得一人]
    2020-12-14 15:26

    Flutter support 16. But to run app on Android emulator, use over 19.

    • https://github.com/flutter/flutter/issues/11094
    • https://github.com/flutter/flutter/issues/9108
    • https://github.com/flutter/flutter/issues/8610

提交回复
热议问题