jpeg_validator 0.1.1 copy "jpeg_validator: ^0.1.1" to clipboard
jpeg_validator: ^0.1.1 copied to clipboard

PlatformmacOS

Strict, warning-free, full-decode JPEG validation for Dart and Flutter.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add jpeg_validator

With Flutter:

 $ flutter pub add jpeg_validator

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

dependencies:
  jpeg_validator: ^0.1.1

Alternatively, your editor might support dart pub get or flutter pub get. Check the docs for your editor to learn more.

Import it

Now in your Dart code, you can use:

import 'package:jpeg_validator/jpeg_validator.dart';
1
likes
150
points
--
downloads

Documentation

API reference

Publisher

unverified uploader

Strict, warning-free, full-decode JPEG validation for Dart and Flutter.

Repository (GitHub)
View/report issues

Topics

#jpeg #validation #image #security #desktop

License

BSD-3-Clause (license)

Dependencies

code_assets, ffi, hooks, native_toolchain_c

More

Packages that depend on jpeg_validator