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
copied to clipboard

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
copied to clipboard

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';
copied to clipboard
2
likes
140
points
28
downloads

Publisher

unverified uploader

Weekly Downloads

2024.07.08 - 2025.01.20

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

Repository (GitHub)

Documentation

API reference

License

MIT (license)

Dependencies

crypto, dio, flutter, image_gallery_saver, path_provider, permission_handler

More

Packages that depend on chat_image