I am trying to make a flutter camera app. For this, I found a package named camera https://pub.dartlang.org/packages/camera which has been written by the flutter team itself. But, I found a serious limitation there. It needs a minimum SDK version of 21.
Looking at the current statistics from my previous app in play store, I found that a lot of my active users are using older devices running KitKat which has SDK 19. How should I deal with this?