irondash / cargokit

Integrate cargo build with flutter plugins and applications.
Other
58 stars 18 forks source link

feat: add workaround for pub path resolving bug #19

Closed knopp closed 1 year ago

knopp commented 1 year ago

Pub issue: https://github.com/dart-lang/pub/issues/4010

This has been merged but will likely take a while until it trickles down to Flutter stable so in the meanwhile the workaround will resolve the symlink before feeding it to pub.

Fixes https://github.com/irondash/cargokit/issues/14