select_profile_photo 0.1.7 copy "select_profile_photo: ^0.1.7" to clipboard
select_profile_photo: ^0.1.7 copied to clipboard

Select photos for your app by using image picker and image cropper

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add select_profile_photo

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

dependencies:
  select_profile_photo: ^0.1.7

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:select_profile_photo/select_profile_photo.dart';
6
likes
40
pub points
24%
popularity

Publisher

unverified uploader

Select photos for your app by using image picker and image cropper

Repository (GitHub)
View/report issues

License

Apache-2.0 (LICENSE)

Dependencies

flutter, image_cropper, image_picker

More

Packages that depend on select_profile_photo