profile_picker_plus 1.0.1
profile_picker_plus: ^1.0.1 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.1 #
- Declare explicit platform support (Android, iOS) in pubspec.yaml
- Update class names in README and CHANGELOG (
ProfilePicker,ProfileDisplay,ProfilePickerTheme, etc.) - Remove unused imports
- Sort dependencies alphabetically
1.0.0 #
- Initial release
ProfilePicker— tap-to-pick widget with gallery/camera/crop pipelineProfileDisplay— read-only display widget (file, URL, bytes, asset, initials)ProfilePickerTheme— unified theming for all widget UIProfilePickerThemeProvider— app-wide InheritedWidget theme providerProfilePickerController— programmatic open/close/clear/setProfilePickerStrings— 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