image_picker_ui 0.2.0
image_picker_ui: ^0.2.0 copied to clipboard
A new Flutter plugin.
Image Picker Options #
import 'package:image_picker_ui/image_picker_handler.dart';
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"/>