Last updated:
0 purchases
image picker ui
Image Picker Options #
www.developerlibs.com
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"/>
copied to clipboard
For personal and professional use. You cannot resell or redistribute these repositories in their original state.
There are no reviews.