dual_image_picker 0.4.0
dual_image_picker: ^0.4.0 copied to clipboard
A Flutter package that provides a customizable image picker widget with support for gallery and camera image selection, featuring a modern UI and easy integration.
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add dual_image_pickerThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
dual_image_picker: ^0.4.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:dual_image_picker/dual_image_picker.dart';