image_picker_ui 0.2.0 copy "image_picker_ui: ^0.2.0" to clipboard
image_picker_ui: ^0.2.0 copied to clipboard

A new Flutter plugin.

Image Picker Options #

www.developerlibs.com

import 'package:image_picker_ui/image_picker_handler.dart';

ScreenShot

Pick image from GALLERY and CAMERA #

Add color theme #

Crop enable and disable option #

#Installation

Android-If you going to user crop feature.

Add UCropActivity into your AndroidManifest.xml

<activity
    android:name="com.yalantis.ucrop.UCropActivity"
    android:screenOrientation="portrait"
    android:theme="@style/Theme.AppCompat.Light.NoActionBar"/>
8
likes
30
pub points
0%
popularity

Publisher

unverified uploader

A new Flutter plugin.

Repository (GitHub)
View/report issues

License

Apache-2.0 (LICENSE)

Dependencies

flutter, image_cropper, image_picker

More

Packages that depend on image_picker_ui