Releases: koukibadr/Motion-Toast
Releases · koukibadr/Motion-Toast
v2.11.0
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
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
Create package_deploy.yml (#110) * Create package_deploy.yml * update target branch in package deploy action