gallery_camera_image 0.0.6 copy "gallery_camera_image: ^0.0.6" to clipboard
gallery_camera_image: ^0.0.6 copied to clipboard

outdated

Image select from gallery camera And Edit

Change kotlin version :- android/build.gradle

  Kotlin version Should Be :'1.6.10'
     ext.kotlin_version = '1.6.10' or leter...

How use GalleryCamerImage Widget

 await Get.to(() => GalleryCamareImage(
                              fromEditProfile: true,
      ))!
      .then((value) {
    if (value != null) selectedCropImage = value;
   });
4
likes
0
pub points
0%
popularity

Publisher

unverified uploader

Image select from gallery camera And Edit

Repository (GitHub)
View/report issues

License

unknown (LICENSE)

Dependencies

camera, flutter, image_cropper, image_picker, permission_handler

More

Packages that depend on gallery_camera_image