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