image_picker_container

Last updated:

0 purchases

image_picker_container Image
image_picker_container Images
Add to Cart

Description:

image picker container

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,
)
copied to clipboard

License:

For personal and professional use. You cannot resell or redistribute these repositories in their original state.

Files In This Product:

Customer Reviews

There are no reviews.