II.
Library JSON
Structured · livelibrary:go-router
GoRouter json
Inspect the normalized record payload exactly as the atlas UI reads it.
{
"id": "library:go-router",
"_kind": "Library",
"_file": "domain/libraries/libraries-dart-flutter.yaml",
"_cluster": "domain",
"attributes": {
"displayName": "GoRouter",
"belongsToLanguageId": "language:dart",
"category": "routing",
"description": "A declarative routing package for Flutter that uses URLs to navigate between\nscreens, supports deep linking, nested routes, redirects, path and query\nparameters, and integrates with the Navigator 2.0 API.\n"
},
"outgoingEdges": [
{
"from": "library:go-router",
"to": "language:dart",
"kind": "belongs_to_language"
},
{
"from": "library:go-router",
"to": "skill-area:frontend-development",
"kind": "library_used_by",
"attributes": {}
},
{
"from": "library:go-router",
"to": "library:express",
"kind": "alternative_to"
}
],
"incomingEdges": []
}