Category "flutter-run"

I'm trying to run the command 'flutter packages pub run build_runner build' and I'm getting an error as return, can someone help me?

I'm trying to run the command 'flutter packages pub run build_runner build' and I'm getting an error as return, can someone help me ?? This is my code import 'p

How can I check if a Flutter application is running in debug?

I'm looking for a way to execute code in Flutter when the app is in Debug mode. Is that possible in Flutter? I can't seem to find it anywhere in the documentati