browser_image_compression 1.1.2
browser_image_compression: ^1.1.2 copied to clipboard
This plugin wraps a JavaScript library used for image compression and is specifically designed for use in Flutter Web.
1.0.0 #
- This release contains a functional example of the plugin browser_image_compression.
1.0.2 #
- This release complies with plugin description length
1.0.3 #
- Added a general method for compress images sourced other than XFile
1.0.4 #
- Removed extra "script" tag on readme
1.0.5 #
- Update readme
1.0.6 #
- Added universal_html to avoid conflicts with platforms other than web.
1.1.0 #
- now BrowserImageCompression compiles in platforms other than web.
1.1.1 #
- Removed platform-specific conditional compilation for library.
- Methods compressImageByXFileBase and compressImageBase are not globally declared anymore and are properly implemented on the classes that implements BrowserImageCompressionPlatform.
1.1.2 #
- Fix readme typo.