thumbnail_creator 0.0.9 copy "thumbnail_creator: ^0.0.9" to clipboard
thumbnail_creator: ^0.0.9 copied to clipboard

A plugin, which converts images by filepath to thumbnails on the fly in a really fast manner. The image dimensions are choosable. At this moment, only working on android!

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add thumbnail_creator

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

dependencies:
  thumbnail_creator: ^0.0.9

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:thumbnail_creator/thumbnail_creator.dart';
0
likes
20
pub points
0%
popularity

Publisher

unverified uploader

A plugin, which converts images by filepath to thumbnails on the fly in a really fast manner. The image dimensions are choosable. At this moment, only working on android!

Homepage

License

unknown (LICENSE)

Dependencies

flutter

More

Packages that depend on thumbnail_creator