dual_image_picker 0.2.1
dual_image_picker: ^0.2.1 copied to clipboard
A Flutter package that provides a customizable image picker widget, allowing users to select images from the gallery or capture them using the camera.
Use this package as a library
Depend on it
Run this command:
With Dart:
$ dart pub add dual_image_pickerWith Flutter:
$ flutter pub add dual_image_pickerThis will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):
dependencies:
dual_image_picker: ^0.2.1Alternatively, your editor might support dart pub get or 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';