You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+7-4Lines changed: 7 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -97,9 +97,9 @@ To run this repo successfully, license should be required based on each `applica
97
97
98
98
## How To Run
99
99
### 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>
103
103
### 2. Running the App
104
104
Run the following commands:
105
105
@@ -108,7 +108,10 @@ To run this repo successfully, license should be required based on each `applica
108
108
flutter pub get
109
109
flutter run
110
110
```
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
0 commit comments