- Add automatic page transition selection depending on system. iOS -> Cupertino, Android -> Material
- Add transition for each route.
- Actualize readme, migrate to sound null safety.
- Add route observer.
- Fix null reference at fill route.
- Fix resetting data inside route while new push.
- Remove generic argument inside routes. Use simple json.
- Add documentation about duplication strategy.
- Add route duplicating strategies
- Fix pushing route from system with raw arguments
- Add class based arguments for routes
- Implement effective navigation with subtrees. Inspired by vk mobile.
- Remove provider dependency
- Initial commit