Skip to content

Commit cc92b06

Browse files
committed
update readme
1 parent f8a06ac commit cc92b06

File tree

1 file changed

+5
-9
lines changed

1 file changed

+5
-9
lines changed

README.md

Lines changed: 5 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# opencv_dart
22

3-
OpenCV Bindings for Dart Language.
3+
OpenCV Bindings for Dart Language. Support both asynchronous and synchronous!
44

55
<p align="center">
66
<a href="https://codecov.io/github/rainyl/opencv_dart" ><img src="https://codecov.io/github/rainyl/opencv_dart/graph/badge.svg?token=2H0WWT39SN"/></a>
@@ -18,10 +18,6 @@ OpenCV Bindings for Dart Language.
1818
> 1. If you want to setup manually, please set `OPENCV_DART_DISABLE_AUTO_BUILD` environment variable,
1919
> e.g., `export OPENCV_DART_DISABLE_AUTO_BUILD=1`(for Unix-like)
2020
> 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.
2521
>
2622
> For `v1.0.4` and below, make sure run the following setup commands before running your app:
2723
>
@@ -34,7 +30,7 @@ OpenCV Bindings for Dart Language.
3430
> | `linux` | `x64` |
3531
> | `windows` | `x64` |
3632
> | `macos` | `x64` `arm64` |
37-
> | `ios` | `x64` `arm64` |
33+
> | `ios` | `x64` `arm64` `os64` |
3834
>
3935
> - More questions: refer to [#29](https://github.com/rainyl/opencv_dart/issues/29) or open new issues.
4036
> - 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.
114110
| bgsegm | :x: | :x: | |
115111
| superres | :x: | :x: | |
116112
| xfeatures2d | :x: | :x: | |
117-
| ximgproc | :x: | :x: | |
118-
| xobjdetect | :x: | :x: | |
113+
| ximgproc | :white_check_mark: | :white_check_mark: | |
114+
| xobjdetect | :white_check_mark: | :white_check_mark: | |
119115
| xphoto | :x: | :x: | |
120116

121117
- :x: : not finished
@@ -174,7 +170,7 @@ see [example](https://github.com/rainyl/opencv_dart/tree/main/example)
174170
- [ ] documentation
175171
- [x] ~~modify C wrapper to catch exceptions~~
176172
- [x] Native Assets, see `native-assets` branch
177-
- [ ] async?
173+
- [x] async
178174
- [x] more/full test coverage
179175
- [x] ~~directly include opencv source code, refactor cmakelists.txt~~
180176

0 commit comments

Comments
 (0)