Wojciech

Results 3 comments of Wojciech

Hello, I have the same issue with [Freezed](https://pub.dev/packages/freezed). I need to run `flutter pub run build_runner build --delete-conflicting-outputs` before running the workflow. If you have a way to work with...

I managed to solve my problem by modifying [the original flutter package workflow](https://github.com/VeryGoodOpenSource/very_good_workflows/blob/main/.github/workflows/flutter_package.yml) to my needs. [Here is my version](https://github.com/wojtekoziol/flash/blob/main/.github/workflows/main.yaml) with added code generation under "Install dependencies" and "Analyze" sections....