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

Take an image on tap and display a preview

Image Picker Container #

Take an image from gallery or camera and disply a preview

import 'package:image_picker_container/image_picker_container.dart';
...
ImagePickerContainer(
    height: 300,
    onSelect: (_, pickedImage) => print(pickedImage.path),
    initialImage: Image.network(
        'https://images.unsplash.com/photo-1523228183475-0859ff3b10b9?ixid=MXwxMjA3fDB8MHxzZWFyY2h8MzF8fGJhbGx8ZW58MHx8MHw%3D&ixlib=rb-1.2.1&auto=format&fit=crop&w=600&q=60'),
    fit: BoxFit.cover,
)
2
likes
20
pub points
0%
popularity

Publisher

unverified uploader

Take an image on tap and display a preview

Repository (GitLab)
View/report issues

License

unknown (LICENSE)

Dependencies

flutter, image_picker

More

Packages that depend on image_picker_container