- 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