- Initial release.
- The package is stable, reason it is pre-release is because it uses dart sound null safety which is in pre-release.
- Formatting code
- Only changes version name
- Non-nullsafety version
- Renamed from [1.0.0-nullsafety.2]
- Fix issues running on Flutter stable.
- Fix WillPopScope preventing swipe back on iOS.
- Nullsafety version of 1.0.3.
- Fix error when
_childKey.currentContext == null
.
- Nullsafety version of 1.0.4.
- Close the popup when the keyboard closes.