I have a flutter app in which we need to add a package that only supports iOS 13 and above, how can we add that package only for users above version 13 in iOS and not for users below it?
Is there any better way other than having 2 seperate versions of the app, one with the package and one without?
I am currently having 2 versions of the ios app, one for 13+ users and one for others, need a better solution.