smart_deeplink_router 0.1.1 copy "smart_deeplink_router: ^0.1.1" to clipboard
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 LinkGuard for route protection
  • RedirectMemory for 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.children support for nested routes and openNamed nested lookup
  • Improvement: openNamed now validates required path params and merges query params (explicit query wins)
  • Tests: added stable widget test for nested openNamed behavior
1
likes
150
points
17
downloads

Publisher

unverified uploader

Weekly Downloads

A simple, elegant Flutter package for deep link routing with guards and redirect memory. Solves deep link + auth + redirect flow with minimal API.

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (license)

Dependencies

flutter, shared_preferences

More

Packages that depend on smart_deeplink_router