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

This 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.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:dual_image_picker/dual_image_picker.dart';
1
likes
115
points
18
downloads

Publisher

unverified uploader

Weekly Downloads

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.

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (license)

Dependencies

dio, dotted_border, flutter, image_picker

More

Packages that depend on dual_image_picker

Packages that implement dual_image_picker