pixel_surface 1.0.0 copy "pixel_surface: ^1.0.0" to clipboard
pixel_surface: ^1.0.0 copied to clipboard

Flutter GPU texture runtime — TextureRegistry bridge, CVPixelBuffer / SurfaceTexture upload, and GpuTextureView. No editor, filters, or beauty.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add pixel_surface

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

dependencies:
  pixel_surface: ^1.0.0

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:pixel_surface/pixel_surface.dart';
0
likes
150
points
54
downloads

Documentation

API reference

Publisher

unverified uploader

Weekly Downloads

Flutter GPU texture runtime — TextureRegistry bridge, CVPixelBuffer / SurfaceTexture upload, and GpuTextureView. No editor, filters, or beauty.

Repository (GitHub)
View/report issues

Topics

#gpu #texture #ffi #cvpixelbuffer #surface-texture

License

Apache-2.0 (license)

Dependencies

flutter

More

Packages that depend on pixel_surface

Packages that implement pixel_surface