A flutter app that lets you view and add patients.
To run the project make sure you are on the latest stable build of flutter.
flutter channel stable
flutter upgrade --force
Once you are on the latest stable build 3.19.6 (last tested) install all dependencies
flutter pub get
This project makes use of code-generation before you can run it you must run the code-generator.
dart run build_runner build
Once the the code generation is complete you can run the app on any android or ios device/simulator.
flutter run --release