The codebase has the ./tool and ./.vscode folders to store be able to debug.


tool

  1. deploy.sh: Deploys MFL. Of course, I can only do this;
  2. format_and_fix.sh: Formats and fixes all code in lib;
  3. generate_code.sh: Runs dart run build_runner build to generate automatically generated code;
  4. initialize.sh: Install dependencies and run build_runner to be able to launch the Storybook;

.vscode/tasks.json

Every tool listed above is a task within this file.

.vscode/launch.json

Stores the launch configuration to open the storybook.