folderStructure top-level constant

Map<String, Map<String, String>> const folderStructure

Implementation

const Map<String, Map<String, String>> folderStructure = {
  'feature': {'feature': 'lib/features'},
  'core': {
    'core': 'lib/core',
    'errors': 'lib/core/errors',
    'strings': 'lib/core/strings',
    'theme': 'lib/core/themes',
    'widgets': 'lib/core/widgets',
    'utils': 'lib/core/utils',
  }
};