II.
LibraryProcess JSON
Structured · livelib-process:mobile-development--flutter-app-scaffolding
specializations/mobile-development/flutter-app-scaffolding json
Inspect the normalized record payload exactly as the atlas UI reads it.
{
"id": "lib-process:mobile-development--flutter-app-scaffolding",
"_kind": "LibraryProcess",
"_file": "generated-library/processes.yaml",
"_cluster": "generated-library",
"attributes": {
"displayName": "specializations/mobile-development/flutter-app-scaffolding",
"description": "Flutter App Scaffolding and Architecture Setup - Create a scalable Flutter application with proper architecture\npatterns, state management, dependency injection, and development tools following best practices.",
"libraryPath": "library/specializations/mobile-development/flutter-app-scaffolding.js",
"specialization": "mobile-development",
"references": [
"- Flutter Documentation: https://flutter.dev/docs",
"- Bloc Library: https://bloclibrary.dev/",
"- Clean Architecture: https://blog.cleancoder.com/uncle-bob/2012/08/13/the-clean-architecture.html",
"- GetIt: https://pub.dev/packages/get_it"
],
"example": "const result = await orchestrate('specializations/mobile-development/flutter-app-scaffolding', {\n appName: 'MyFlutterApp',\n stateManagement: 'bloc',\n architecture: 'clean-architecture',\n targetPlatforms: ['ios', 'android'],\n features: {\n networking: 'dio',\n localStorage: 'hive',\n di: 'get_it'\n }\n});",
"usesAgents": [
"flutter-dart",
"mobile-testing",
"technical-writer"
]
},
"outgoingEdges": [
{
"from": "lib-process:mobile-development--flutter-app-scaffolding",
"to": "skill-area:ios-native",
"kind": "lib_requires_skill_area",
"attributes": {
"weight": 1
}
},
{
"from": "lib-process:mobile-development--flutter-app-scaffolding",
"to": "skill-area:android-native",
"kind": "lib_requires_skill_area",
"attributes": {
"weight": 0.7
}
},
{
"from": "lib-process:mobile-development--flutter-app-scaffolding",
"to": "skill-area:flutter-development",
"kind": "lib_requires_skill_area",
"attributes": {
"weight": 0.5
}
},
{
"from": "lib-process:mobile-development--flutter-app-scaffolding",
"to": "topic:accessibility",
"kind": "lib_covers_topic",
"attributes": {
"weight": 1
}
},
{
"from": "lib-process:mobile-development--flutter-app-scaffolding",
"to": "domain:mobile",
"kind": "lib_applies_to_domain",
"attributes": {
"weight": 1
}
},
{
"from": "lib-process:mobile-development--flutter-app-scaffolding",
"to": "role:mobile-engineer",
"kind": "lib_involves_role",
"attributes": {
"weight": 1
}
},
{
"from": "lib-process:mobile-development--flutter-app-scaffolding",
"to": "workflow:mobile-app-submission",
"kind": "lib_implements_workflow",
"attributes": {
"weight": 1
}
},
{
"from": "lib-process:mobile-development--flutter-app-scaffolding",
"to": "workflow:release-management",
"kind": "lib_implements_workflow",
"attributes": {
"weight": 0.7
}
},
{
"from": "lib-process:mobile-development--flutter-app-scaffolding",
"to": "specialization:mobile-development",
"kind": "lib_belongs_to_specialization",
"attributes": {
"weight": 1
}
},
{
"from": "lib-process:mobile-development--flutter-app-scaffolding",
"to": "lib-agent:meta--technical-writer",
"kind": "uses_agent",
"attributes": {
"weight": 0.8
}
}
],
"incomingEdges": []
}