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';
3
likes
130
points
18
downloads

Documentation

API reference

Publisher

unverified uploader

Weekly Downloads

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

Repository (GitHub)
View/report issues

License

MIT (license)

Dependencies

flutter, image_cropper, image_picker

More

Packages that depend on profile_image_selector