Skip to content

Commit 4912417

Browse files
authored
Update README.md
1 parent 0eaec3a commit 4912417

File tree

1 file changed

+7
-4
lines changed

1 file changed

+7
-4
lines changed

README.md

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -97,9 +97,9 @@ To run this repo successfully, license should be required based on each `applica
9797

9898
## How To Run
9999
### 1. Flutter Setup
100-
Make sure you have Flutter installed. </br>
101-
This repo has been built with Flutter version `3.29.2`.</br>
102-
If you don't have Flutter installed, please follow the instructions provided in the official Flutter documentation [here](https://docs.flutter.dev/get-started/install).</br>
100+
Make sure you have `Flutter` installed. </br>
101+
This repo has been built with `Flutter` version `3.29.2`.</br>
102+
If you don't have `Flutter` installed, please follow the instructions provided in the official `Flutter` documentation [here](https://docs.flutter.dev/get-started/install).</br>
103103
### 2. Running the App
104104
Run the following commands:
105105

@@ -108,7 +108,10 @@ To run this repo successfully, license should be required based on each `applica
108108
flutter pub get
109109
flutter run
110110
```
111-
If you plan to run the iOS app, please refer to the following [link](https://docs.flutter.dev/deployment/ios) for detailed instructions.</br>
111+
If you plan to run the `iOS` app, please refer to the following [link](https://docs.flutter.dev/deployment/ios) for detailed instructions.</br>
112+
### 3. Building the APK for Release
113+
To create a release `APK`, configure `ProGuard` as described in this file:https://github.com/kby-ai/FaceRecognition-Flutter/blob/76f1982ed301e219d864f22b584e9e34222464ea/android/app/proguard-rules.pro#L22-L22
114+
112115
## About SDK
113116
### 1. Setup
114117
#### 1.1 Setting Up Face SDK

0 commit comments

Comments
 (0)