koni_jxl_flutter 0.1.4
koni_jxl_flutter: ^0.1.4 copied to clipboard
Flutter bindings for koni_jxl: display and encode JPEG XL (.jxl) images with a pure Dart codec — no native dependencies, all platforms.
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add koni_jxl_flutterThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
koni_jxl_flutter: ^0.1.4Alternatively, 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:koni_jxl_flutter/koni_jxl_flutter.dart';