Skip to content

Commit

Permalink
update readme of mobile
Browse files Browse the repository at this point in the history
  • Loading branch information
palahb authored Dec 27, 2022
1 parent 32127f0 commit 8690200
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions app/mobile/bounswe5_mobile/README.md
Original file line number Diff line number Diff line change
@@ -1,17 +1,17 @@
# Hippocrates Mobile Application

This is the implementation of our project for mobile platforms.
Since this is a Flutter project, it can be used both in iOS and Android devices.
This is the implementation of our project for Android platforms.

## How to run:
* You can download APK version of the app from [here](https://drive.google.com/file/d/1_FzQW-gK_x2dasH75mRH9pU4kuaUaS8i/view?usp=share_link) and directly run it in your Android device.
* You can download APK version of the app from [here](https://drive.google.com/uc?export=download&id=1sWFPABsdkE-mAYlGDIR3v2rIHCELJCJn) and directly run it in your Android device.

* If you have a device connected to your pc or have an existing emulator on your pc to run the application on:
* After installing Flutter, you can run the following commands in the directory where the application code exists:
- flutter pub get
- flutter run lib/main.dart
- `flutter pub get`
- `flutter run --no-sound-null-safety lib/main.dart`
* Do not forget setting `--no-sound-null-safety` option

* If you do not connect any device to your computer, you will need an emulator to open the application:
* If you do not connect any device to your computer, you will need an emulator to open the application:
* You can download an Android emulator with Android Studio through [this link](https://developer.android.com/studio).
* Then you can easily run the application on Android Studio following [this guide](https://www.geeksforgeeks.org/how-to-import-existing-flutter-project-in-android-studio/).

Expand Down

0 comments on commit 8690200

Please sign in to comment.