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 3d0a536 commit 92d24cfCopy full SHA for 92d24cf
README.md
@@ -23,3 +23,10 @@ Prerequisites
23
- [Dart](https://dart.dev) 2.8.1+
24
25
- [OpenXR SDK](https://github.com/KhronosGroup/OpenXR-SDK) 1.0.8+
26
+
27
+Examples
28
+--------
29
30
+### Importing the library
31
32
+ import 'package:openxr/openxr.dart' as xr;
example/example.dart
@@ -0,0 +1,7 @@
1
+/* This is free and unencumbered software released into the public domain. */
2
3
+import 'package:openxr/openxr.dart' as xr;
4
5
+void main() {
6
+ // TODO
7
+}
0 commit comments