pull/1443/head
Ahmed Hnewa 2 years ago
parent 615e1d6fd7
commit 94ed9f35b5
No known key found for this signature in database
GPG Key ID: C488CC70BBCEF0D1
  1. 2
      CHANGELOG.md

@ -7,6 +7,8 @@
- Custom style attrbuites for platforms other than mobile (alignment, margin, width, height) - Custom style attrbuites for platforms other than mobile (alignment, margin, width, height)
- Bug fixes and other improvemenets - Bug fixes and other improvemenets
# [7.4.14]
- 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)` - 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)`
- Add MediaButton for picking the images only since the video one is not ready - Add MediaButton for picking the images only since the video one is not ready
- A new feature which allows customizing the text selection in quill editor which is useful for custom theme design system for custom app widget - A new feature which allows customizing the text selection in quill editor which is useful for custom theme design system for custom app widget

Loading…
Cancel
Save