smart_deeplink_router 0.1.1
smart_deeplink_router: ^0.1.1 copied to clipboard
A simple, elegant Flutter package for deep link routing with guards and redirect memory. Solves deep link + auth + redirect flow with minimal API.
0.1.0 #
- Initial release
- Core routing functionality with path parameters
- Query parameter support
- Abstract
LinkGuardfor route protection RedirectMemoryfor post-authentication navigation- Complete example app demonstrating auth flow
- Full DartDoc documentation
0.1.1 #
- Fix: nested route history synchronization (nested Navigator pushes/pops are reflected in top-level
history) - Feature:
LinkRoute.childrensupport for nested routes andopenNamednested lookup - Improvement:
openNamednow validates required path params and merges query params (explicit query wins) - Tests: added stable widget test for nested openNamed behavior