Releases: koukibadr/Motion-Toast
Releases · koukibadr/Motion-Toast
Release list
v2.15.0
v2.14.0
v2.13.0
v2.12.1
Bug Fix
- Resolve compilation error with
wihValueswhen setting opacity value Issue #134
v2.12.0
Bug Fix
- Update toast overlay height to support app usage when the toast is displayed PR Issue #134
Enhancement
- Update alignment, MotionToastPosition is refactored to use Alignment object PR Issue #126
- Support for custom alignment values
Changes
- Refactor: AnimationTypes values are renamed PR
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