kAdjectives top-level constant

List<String> const kAdjectives

Adjectives for slug generation -- whimsical and delightful.

Implementation

const List<String> kAdjectives = [
  // Classic pleasant adjectives
  'abundant', 'ancient', 'bright', 'calm', 'cheerful', 'clever', 'cozy',
  'curious', 'dapper', 'dazzling', 'deep', 'delightful', 'eager', 'elegant',
  'enchanted', 'fancy', 'fluffy', 'gentle', 'gleaming', 'golden', 'graceful',
  'happy', 'hidden', 'humble', 'jolly', 'joyful', 'keen', 'kind', 'lively',
  'lovely', 'lucky', 'luminous', 'magical', 'majestic', 'mellow', 'merry',
  'mighty', 'misty', 'noble', 'peaceful', 'playful', 'polished', 'precious',
  'proud', 'quiet', 'quirky', 'radiant', 'rosy', 'serene', 'shiny', 'silly',
  'sleepy', 'smooth', 'snazzy', 'snug', 'snuggly', 'soft', 'sparkling',
  'spicy', 'splendid', 'sprightly', 'starry', 'steady', 'sunny', 'swift',
  'tender', 'tidy', 'toasty', 'tranquil', 'twinkly', 'valiant', 'vast',
  'velvet', 'vivid', 'warm', 'whimsical', 'wild', 'wise', 'witty',
  'wondrous', 'zany', 'zesty', 'zippy',
  // Whimsical / magical
  'breezy', 'bubbly', 'buzzing', 'cheeky', 'cosmic', 'crispy',
  'crystalline', 'cuddly', 'drifting', 'dreamy', 'effervescent', 'ethereal',
  'fizzy', 'flickering', 'floating', 'floofy', 'fluttering', 'foamy',
  'frolicking', 'fuzzy', 'giggly', 'glimmering', 'glistening', 'glittery',
  'glowing', 'goofy', 'groovy', 'harmonic', 'hazy', 'humming', 'iridescent',
  'jaunty', 'jazzy', 'jiggly', 'melodic', 'moonlit', 'mossy', 'nifty',
  'peppy', 'prancy', 'purrfect', 'purring', 'quizzical', 'rippling',
  'rustling', 'shimmering', 'shimmying', 'snappy', 'snoopy', 'squishy',
  'swirling', 'ticklish', 'tingly', 'twinkling', 'velvety', 'wiggly',
  'wobbly', 'woolly', 'zazzy',
  // Programming concepts
  'abstract', 'adaptive', 'agile', 'async', 'atomic', 'binary', 'cached',
  'compiled', 'composed', 'compressed', 'concurrent', 'cryptic', 'curried',
  'declarative', 'delegated', 'distributed', 'dynamic', 'encapsulated',
  'enumerated', 'eventual', 'expressive', 'federated', 'functional',
  'generic', 'greedy', 'hashed', 'idempotent', 'immutable', 'imperative',
  'indexed', 'inherited', 'iterative', 'lazy', 'lexical', 'linear', 'linked',
  'logical', 'memoized', 'modular', 'mutable', 'nested', 'optimized',
  'parallel', 'parsed', 'partitioned', 'piped', 'polymorphic', 'pure',
  'reactive', 'recursive', 'refactored', 'reflective', 'replicated',
  'resilient', 'robust', 'scalable', 'sequential', 'serialized', 'sharded',
  'sorted', 'staged', 'stateful', 'stateless', 'streamed', 'structured',
  'synchronous', 'synthetic', 'temporal', 'transient', 'typed', 'unified',
  'validated', 'vectorized', 'virtual',
];