Closed Louixville closed 1 year ago
Use features property in ImageEditor class to enable/disable specific features
Added in v0.2.4
I've updated the version but it does not disable anything ... they're still showed in the bottom bar
You need to pass ImageEditorFeatures object
ImageEditor( ... options: ImageEditorFeatures( crop: false, ), );
({bool pickFromGallery = false, bool captureFromCamera = false, bool crop = false, bool blur = false, bool brush = false, bool emoji = false, bool filters = false, bool flip = false, bool rotate = false, bool text = false})
Is there a way of removing properties from the main screen?