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).
Using the newer versions of
desktop_drop
(that are not published yet to pub.dev) will cause build failures in case the dependencyweb
is1.0.0
or newer, which also can be from other plugins (e.g.share_plus
).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).