- Drop support for modal without explicit header
- Dart min sdk pinned to 2.12.0 (Null-safe)
- Updated modal_bottom_sheet to version 2.0.0
- Add possibility of creating a modal header inside the page instead of passing it through a route. This gives the modal header access to state.
- Update external package to support Flutter 1.22.0-12.1.pre
- Support for Flutter 1.22.0-12.1.pre
- Rename Router to Pilot to avoid naming clashes
- Add popToRoot function
- Added 'enableDrag' property to showSheet
- Fixed but in modal popup sheet header
- Better support for custom headers
- Fixed awaiting returns on routes
- Added modal popup sheets
- Simple solution for generating routes and navigating in a flutter app.