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

discontinued

Zero-config Flutter plugin for just_image. Bridges the Rust-powered image processing engine to Flutter apps on Android, iOS, macOS, Linux, and Windows via Native Assets. Pure FFI linking — no widgets.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add just_image_flutter

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

dependencies:
  just_image_flutter: ^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:just_image_flutter/just_image_flutter.dart';
1
likes
0
points
22
downloads

Publisher

unverified uploader

Weekly Downloads

Zero-config Flutter plugin for just_image. Bridges the Rust-powered image processing engine to Flutter apps on Android, iOS, macOS, Linux, and Windows via Native Assets. Pure FFI linking — no widgets.

Repository (GitHub)
View/report issues

Topics

#image #image-processing #flutter #ffi

License

unknown (license)

Dependencies

flutter, just_image

More

Packages that depend on just_image_flutter

Packages that implement just_image_flutter