imcodec_native 0.1.4 copy "imcodec_native: ^0.1.4" to clipboard
imcodec_native: ^0.1.4 copied to clipboard

Optional AVIF, HEIF/HEIC, JPEG XL and WebP codecs for Imcodec, with bundled native and WebAssembly engines on all Flutter platforms.

Use this package as an executable

Install it

You can install the package from the command line:

dart pub global activate imcodec_native

Use it

The package has the following executables:

$ prepare_library

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add imcodec_native

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

dependencies:
  imcodec_native: ^0.1.4

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:imcodec_native/imcodec_native.dart';
0
likes
150
points
232
downloads
screenshot

Documentation

API reference

Publisher

verified publisherfocale-editor.app

Weekly Downloads

Optional AVIF, HEIF/HEIC, JPEG XL and WebP codecs for Imcodec, with bundled native and WebAssembly engines on all Flutter platforms.

Repository (GitHub)
View/report issues
Contributing

Topics

#image #codec #native-assets #webassembly #flutter

License

MIT (license)

Dependencies

code_assets, crypto, ffi, flutter, hooks, imcodec, web

More

Packages that depend on imcodec_native