MixinNetwork / flutter-plugins

🧱 Flutter plugins used in Mixin Messenger.
MIT License
446 stars 192 forks source link

chore(deps): update web package to 1.0.0 for desktop_drop #360

Closed EchoEllet closed 2 months ago

EchoEllet commented 2 months ago

Using the newer versions of desktop_drop (that are not published yet to pub.dev) will cause build failures in case the dependency web is 1.0.0 or newer, which also can be from other plugins (e.g. share_plus).

# Switch to the pub.dev version after https://github.com/MixinNetwork/flutter-plugins/pull/351
# is published
desktop_drop:
  git:
    url: https://github.com/MixinNetwork/flutter-plugins.git
    path: packages/desktop_drop
    ref: d1c9369331518fec50ca02ddc05ec403eace0c1f

Using the latest version from pub.dev would require changing the Kotlin version 1.7.10 (the latest version that's currently supported by Flutter) to1.9.10 or later (see #351).