Skip to content

Latest commit

 

History

History
117 lines (62 loc) · 2.16 KB

CHANGELOG.md

File metadata and controls

117 lines (62 loc) · 2.16 KB

[2.2.1 null-safety]

Fix warnings.

[2.2.0 null-safety]

Upgrade to Flutter 3.10.x.

[2.1.3 null-safety]

Fix warnings.

[2.1.2 null-safety]

Add multiple animation demo in the example. Upgrade example android embedding to v2. Fix warnings.

[2.0.0 null-safety]

Migrate to null safety. Remove deprecated param movingOnWindowChange.

[1.5.2+3]

Format.

[1.5.2+2]

Fix bug.

[1.5.2+1]

  • Ability to set ignoring parameter for IgnorePointer widget (contributed by @agordn52).
  • Permanent toast, when set [duration] to Duration.zero, toast won't dismiss automatically.

[1.5.1+1]

Change [StyledToast] from StatelessWidget to StatefulWidget. Add [onInitState] to StyledToast and StyledToastTheme.

[1.5.0+2]

Delete deprecated parameter [movingOnWindowChange] usage.

[1.5.0+1]

Add parameter isHideKeyboard (default is true), if true, when toast show, keyboard will be hidden. Add parameter animationBuilder, builder method for custom animation Add parameter reverseAnimBuilder, builder method for custom reverse animation Add parameter onInitState, toast widget initState callback.

[1.4.0+1]

Improve documentation.

[1.4.0]

Add fullWidth parameter, controls whether the width of default toast widget is full screen. Code optimization. Fix the bug when dismiss toast.

[1.3.2]

Fix unused import.

[1.3.1]

Add locale as required parameter in StyledToast. Fix TextFields context menu exception with Flutter 1.17.0.

[1.3.0]

Add toast position: topLeft, topRight, centerLeft, centerRight, bottomLeft, bottomRight. Add custom size transition to support alignment in size transition animation. Fix size transition bug. Modify example.

[1.2.1]

Add start offset, reverse end offset in StyledToast.

[1.2.0]

Add axis, alignment support to rotate and size animation. Add start offset, end offset, reverse start offset, reverse end offset to slide animation.

[1.1.0+5]

Fix bugs.

[1.1.0+4]

Modify README.

[1.1.0+3]

Fix bugs.

[1.1.0]

Adding size animation sizeFade animation, fix bugs.

[1.0.0]

First release version features: showToast showToastWidget toast animation and reverse animation.

[0.0.1]

initial project