Sigurd Meldgaard
Sigurd Meldgaard
I had forgot about this issue. Does anyone know the status here? Do we still need something fixed?
Ouch - https://github.com/dart-lang/pub/pull/4205 was supposed to fix this issue. Could it be that the binstub with the problem was created by an earlier dev release of SDK?
> So it seems to work and I just had a broken state? Yes, dev releases pre-merging of https://github.com/dart-lang/pub/pull/4205 could lead to this broken state. deactivating and reactivating of the...
@craiglabenz was the serverpod package originally activated with an older dev-release or with the 3.5.0-81.0.dev one? I think that the bug is fixed such that pub should no longer create...
Yeah, removing faulty binstubs would not be a bad idea.
Filed https://github.com/dart-lang/pub/issues/4235
pub should not crash here. Are you able to reproduce this reliably?
@balenaultra I think that now sounds like a flutter issue, and should probably be filed under https://github.com/flutter/flutter/issues/new .
@erfanegtfi can you provide a reliable reproduction. That might help us finding a fix.
Thanks for the reproduction! The cause is that we special case the name flutter_gen (because that is the synthetic package that flutter generates for i10n), and pub cannot handle a...