Denis Beketsky
Denis Beketsky
Hi. Sorry, for some reason I missed this issue. Could you explain what issue is, since I'm not sure that I'm following?
Hi. Thanks for bringing this issue. I will update type checks
Hello) thank you for this PR, overall I like this idea, but I'm not sure that it should work with build runner only. It may work for dev environment, but...
So instead of forcing developer to use builder, I would keep original manual command run and add entry for buld_runner with some docs and examples, since build runner may not...
I think it already was extracted. Probably best way will be keep original lib/generator.dart, and create a new dart file with configuration for the build runner
In that way function from `lib/generator.dart` can be used and in manual runner from `bin` folder, and in build runner config entry
@Minituff not necessarily, all depends on your env config and the CI/CD implementation. For instance Codemagic has a few articles how to configure a build for multiple environments with the...
One more option could be somewhere in between, when you can create dart cli command that will generate some RC file, which can be used in the Gradle and iOS...
Yes, with FlutterFire cli tool you can generate needed files with just one command. And locally and in CI/CD tool so you basically no need any dart defines
Yes) for packages that doesn't have cli tools to generate files for themselves, you will need to do this for them, or pass them data)