- toast now didn't interrupt pointer event anymore.
- compat with version before flutter3.
- update dart sdk min version to
2.14.0
. - compat with flutter 3, fix null-aware operator unnecessary warning. #76
- update docs.
- fix null-aware operator unnecessary warning. #76
- update dart sdk min version to
2.14.0
. - remove pedantic dependency, replace with lint instead.
- The same as 1.2.0-nullsafety.0.
- Recreate example.
- remove the deprecated method which from v1.12.x in BuildContext , fix #64
- Support multi OverlaySupport. add
OverlaySupport.local()
for local notification.
- migrate to nullsafety.
- Support for
BottomSlideNotification
. #40 by Giles Correia Morton - Upgrade min dart sdk version to 2.1.0. Policy
- expose toastTheme. by juvs
- fix Toast hidden behind ime #20
- swipe to dismiss #16
- adjust default toast background #18
- do not need to pass
context
parameter to popup overlay
- add key parameter for showOverlay
- fix: call NotificationEntry#dismiss immediately when we showNotification cause an exception
- expose showOverlay method to help build custom overlay
- mark autoDismiss param as Deprecate, replace by duration param
- bug fix
- bug fix
- remove line limit of toast
- support notification
- support toast