umbra 0.1.0-dev.4 copy "umbra: ^0.1.0-dev.4" to clipboard
umbra: ^0.1.0-dev.4 copied to clipboard

The core functionality for Umbra shaders which that helps Flutter developers to generate the necessary files for Flutter Shaders.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add umbra

With Flutter:

 $ flutter pub add umbra

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

dependencies:
  umbra: ^0.1.0-dev.4

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:umbra/umbra.dart';
10
likes
140
pub points
42%
popularity

Publisher

verified publisherwolfenra.in

The core functionality for Umbra shaders which that helps Flutter developers to generate the necessary files for Flutter Shaders.

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (LICENSE)

Dependencies

equatable, mason

More

Packages that depend on umbra