backdrop_modal_route 2.0.1 backdrop_modal_route: ^2.0.1 copied to clipboard
A flutter plugin to open backdrop modal route with minimal code and efforts with dynamic content.
[2.0.1] - 06 August 2021 #
- Updated docs
[2.0.0] - 08 March 2021 #
- Stable release for null safety
- Example updated to null safety
- Update SDK constraints to >=2.12.0-0 <3.0.0 based on guidelines
[1.1.0] - 24 December 2020 #
- Added fade transition to block modal
- Switch between fade/slide transitions using
isSlideTransitionDefault
- Ability to create custom transitions using
customBuildBlockModalTransitions
- Added ability to disable or customize 'SafeArea'
- Docs updated
[0.1.1] - 11 May 2020. #
- Readme updated.
[0.1.0] - 11 May 2020. #
- Initial release.