- Add test cases for various scenarios. (for a feature/nav_2.0 the coverage is 100%)
- deprecate some anti pattern methods
- export NavAni enum
- allow to change offset with dx, dy
- change param name of pushWithRippleEffect
- add durationMs
- make useSafeArea default value false
- fix useRootNavigator bug
- add nav setting to manage app global setting
- change to dialog context nullable.
- add nav app for testing
- open globalKey setter
- support useRootNavigator option for Dialog
- remove context from dialog
- add key on stateless widget
- move dialog parameter to constructor
- dart 2.17
- remove onHide dependency for dialog
- support android v2
- add exception for unmounted statefulElement
- hide bottom sheet handle if it is not enabled
- resource organize
- add modal bottom sheet
-
solve generic router problem
-
Dart format
- Dart format
- Generic type on show method
- Add return type for dialog widget
- Add return type for dialog widget
- flutter 3.0 fix
- fix NPE on get navigatorState
- fix NPE
- remove unused imports
- fix warnings
- fix build bug
- nullable for widget
- Support barrier color to other animations
- Change Sample code
- Dart format
- Add Bottom sheet dialog example
- Support Null Safety
- Add Support Web
- remove dart:io dependency
- Remove unused param
- Add Context in abstract class.
- Remove needless code.
- Add MutableValue to avoid Lint Check
- Fix dialog hide bug (context reference))
- Add MutableValue to avoid Lint Check
- Add Default duration value
- Support Cupertino Route on NavAni.Right.
- Add result param on hide method.
- Support barrierDismissible, barrierColor
- Fix dialog bug
- Export dialog state
- Apply Dartfmt
- Add Nav.clearAll method
- Add support DialogWidget