Skip to content

Releases: koukibadr/Motion-Toast

v2.11.0

07 Aug 20:53
Compare
Choose a tag to compare

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

v2.10.0

25 May 21:03
Compare
Choose a tag to compare

Enhancement

  • Replace backgroundType with opacity double attribute
  • Updated predefined themes colors, themes now have different primary and secondary colors

Changes

  • Remove motion toast type parameter and replace it with direct theme initialization
  • Remove iconType parameter
  • MotionToast.delete marked as deprecated and will be removed in the next version

Test deploy github action script

14 Oct 08:40
d32c990
Compare
Choose a tag to compare
Create package_deploy.yml (#110)

* Create package_deploy.yml

* update target branch in package deploy action