II.
Library JSON
Structured · livelibrary:get-x
GetX json
Inspect the normalized record payload exactly as the atlas UI reads it.
{
"id": "library:get-x",
"_kind": "Library",
"_file": "domain/libraries/libraries-dart-flutter.yaml",
"_cluster": "domain",
"attributes": {
"displayName": "GetX",
"belongsToLanguageId": "language:dart",
"category": "state-management",
"description": "A lightweight Flutter micro-framework combining state management, dependency\ninjection, and route management in a single package with minimal boilerplate,\nreactive controllers, and a simple navigation API without BuildContext.\n"
},
"outgoingEdges": [
{
"from": "library:get-x",
"to": "language:dart",
"kind": "belongs_to_language"
},
{
"from": "library:get-x",
"to": "skill-area:application-state-management",
"kind": "library_used_by",
"attributes": {}
}
],
"incomingEdges": [
{
"from": "library:riverpod",
"to": "library:get-x",
"kind": "alternative_to"
}
]
}