flutter_gen
flutter_gen copied to clipboard
But what !? Doc understanding : what's build_runner is supposed to to ?
So... in your doc you mention build_runner but finally we need to manually run _fluttergen -c /pubspec.yaml_ each time we add/rename/remove an asset ...right ?
Because even if I remove build_runner this command works ... and doing
$ flutter packages pub run build_runner build does absolutely NOTHING...
[INFO] Succeeded after 80ms with 0 outputs (0 actions)
So what's the point ?
Can we use flutter_gen as I expect it would be beneficial...that is to way with build_runner watch ?