native_filters 0.0.15+alpha copy "native_filters: ^0.0.15+alpha" to clipboard
native_filters: ^0.0.15+alpha copied to clipboard

A package that allows you to use a native Core Image and GPUImage filters.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add native_filters

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

dependencies:
  native_filters: ^0.0.15+alpha

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:native_filters/native_filters.dart';
16
likes
120
pub points
38%
popularity

Publisher

unverified uploader

A package that allows you to use a native Core Image and GPUImage filters.

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (LICENSE)

Dependencies

collection, equatable, flutter

More

Packages that depend on native_filters