my_image_picker 0.0.6 copy "my_image_picker: ^0.0.6" to clipboard
my_image_picker: ^0.0.6 copied to clipboard

A Flutter plugin to pick images/videos from gallery or camera with cache support.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add my_image_picker

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

dependencies:
  my_image_picker: ^0.0.6

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:my_image_picker/my_image_picker.dart';
2
likes
160
points
4
downloads

Publisher

unverified uploader

Weekly Downloads

A Flutter plugin to pick images/videos from gallery or camera with cache support.

Homepage
Repository (GitHub)

Documentation

Documentation
API reference

License

MIT (license)

Dependencies

flutter, plugin_platform_interface

More

Packages that depend on my_image_picker

Packages that implement my_image_picker