dependencies constant

List<String> const dependencies

Implementation

static const dependencies = [
  'bloc',
  'flutter_bloc',
  'go_router',
  'meta',
  'equatable',
  'get_it',
  'intl',
  'dio',
  'retrofit',
  'logger',
  'json_annotation',
  'flutter_hooks',
  'cached_network_image',
  'google_fonts',
];