fl_toast 3.2.0
fl_toast: ^3.2.0 copied to clipboard
A simple yet powerful Toast Library for Flutter. Works in all the platforms
Date format: DD/MM/YYYY
3.1.0 [07/03/2021] #
- NEW
ToastProvider
, a way to show the toasts without context - FIX Make sure there's an overlay widget above the current context (Fixes #1)
3.0.1 [06/03/2021] #
- FIX Null check operator used on a null value
- EXAMPLE APP Created windows and web app
3.0.0 Null Safety Update - [04/03/2021] #
- Null safety π
2.0.0 Theming Update - [26/02/2021] #
- πΆ
ToastTheme
now works properly - π
StyledToast
now uses Snackbar's Theme Data - π Improved snackbar fidelity in example app and cookbook
- β³ Change animation controller duration when updated on the widget
- NEW π¦‘
Toast.semanticsLabel
- NEW β°
Toast.reverseAnimationDuration
1.0.1 The major update - [21/02/2021] #
- π¦ Example app
- π― Support web
- π Formatted files
- π Improved documentation
- πͺ New Cookbook
- NEW π
showPermanentToast
1.0.0+1 [20/02/2021] #
- Readme update
1.0.0 Initial Release - [20/02/2021] #
- Show toasts:
showToast
showMultiToast
showStyledToast
showAndroidToast
showPlatformToast
showSequencialToast