Image cropping tool for flutter, we can customize all properties like color and we can also fix the height, width as well.
. Add UCropActivity into your AndroidManifest.xml
<activity
android:name="com.yalantis.ucrop.UCropActivity"
android:screenOrientation="portrait"
android:theme="@style/Theme.AppCompat.Light.NoActionBar"/>
. No configuration required