Ctrl+P
Note: unofficial mobx_codegen tool. Important: make sure you install build_runner and mobx_codegen in your project dependencies before using this extension. When you write the dart file, it automatically compiles and generates the *.g.art file.
build_runner
mobx_codegen
more about this, please read mobx_code
EXTENSIONS: MARKETPLACE => mobxcodegen
please make sure you install build_runner and mobx_codegen in your project dependencies before using this extension.
watch
build
onWillSaveTextDocument
onDidChangeTextDocument
Only when the save operation is performed, the shell script flutter packages pub run build_runner build operation is executed in the background.
flutter packages pub run build_runner build
Enjoy!