chat_image 0.0.5 copy "chat_image: ^0.0.5" to clipboard
chat_image: ^0.0.5 copied to clipboard

A Package for loading an image from the web, saving it locally in the galery and showing the locally saved image.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add chat_image

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

dependencies:
  chat_image: ^0.0.5

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:chat_image/chat_image.dart';
2
likes
120
pub points
23%
popularity

Publisher

unverified uploader

A Package for loading an image from the web, saving it locally in the galery and showing the locally saved image.

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (LICENSE)

Dependencies

crypto, dio, flutter, image_gallery_saver, path_provider, permission_handler

More

Packages that depend on chat_image