You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Fix: setup.dart failed to run under Linux
webcryptoRoot.resolve('src') did not get evaluated to `$PUB_CACHE/webcrypto-x.y.z/src`, but just to `$PUB_CACHE/src`. This broke `flutter pub run webcrypto:setup` at the very least on Linux, but probably on more systems as well. Replacing the URI.resolve approach to a simple string concatenation fixes the bug.
* Avoid potential doubled file seperators
* joinPaths -> _joinPaths
0 commit comments