file_picker_slider 0.0.5
file_picker_slider: ^0.0.5 copied to clipboard
Cross-platform Flutter file picker with standard input-style UI, optional previews, and mobile camera/image support.
Changelog #
0.0.5 #
- Switched the default widget UX to a standard input-style picker for web and mobile.
- Fixed web file handling so browser picks no longer touch unavailable local paths.
- Improved mobile image selection by using
image_pickerfor single and multiple image gallery picks. - Added a fullscreen viewer action for image previews.
- Added custom widget support through
customBuilder. - Added a dedicated theme extension and refreshed the example app.
- Documented Android, iOS, web, and macOS setup requirements.
0.0.1+4 #
- Improved documentation and examples.
- Added clear usage for single and multiple file pickers.
- Added camera picker
0.0.4 #
- Initial release.
- Supports multi-file picking and slider preview.
- Compatible with mobile and web.