profile_picker_plus 1.0.0
profile_picker_plus: ^1.0.0 copied to clipboard
The complete Flutter profile picture toolkit - pick, crop, display. Drop-in ProfilePicker and ProfileDisplay widgets with gallery/camera selection, built-in image cropping, bottom-sheet & dialog modes [...]
1.0.0 #
- Initial release 🎉
AvatarPicker— tap-to-pick widget with gallery/camera/crop pipelineAvatarDisplay— read-only display widget (file, URL, bytes, asset, initials)ProfilePickerPlusTheme— unified theming for all widget UIProfilePickerPlusThemeProvider— app-wide InheritedWidget theme providerProfilePickerPlusController— programmatic open/close/clear/setProfilePickerPlusStrings— fully localizable UI labels- Bottom sheet and dialog picker modes
- Badge position, layout mode (stack/overlay/none), inside/outside placement
- Trigger modes: onTap, onLongPress, onDoubleTap, none
- Custom builders: pickerBuilder, optionBuilder, headerBuilder, footerBuilder
- Child builder pattern for fully custom triggers
- Image compression via flutter_image_compress
- Max file-size guard
- Permission handling with graceful denied state + settings redirect
- iOS 12+, Android API 21+, Flutter Web (gallery), macOS, Windows