II.
LibraryProcess overview
Reference · livelib-process:mobile-development--flutter-app-scaffolding
specializations/mobile-development/flutter-app-scaffolding overview
Flutter App Scaffolding and Architecture Setup - Create a scalable Flutter application with proper architecture patterns, state management, dependency injection, and development tools following best practices.
Attributes
displayName
specializations/mobile-development/flutter-app-scaffolding
description
Flutter App Scaffolding and Architecture Setup - Create a scalable Flutter application with proper architecture
patterns, 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', {
appName: 'MyFlutterApp',
stateManagement: 'bloc',
architecture: 'clean-architecture',
targetPlatforms: ['ios', 'android'],
features: {
networking: 'dio',
localStorage: 'hive',
di: 'get_it'
}
});
usesAgents
- flutter-dart
- mobile-testing
- technical-writer
Outgoing edges
lib_applies_to_domain1
- domain:mobile·DomainMobile
lib_belongs_to_specialization1
- specialization:mobile-development·Specialization
lib_covers_topic1
- topic:accessibility·TopicAccessibility
lib_implements_workflow2
- workflow:mobile-app-submission·WorkflowMobile App Submission
- workflow:release-management·Workflow
lib_involves_role1
- role:mobile-engineer·RoleMobile Engineer
lib_requires_skill_area3
- skill-area:ios-native·SkillAreaiOS Native Development
- skill-area:android-native·SkillAreaAndroid Native Development
- skill-area:flutter-development·SkillAreaFlutter Development
uses_agent1
- lib-agent:meta--technical-writer·LibraryAgenttechnical-writer
Incoming edges
None.