Skip to main content
Back to the directory
flutter/skillsSoftware EngineeringFrontend and Design

flutter-routing-and-navigation

Navigate between screens, handle deep linking, and manage data passing in Flutter applications.

SkillJury keeps community verdicts, source metadata, and external repository signals in separate lanes so ranking data never pretends to be a review.

SkillJury verdict
Pending

No approved reviews yet

Would recommend
Pending

Waiting on enough review volume

Install signal
1

Weekly or total install activity from catalog data

Sign in to review
0 review requests
Install command
npx skills add https://github.com/flutter/skills --skill flutter-routing-and-navigation
SkillJury does not have enough approved reviews to publish a community verdict yet. Source metadata and repository proof are still available above.
SkillJury Signal Summary

As of Apr 30, 2026, flutter-routing-and-navigation has 1 weekly installs, 0 community reviews on SkillJury. Community votes currently stand at 0 upvotes and 0 downvotes. Source: flutter/skills. Canonical URL: https://skills.sh/flutter/skills/flutter-routing-and-navigation.

Security audits
Gen Agent Trust HubPASS
SocketPASS
SnykPASS
About this skill
Navigate between screens, handle deep linking, and manage data passing in Flutter applications. Implements robust navigation and routing in Flutter applications. Evaluates application requirements to select the appropriate routing strategy (imperative Navigator , declarative Router , or nested navigation), handles deep linking, and manages data passing between routes while adhering to Flutter best practices. Evaluate the application's navigation requirements using the following decision tree: STOP AND ASK THE USER: "Based on your app's requirements, should we implement simple imperative navigation ( Navigator.push ), declarative routing ( Router / go_router for deep links/web), or a nested navigation flow?" If simple navigation is selected, use the Navigator widget to push and pop Route objects. Pushing a new route: Popping a route: Pass data to new screens using constructor arguments (preferred for imperative navigation) or RouteSettings (for named routes). Passing via Constructor: Passing via RouteSettings (Named Routes): If named routes are explicitly required, configure MaterialApp with initialRoute and routes or onGenerateRoute . For sub-flows, instantiate a new Navigator widget within the widget tree. You MUST assign a GlobalKey to manage the nested stack.

Source description provided by the upstream listing. Community review signal and install context stay separate from this narrative layer.

Community reviews

Latest reviews

No community reviews yet. Be the first to review.

Browse this skill in context
FAQ
What does flutter-routing-and-navigation do?

Navigate between screens, handle deep linking, and manage data passing in Flutter applications.

Is flutter-routing-and-navigation good?

flutter-routing-and-navigation does not have approved reviews yet, so SkillJury cannot publish a community verdict.

Which AI agents support flutter-routing-and-navigation?

flutter-routing-and-navigation currently lists compatibility with Skills CLI.

Is flutter-routing-and-navigation safe to install?

flutter-routing-and-navigation has been scanned by security audit providers tracked on SkillJury. Check the security audits section on this page for detailed results from Socket.dev and Snyk.

What are alternatives to flutter-routing-and-navigation?

Skills in the same category include grimoire-morpho-blue, conversation-memory, second-brain-ingest, zai-tts.

How do I install flutter-routing-and-navigation?

Run the following command to install flutter-routing-and-navigation: npx skills add https://github.com/flutter/skills --skill flutter-routing-and-navigation

Related skills

More from flutter/skills

Related skills

Alternatives in Software Engineering