Skip to content
This repository has been archived by the owner on Jun 26, 2024. It is now read-only.

Latest commit

 

History

History
43 lines (23 loc) · 846 Bytes

CHANGELOG.md

File metadata and controls

43 lines (23 loc) · 846 Bytes

[1.0.0-dev.0] - Feb. 21, 2021

  • Initial release.
  • The package is stable, reason it is pre-release is because it uses dart sound null safety which is in pre-release.

[1.0.0-dev.1] - Feb. 21, 2021

  • Formatting code

[1.0.0-nullsafety.2] - Feb. 21, 2021

  • Only changes version name

[1.0.1] - Feb. 24, 2021

  • Non-nullsafety version

[2.0.0-nullsafety.0] - Feb. 24, 2021

  • Renamed from [1.0.0-nullsafety.2]

[1.0.2] - Feb. 24, 2021

  • Fix issues running on Flutter stable.

[1.0.3] - Feb. 24, 2021

  • Fix WillPopScope preventing swipe back on iOS.

[2.0.3] - Feb. 24, 2021

  • Nullsafety version of 1.0.3.

[1.0.4] - Mar. 22, 2021

  • Fix error when _childKey.currentContext == null.

[2.0.4] - Mar. 22, 2021

  • Nullsafety version of 1.0.4.

[2.0.5] - Mar. 22, 2021

  • Close the popup when the keyboard closes.