Honza Bittner

Results 125 comments of Honza Bittner

Hey @DiegoVega19, please format your code first and insert the whole error if you can. 🙏 https://docs.github.com/en/get-started/writing-on-github/getting-started-with-writing-and-formatting-on-github/basic-writing-and-formatting-syntax

Exploring some options using the upcoming Dart's static generation would be interesting for sure.

Hi, we face with the same issue FVM for this project: ``` Flutter 3.16.5 • channel stable • https://github.com/flutter/flutter.git Framework • revision 78666c8dc5 (8 weeks ago) • 2023-12-19 16:14:14 -0800...

We tried this https://github.com/netglade/auto_mappr/pull/121/commits/aa2b79b9d763a727ce22cee794a9187dc2266c0a (and various other ways, in https://github.com/netglade/auto_mappr/pull/121) and it didn't work for us.

Hmmm, we actually use setup-dart in GitHub actions, so it's true that the Dart version might have been different. 🤔 ```yaml - uses: dart-lang/setup-dart@v1 - uses: bluefireteam/melos-action@v2 ``` It's pure...

But on CI `pubspec_overrides.yaml` is also already there after bootstrap, no?

Yes, bootstrap fails (or `Run bluefireteam/melos-action@v2` task, to be specific).

> What happens if you don't have the packages/*/example btw? Not sure what would happen on CI, but locally you get a lot of warnings because `pub get` is not...

We would also appreciate this feature 🙏