image_combine 0.0.2 copy "image_combine: ^0.0.2" to clipboard
image_combine: ^0.0.2 copied to clipboard

A Flutter FFI plugin for merging images vertically using Rust.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add image_combine

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

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

Publisher

verified publisherwingch.site

Weekly Downloads

A Flutter FFI plugin for merging images vertically using Rust.

Repository (GitHub)
View/report issues

Documentation

API reference

License

BSD-3-Clause (license)

Dependencies

flutter, flutter_rust_bridge, plugin_platform_interface

More

Packages that depend on image_combine

Packages that implement image_combine