flutter_open_xr 0.1.2 copy "flutter_open_xr: ^0.1.2" to clipboard
flutter_open_xr: ^0.1.2 copied to clipboard

CLI package to build Flutter projects into a Windows OpenXR runtime host.

Use this package as an executable

Install it

You can install the package from the command line:

dart pub global activate flutter_open_xr

Use it

The package has the following executables:

$ flutter_open_xr

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add flutter_open_xr

This will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):

dependencies:
  flutter_open_xr: ^0.1.2

Alternatively, your editor might support flutter pub get. Check the docs for your editor to learn more.

Import it

Now in your Dart code, you can use:

import 'package:flutter_open_xr/flutter_open_xr.dart';
0
likes
145
points
98
downloads

Publisher

unverified uploader

Weekly Downloads

CLI package to build Flutter projects into a Windows OpenXR runtime host.

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (license)

Dependencies

args, flutter, path

More

Packages that depend on flutter_open_xr