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 acd8194 commit 1c7e5b1Copy full SHA for 1c7e5b1
README.md
@@ -2,6 +2,15 @@
2
3
A cross-platform C++ library providing unified access to native system APIs.
4
5
+## Language Bindings
6
+
7
+Currently available language bindings for libnativeapi:
8
9
+- [nativeapi-flutter](https://github.com/leanflutter/nativeapi-flutter) - Flutter bindings
10
+- [nativeapi-swift](https://github.com/leanflutter/nativeapi-swift) - Swift bindings
11
12
+These bindings provide native system API access while preserving the library's core functionality.
13
14
## License
15
16
[MIT](./LICENSE)
0 commit comments