flutter_image_filters 0.0.19 copy "flutter_image_filters: ^0.0.19" to clipboard
flutter_image_filters: ^0.0.19 copied to clipboard

Image filters based on OpenGL(SPIR-V) fragment shaders with useful preview widgets

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add flutter_image_filters
copied to clipboard

With Flutter:

 $ flutter pub add flutter_image_filters
copied to clipboard

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

dependencies:
  flutter_image_filters: ^0.0.19
copied to clipboard

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:flutter_image_filters/flutter_image_filters.dart';
copied to clipboard
62
likes
0
points
350
downloads

Publisher

unverified uploader

Weekly Downloads

2024.06.26 - 2025.01.08

Image filters based on OpenGL(SPIR-V) fragment shaders with useful preview widgets

Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

collection, exif, flutter, flutter_gpu_filters_interface

More

Packages that depend on flutter_image_filters