shader 0.0.2+1 copy "shader: ^0.0.2+1" to clipboard
shader: ^0.0.2+1 copied to clipboard

outdated

Adds some tooling to help you with shader compilation by using a web service instead of installing further SDKs.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add shader

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

dependencies:
  shader: ^0.0.2+1

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

Import it

Now in your Dart code, you can use:

import 'package:shader/shader.dart';
61
likes
80
pub points
55%
popularity

Publisher

verified publisherfelix-blaschke.de

Adds some tooling to help you with shader compilation by using a web service instead of installing further SDKs.

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (license)

Dependencies

flutter, http

More

Packages that depend on shader