flutter_open_xr 0.1.1 copy "flutter_open_xr: ^0.1.1" to clipboard
flutter_open_xr: ^0.1.1 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 Dart:

 $ dart pub add flutter_open_xr

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

dependencies:
  flutter_open_xr: ^0.1.1

Alternatively, your editor might support dart 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
0
points
112
downloads

Publisher

unverified uploader

Weekly Downloads

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

License

unknown (license)

Dependencies

args, path

More

Packages that depend on flutter_open_xr