Minimum Android version with flutter

前端 未结 4 521
滥情空心
滥情空心 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:09

    The answer to this question also, partly, needs to take into consideration what parts of Android you want to take advantage of in your application. The question of what min version Flutter supports has been answered here a couple of times so I won't answer that, but the Android support libraries will also need specific min versions.

    If you plan to use plugins of any kind then you will probably hit multiple issues if your min version is too low. Do you need Firebase? Do you need specific camera functions?

    Google also just announced required bumps for min versions with regards to Google Play that you should review.

    My advice is to follow documentation, analytics and best practices to determine what you "true" min version should be.

提交回复
热议问题