We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 21fc0e3 commit 287c2e3Copy full SHA for 287c2e3
1 file changed
README.md
@@ -13,6 +13,7 @@ This package provides the [ThorVG](https://github.com/thorvg/thorvg) runtime for
13
| ------------- | ------------- |
14
| Android | arm64-v8a, armeabi-v7a, x86_64 |
15
| iOS | arm64, x86_64, x86_64(simulator) |
16
+| macOS | arm64, x86_64 |
17
18
## Usage
19
@@ -106,3 +107,13 @@ sh flutter_build.ios.sh
106
107
108
Check whether this file is generated:
109
- `ios/Frameworks/libthorvg.dylib`
110
+
111
+### macOS
112
+```sh
113
+# Build for Animation(Lottie)
114
+cd lottie
115
+sh flutter_build.macos.sh
116
+```
117
118
+Check whether this file is generated:
119
+- `macos/Frameworks/libthorvg.dylib`
0 commit comments