standardFormats constant

List<DataFormat<Object>> const standardFormats

Implementation

static const List<DataFormat> standardFormats = [
  //
  // Value formats
  //
  plainText,
  htmlText,
  uri,
  fileUri,

  //
  // File formats
  //
  plainTextFile,
  htmlFile,
  jpeg,
  png,
  svg,
  gif,
  webp,
  tiff,
  bmp,
  ico,
  heic,
  heif,
  mp4,
  mov,
  m4v,
  avi,
  mpeg,
  webm,
  ogg,
  wmv,
  flv,
  mkv,
  ts,
  mp3,
  oga,
  aac,
  wav,
  pdf,
  doc,
  docx,
  csv,
  xls,
  xlsx,
  ppt,
  pptx,
  rtf,
  json,
  zip,
  tar,
  gzip,
  bzip2,
  xz,
  rar,
  jar,
  sevenZip,
  dmg,
  iso,
  deb,
  rpm,
  apk,
  exe,
  msi,
  dll,
  webUnknown,
];