navhost_typed 0.1.0
navhost_typed: ^0.1.0 copied to clipboard
Type-safe destination objects and navigation helpers for navhost.
0.1.0 #
- Initial release.
- Add
TypedDestination, a lightweight route intent abstraction for navhost. - Add
TypedRouteFactoryandtypedRoute()to convert incoming navhost route matches into typed destination objects. - Add
NavController.navigateTo,showBottomSheetFor,showDialogFor, and imperative typed push helpers. - Add example app showing typed navigation, auth redirection, query parameters, path parameters, bottom sheets, and dialogs.