GitXplorerGitXplorer
b

atec

public
0 stars
0 forks
0 issues

Commits

List of commits on branch main.
Unverified
7e5c4e43822197472e5861d33c02024be5806f83

Fix system ui being transparent

bbibaswan-bhawal committed 9 months ago
Unverified
2ee3767e38f7d12e1d88bea3f8618d27013e55ed

organized imports

bbibaswan-bhawal committed 9 months ago
Unverified
e970d251883c53ad9991f58b14d0765c70b38d12

added inspect screen

bbibaswan-bhawal committed 9 months ago
Unverified
bde607eacf607ad30f83aae05488cb91b9c07cf8

organized imports

bbibaswan-bhawal committed 9 months ago
Unverified
cd1bc262995cae973dc454201d1d27e6430af929

fixed typo in alert dialog

bbibaswan-bhawal committed 9 months ago
Unverified
520573cf27f44074054793bb941db1b3be50c9da

Added documentation

bbibaswan-bhawal committed 9 months ago

README

The README file for this repository.

ATEC - Design Challenge

A flutter app that lets you view and add patients.

Getting Started

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