An opensource flutter mobile application to help medical laboratories receive lab requests from patients and doctors for home service sample collection and result transmission.
The goal of this project is to create a platform for people with mobility concerns to get access to laboratory services without the need to visit the lab.
The application started in FlutterFlow and then customised in pure flutter code.
Technology stack: Flutter and Firebase.
To run the application:
- Clone this repo
- Run flutter pub get
- Run flutter packages pub run build_runner build --delete-conflicting-outputs
- Place your google-services.json file under android/app and your GoogleService-Info.plist under ios/ Download Firebase config file or object
- Run flutter run or flutter build [platform] to launch
A few resources to get you started if this is your first Flutter project:
For help getting started with Flutter, view our online documentation, which offers tutorials, samples, guidance on mobile development, and a full API reference.