minimalSingleSelections top-level constant

Map<String, String> const minimalSingleSelections

Minimal's single-select choices — the leanest valid stack (R-205): codegen-free, DI-container-free, no state-management library.

Implementation

const minimalSingleSelections = <String, String>{
  'foundation.app_initialization': 'simple',
  'foundation.error_handling': 'basic',
  'foundation.theme': 'basic_themedata',
  'foundation.project_structure': 'layer_first',
  'org.architecture_depth': 'simple',
  'org.state_management': 'setstate',
  'org.routing': 'navigator_minimal',
  'org.data_modeling': 'manual_models',
  'org.dependency_injection': 'manual_injection',
};