- Update the minimum version of device_info_plus to 9.1.0.
- Custom style attrbuites for platforms other than mobile (alignment, margin, width, height)
- Improve performance by reduce numbers of widget rebuilt by listen to media query for only the needed things
- Improve performance by reducing the number of widgets rebuilt by listening to media query for only the needed things, for example instead of using `MediaQuery.of(context).size`, now we are using `MediaQuery.sizeOf(context)`
- Provide a way to use custom image provider for the image widgets
- Provide a way to handle different errors in image widgets
- Two bug fixes related to pick the image and capture it using the camera
- Add support for image resizing in desktop when force using mobile context menu
- Improve performance by reduce numbers of widget rebuilt by listen to media query for only the needed things
- Add support for image resizing on desktop platforms when forced using the mobile context menu
- Improve performance by reducing the number of widgets rebuilt by listening to media query for only the needed things, for example instead of using `MediaQuery.of(context).size`, now we are using `MediaQuery.sizeOf(context)`
## 0.5.1
- Fix warrning "The platformViewRegistry getter is deprecated and will be removed in a future release. Please import it from dart:ui_web instead."