Daichi Furiya

Results 88 comments of Daichi Furiya

Thanks to you I finally understood about Flame. I'll develop the Flame integration again.

@Nico04 Thank you so much. I'm aware of this issue. Can you use [Dart CLI](https://github.com/FlutterGen/flutter_gen#using-a-dart-command-line) or [Homebrew](https://github.com/FlutterGen/flutter_gen#using-a-homebrew-formula) instead of build_runner until it's resolved?

@Nico04 I'm sorry for the late reply. Just now we released `v3.0.2` null safety so could you try it? - Null Safety - Rename package for build_runner ```yaml flutter_gen: null_safety:...

@Inakitajes Which `flutter_gen_runner` version are you using? * latest version ``` dev_dependencies: build_runner: flutter_gen_runner: ^4.1.2 ```

@HiroyukiTamura Thank you for your PR. I released `v5.0.0` and `v5.0.1`. The version includes the Lottie file support.

That's what I want to do too.

Since v4.2.0, the cache is enabled for build_runner `watch`, so this is the correct behavior on build_runner. (I didn't use the cache before v4.1.6.) However, it's troublesome to execute the...

@Tkko Thank you for your PR. Could you tell me a little more about the use case? In general, I think We're using flutter_localizations.

Thank you for this PR I’ll check a few days.

@kaptnkoala Thank you. I'm thinking about change the exclude property position to asset. ```yaml assets: enabled: true package_parameter_enabled: false exclude: - assets/images/chip3/*.jpg - pictures/chip5.jpg ```