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

A package to be used for image input in flutter. It can be used to take image from camera or gallery or from a url.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add image_input

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

dependencies:
  image_input: ^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:image_input/image_input.dart';
16
likes
150
points
361
downloads

Publisher

verified publisheraakashpamnani.in

Weekly Downloads

A package to be used for image input in flutter. It can be used to take image from camera or gallery or from a url.

Repository (GitHub)
View/report issues

Documentation

API reference

License

BSD-3-Clause (license)

Dependencies

cached_network_image, flutter, image_picker, octo_image

More

Packages that depend on image_input