Closed ewanas closed 2 years ago
Got warning on Android:
Warning: The plugin permission_handler_android requires Android SDK version 33.
For more information about build configuration, see https://docs.flutter.dev/deployment/android#reviewing-the-build-configuration.
One or more plugins require a higher Android SDK version.
Fix this issue by adding the following to /Users/donataspuidokas/Development/destiny/android/app/build.gradle:
android {
compileSdkVersion 33
...
}
However it compiled and installed.
Merging to allow testing early while intro_slider
and expand_widget
get updated(Looks like they are in need of getting some upstream updates as well as dependency updates) and also have a release or at least a tag, then will update those in another PR.
For window_size
we will keep the hash as it is an external dependency.
OP#2200
Code Review Checklist