solarium_tools 0.0.3 copy "solarium_tools: ^0.0.3" to clipboard
solarium_tools: ^0.0.3 copied to clipboard

Dart 1 only

Tools for working with SolariumVR.

Use this package as an executable

Install it

You can install the package from the command line:

dart pub global activate solarium_tools

Use it

The package has the following executables:

$ solarium

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add solarium_tools

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

dependencies:
  solarium_tools: ^0.0.3

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:solarium_tools/solarium_tools.dart';
0
likes
15
pub points
0%
popularity

Publisher

unverified uploader

Tools for working with SolariumVR.

Homepage

License

BSD-3-Clause (LICENSE)

Dependencies

args, path, shelf, shelf_cors, shelf_static

More

Packages that depend on solarium_tools