LeastAuthority / destiny

Destiny – Cross-platform Magic Wormhole graphical client
MIT License
257 stars 14 forks source link

Update dependencies and remove unused ones. Pin git dependencies. #169

Closed ewanas closed 2 years ago

ewanas commented 2 years ago

OP#2200


Code Review Checklist

donpui commented 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.

ewanas commented 2 years ago

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.