Skip to content

Latest commit

 

History

History
66 lines (40 loc) · 1.22 KB

CHANGELOG.md

File metadata and controls

66 lines (40 loc) · 1.22 KB

[1.5.1] - 2021-3-25

  • Fix return value to nullable.

[1.5.0] - 2021-3-9

  • Stable null-safety release

[1.4.0-nullsafety] - 2020-11-19

  • Migrate to null safety.
  • Update example.

[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 FlashBuilder type not match.

[1.2.2] - 2020-3-17

  • Adjust message bottom margin.

[1.2.1] - 2020-3-17

  • Remove deprecated method.
  • Remove unused variable.

[1.2.0] - 2019-10-14

Added

  • Dismiss with horizontal drag.
  • Added FlashHelper for example.

[1.1.0+2] - 2019-8-14

Fixes

  • margin added null checks

[1.1.0+1] - 2019-8-14

Fixes

  • Fixed animation dismissed but dismissInternal() not called.

[1.1.0] - 2019-8-13

Changed

  • Rename to flash
  • Refactoring code makes it easier to customize content

Added

  • FlashPosition.center

[1.0.0] - 2019-8-7

Added

  • Flashbar creation