flash 1.3.2
flash: ^1.3.2 copied to clipboard
⚡️A highly customizable, powerful and easy-to-use alerting library for Flutter.
1.3.2 2021-2-1 #
- fix: #15 .
1.3.1 2020-4-25 #
- Add
FlashController.isDisposed.
1.3.0 2020-4-21 #
- Remove
userInputForm.
1.2.4 2020-4-10 #
- 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.
1.2.3 2020-3-18 #
- Fix
FlashBuildertype not match.
1.2.2 2020-3-17 #
- Adjust message bottom margin.
1.2.1 2020-3-17 #
- Remove deprecated method.
- Remove unused variable.