flutter_web_file_selector 0.3.1 flutter_web_file_selector: ^0.3.1 copied to clipboard
A Flutter package to let you select files on the Web platform, with an iOS UI workaround included.
0.3.1 #
- Update documentation.
0.3.0 #
- Update the supported version range for the web package
0.2.4 #
- Fix a regression (incorrect button highlight) on mobile Chrome
0.2.3 #
- Fix an error in Firefox (tested on Flutter 3.19.6)
0.2.2 #
- Make internal implementation simpler.
- Fix incorrect button highlight on mobile Chorme when button is tapped.
0.2.1 #
- Fix incorrect cursor when mouse is hovered over the button
0.2.0 #
- Breaking change: Now using XFile class (from cross_file package) instead of WebFile class.
0.1.1 #
- Update documentation.
0.1.0 #
- Initial release.