shadertoy_cli 2.0.3 copy "shadertoy_cli: ^2.0.3" to clipboard
shadertoy_cli: ^2.0.3 copied to clipboard

unlisted

A sample command-line application.

Use this package as an executable

Install it

You can install the package from the command line:

dart pub global activate shadertoy_cli

Use it

The package has the following executables:

$ shadertoy

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add shadertoy_cli

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

dependencies:
  shadertoy_cli: ^2.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:shadertoy_cli/shadertoy_cli.dart';
0
likes
80
points
1
downloads

Publisher

verified publisherivoleitao.dev

Weekly Downloads

A sample command-line application.

Documentation

API reference

License

MIT (license)

Dependencies

args, enum_to_string, file, moor, path, progress_bar, shadertoy, shadertoy_client, shadertoy_sqlite

More

Packages that depend on shadertoy_cli