hinted_image_picker 0.1.0 copy "hinted_image_picker: ^0.1.0" to clipboard
hinted_image_picker: ^0.1.0 copied to clipboard

A Flutter widget wrapping image_picker to show a customizable hint image before selection and a thumbnail after, with hover elevation, ripple, and multi-image support.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add hinted_image_picker

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

dependencies:
  hinted_image_picker: ^0.1.0

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:hinted_image_picker/hinted_image_picker.dart';
0
likes
150
points
10
downloads

Documentation

API reference

Publisher

unverified uploader

Weekly Downloads

A Flutter widget wrapping image_picker to show a customizable hint image before selection and a thumbnail after, with hover elevation, ripple, and multi-image support.

Repository (GitHub)
View/report issues

Topics

#image-picker #widget #ui #picker

License

MIT (license)

Dependencies

flutter, image_picker

More

Packages that depend on hinted_image_picker