just_image_flutter 1.0.2 copy "just_image_flutter: ^1.0.2" to clipboard
just_image_flutter: ^1.0.2 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.2

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
150
points
22
downloads

Documentation

API reference

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)

Topics

#image #image-processing #flutter #ffi

License

MIT (license)

Dependencies

flutter, just_image

More

Packages that depend on just_image_flutter

Packages that implement just_image_flutter