Skip to content

Flutter

[Solved][Flutter] Manifest merger failed : uses-sdk:minSdkVersion 16 cannot be smaller than version 21 declared in library [:camera]

In the official teaching document on how to use the camera in Flutter, it is mentioned that if the camera is called through Flutter in the Android system, the minimum SDK version must be higher than 21.

Read More »[Solved][Flutter] Manifest merger failed : uses-sdk:minSdkVersion 16 cannot be smaller than version 21 declared in library [:camera]