defaultAssets constant

List<String> const defaultAssets

Files re-downloaded before reloading, relative to the deployment base. Missing ones are ignored.

Implementation

static const List<String> defaultAssets = <String>[
  "index.html",
  "flutter_bootstrap.js",
  "flutter.js",
  "flutter_service_worker.js",
  "main.dart.js",
  "version.json",
  "manifest.json",
  "assets/AssetManifest.bin.json",
  "assets/FontManifest.json",
  "assets/NOTICES",
];