shadertoy_api 1.0.21 copy "shadertoy_api: ^1.0.21" to clipboard
shadertoy_api: ^1.0.21 copied to clipboard

discontinuedreplaced by: shadertoy

Main entities and contracts supported by the shadertoy REST and WEB APIs. Can be used to create shadertoy web or persistent clients.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add shadertoy_api

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

dependencies:
  shadertoy_api: ^1.0.21

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_api/shadertoy_api.dart';
0
likes
40
points
27
downloads

Publisher

verified publisherivoleitao.dev

Weekly Downloads

Main entities and contracts supported by the shadertoy REST and WEB APIs. Can be used to create shadertoy web or persistent clients.

Repository (GitHub)
View/report issues
Contributing

License

MIT (license)

Dependencies

equatable, json_annotation, meta

More

Packages that depend on shadertoy_api