flutter_image_picker_ui 1.0.0
flutter_image_picker_ui: ^1.0.0 copied to clipboard
A Flutter package for a UI to pick or take images
π¦ Changelog #
All notable changes to the flutter_image_picker_ui
package will be documented in this file.
1.0.0 Initial Release #
π Features #
-
Image picker UI built on top of
image_picker
-
Default and fully custom constructors (
PhotoUploadWidget
&PhotoUploadWidget.custom
) -
Clean UI with:
- Dotted border styling
- Optional top icon
- Title and subtitle text
- Customizable camera and gallery buttons
-
Image preview with a clear (X) icon
-
Asset icon support for camera and gallery
-
Border style enum:
PhotoUploadBorderStyle
β Stable for production use #
- Works well with all standard Flutter setups
- Easily embeddable in forms and profile editors