josuerf / image_picker_ui

Image picker is provide option to pick image fro gallery and camera

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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"/>

About

Image picker is provide option to pick image fro gallery and camera

License:Apache License 2.0


Languages

Language:Dart 73.3%Language:Objective-C 12.1%Language:Java 9.7%Language:Ruby 5.0%