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
- The code below shows how to use the license: https://github.com/Faceplugin-ltd/FaceRecognition-React-Native/blob/main/example/src/MainPage.tsx#L23-L43
45
+
- The code below shows how to use the license: https://github.com/Faceplugin-ltd/FaceRecognition-Flutter/blob/main/lib/main.dart#L81-L111
46
46
47
47
Please contact us to get the license.
48
48
49
49
## How To Run
50
50
### 1. Flutter Setup
51
-
Make sure you have `Flutter` installed. </br>
52
-
We have tested the project with `Flutter` version `3.24.5`.</br>
53
-
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>
51
+
Please refer to this the official `Flutter`[documentation](https://docs.flutter.dev/get-started/install).</br>
54
52
### 2. How to Run the App
55
53
```bash
56
54
flutter pub upgrade
57
55
flutter run
58
56
```
59
57
If you are going to run the `iOS` app, please refer to this [documentation](https://docs.flutter.dev/deployment/ios) for detailed instructions.</br>
60
-
### 3. How to build the APK for Release
61
-
Configure ProGuard as described in this file:https://github.com/Faceplugin-ltd/FaceRecognition-React-Native/blob/main/example/src/MainPage.tsx#L23-L43
0 commit comments