- Add
constraints
optional params forFlash
. - Add
transitionDuration
andconstraints
configuration.
- Add return
Future
forFlash.dismiss
.
- Add return
Future
forFlash.dismiss
.
- Add optional params for
Toast
.
- Add optional params useSafeArea.
- Restructure.
- Add context shortcuts.
- Add theme configuration.
- fix: #22 #23.
- Remove optional params rootNavigator.
- Change the method of finding root overlay.
- Add optional params rootNavigator.
- Fix return value to nullable.
- Stable null-safety release
- Migrate to null safety.
- Update example.
- Add
FlashController.isDisposed
.
- Remove
userInputForm
.
- Hide soft keyboard like a route when show a not persistent flash.
- In the example, because WillPopScope conflicts with FlashController.onWillPop, use BackButtonInterceptor instead of WillPopScope.
- Fix
FlashBuilder
type not match.
- Adjust message bottom margin.
- Remove deprecated method.
- Remove unused variable.
- Dismiss with horizontal drag.
- Added
FlashHelper
for example.
margin
added null checks
- Fixed animation dismissed but
dismissInternal()
not called.
- Rename to flash
- Refactoring code makes it easier to customize content
FlashPosition.center
- Flashbar creation