Skip to content

v2.11.0

Latest
Compare
Choose a tag to compare
@koukibadr koukibadr released this 07 Aug 20:53
· 2 commits to main since this release

Enhancement

  • Remove content padding effect on motion toast sidebar widget
  • Replace EdgeInsets type with EdgeInsetsGeometry type for wider options (Support of EdgeInsets and EdgeInsetsDirectional) PR
  • Update custom motion toast rendering to support width and height constraints for large screens

Changes

  • Update layoutDirection from LayoutDirection enum to TextDirection dart class