shadertoy_client 2.3.0 copy "shadertoy_client: ^2.3.0" to clipboard
shadertoy_client: ^2.3.0 copied to clipboard

An http client implementation of the shadertoy API using Dio Http client. Supports the REST API (using an application key) and the Site API (registered and anonymous users)

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add shadertoy_client

With Flutter:

 $ flutter pub add shadertoy_client

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

dependencies:
  shadertoy_client: ^2.3.0

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

Import it

Now in your Dart code, you can use:

import 'package:shadertoy_client/shadertoy_client.dart';
0
likes
130
pub points
0%
popularity

Publisher

verified publisherivoleitao.dev

An http client implementation of the shadertoy API using Dio Http client. Supports the REST API (using an application key) and the Site API (registered and anonymous users)

Repository (GitHub)
View/report issues
Contributing

Documentation

API reference

License

MIT (LICENSE)

Dependencies

cookie_jar, dio, dio_cookie_manager, glob, html, intl, meta, path, pool, retry, shadertoy, stash

More

Packages that depend on shadertoy_client