核米

Results 2 issues of 核米

### Requirements purchases_flutter requires Xcode 14.0+ and minimum targets iOS 13.0+/Android SDK 21+ (Android 5.0+). It's only shows the requirements for iOS and Android , but this Lib is supporting...

enhancement

File : https://github.com/qonversion/flutter-sdk/blob/develop/android/build.gradle ```gradle repositories { google() mavenCentral() jcenter() } rootProject.allprojects { repositories { google() mavenCentral() jcenter() mavenLocal() } } ``` JCenter artifact repository used by many Android projects, made...

enhancement