hinted_image_picker 0.1.0
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_pickerThis 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.0Alternatively, 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';