See the app
folder for the Flutter project.
Lefthook has been used to format, analyze and lint the code before commit/push.
npm install
You can check that Lefthook correctly installed by running
npx lefthook install && npx lefthook run pre-commit
(if lefthook isn't found, then run npm i @arkweid/lefthook
)