profile_image_selector 0.0.1 copy "profile_image_selector: ^0.0.1" to clipboard
profile_image_selector: ^0.0.1 copied to clipboard

This widget allows the user to select an image from the gallery and display the cropped image.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add profile_image_selector

This will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):

dependencies:
  profile_image_selector: ^0.0.1

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:profile_image_selector/profile_image_selector.dart';
2
likes
140
pub points
58%
popularity

Publisher

unverified uploader

This widget allows the user to select an image from the gallery and display the cropped image.

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (LICENSE)

Dependencies

flutter, image_cropper, image_picker

More

Packages that depend on profile_image_selector