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
@@ -99,7 +102,7 @@ This package is in heavy development, dynamic libraries for Windows and linux ha
99
102
100
103
6. compile this package along with gocv, windows: `./scripts/build.ps1`, linux: `./scripts/build.sh`, this will generate `libopencv_dart.dll` or `libopencv_dart.so`
101
104
7. copy libs to corresponding platform directorys, i.e., `libopencv_dart.dll` to `windows`, `libopencv_dart.so` to `linux`. this is necessary for dart and flutter to load the dynamic library.
102
-
8. If you want to test using vscode, add dynamic library path to `"dart.env"`in`settings.json`
105
+
8. If you want to test using vscode, add dynamic library path to `"dart.env"`in`settings.json`
0 commit comments