dual_image_picker 0.2.0 copy "dual_image_picker: ^0.2.0" to clipboard
dual_image_picker: ^0.2.0 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_picker

With Flutter:

 $ flutter pub add dual_image_picker

This 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.0

Alternatively, 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';
1
likes
0
points
19
downloads

Publisher

unverified uploader

Weekly Downloads

A Flutter package that provides a customizable image picker widget, allowing users to select images from the gallery or capture them using the camera.

Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

dio, flutter, image_picker

More

Packages that depend on dual_image_picker

Packages that implement dual_image_picker