This app is not using a state management which is a must have when creating flutter apps, you can check this notes version 2 with GetX notes v2
Install node_modules first with this command
- yarn
Run app with this command
- flutter run
Run app with specific browser
- flutter run -d "brower-name" | e.g. flutter run -d chrome


