II.
Library JSON
Structured · livelibrary:riverpod
Riverpod json
Inspect the normalized record payload exactly as the atlas UI reads it.
{
"id": "library:riverpod",
"_kind": "Library",
"_file": "domain/libraries/libraries-dart-flutter.yaml",
"_cluster": "domain",
"attributes": {
"displayName": "Riverpod",
"belongsToLanguageId": "language:dart",
"category": "state-management",
"description": "A compile-safe, testable state management library for Flutter and Dart that\nimproves on Provider by eliminating global state, supporting multiple providers\nof the same type, and enabling fine-grained reactivity through code generation.\n"
},
"outgoingEdges": [
{
"from": "library:riverpod",
"to": "language:dart",
"kind": "belongs_to_language"
},
{
"from": "library:riverpod",
"to": "skill-area:application-state-management",
"kind": "library_used_by",
"attributes": {}
},
{
"from": "library:riverpod",
"to": "library:bloc",
"kind": "alternative_to"
},
{
"from": "library:riverpod",
"to": "library:provider",
"kind": "alternative_to"
},
{
"from": "library:riverpod",
"to": "library:get-x",
"kind": "alternative_to"
}
],
"incomingEdges": [
{
"from": "specialization:flutter-mobile",
"to": "library:riverpod",
"kind": "uses_library"
}
]
}