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
> or `$env:OPENCV_DART_DISABLE_AUTO_BUILD=1`(for Windows)
21
-
> 2. iOS: support universal framework(`os64`, fat lib for x86_64 and arm64)
22
-
> 3. Android: all supported ABIs (`x86_64``arm64-v8a``armeabi-v7a`) will be built, if you want
23
-
> to reduce the app size, please add `--split-per-abi` to the `flutter build` command, e.g., `flutter build apk --release --target-platform android-arm64,android-x64 --split-per-abi`, otherwise, all `.so` will
24
-
> be packaged to app.
25
21
>
26
22
> For `v1.0.4` and below, make sure run the following setup commands before running your app:
27
23
>
@@ -34,7 +30,7 @@ OpenCV Bindings for Dart Language.
34
30
> |`linux`|`x64`|
35
31
> |`windows`|`x64`|
36
32
> |`macos`|`x64``arm64`|
37
-
> |`ios`|`x64``arm64`|
33
+
> |`ios`|`x64``arm64``os64`|
38
34
>
39
35
> - More questions: refer to [#29](https://github.com/rainyl/opencv_dart/issues/29) or open new issues.
40
36
> - If you are using flutter with [Native Assets](https://github.com/flutter/flutter/issues/129757) feature supported, consider using v2.x version, see more in [native-assets branch](https://github.com/rainyl/opencv_dart/tree/native-assets)
@@ -114,8 +110,8 @@ OpenCV Bindings for Dart Language.
0 commit comments