routing▌
12 indexed skills · max 10 per page
flutter-implementing-navigation-and-routing
flutter/skills · Productivity
Imperative and declarative routing patterns for Flutter screen transitions and deep linking. \n \n Covers both Navigator (imperative, stack-based) and Router (declarative, URL-synchronized) approaches with guidance on when to use each \n Supports deep linking on iOS, Android, and Web; includes data passing via constructors, route arguments, and return values \n Implements nested navigation for multi-step flows (e.g., setup wizards) with independent sub-navigators and back-button interception \n
angular-routing
analogjs/angular-skills · Productivity
Angular v20+ routing with lazy loading, functional guards, resolvers, and signal-based route parameters. \n \n Supports lazy loading of feature modules and individual components with loadChildren and loadComponent \n Functional guards for authentication, role-based access control, and unsaved changes detection; resolvers pre-fetch data before route activation \n Route parameters and query strings bind directly to component inputs via withComponentInputBinding() , with signal-based access to Acti