jonataslaw / media_utils

An easy helper class to flutter with many support formats. Suport local and web files.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

MediaUtils

An easy helper class to flutter with many support formats. Suport local and web files.

example:

if (MediaUtils.isAudio(_path)) {
  // ToDo anything
}
if (MediaUtils.isVideo(_path)) {
  // ToDo anything
}
if (MediaUtils.isImage(_path)) {
  // ToDo anything
}
if (MediaUtils.isVideo(_path)) {
  // ToDo anything
}
if (MediaUtils.isApk(_path)) {
  // ToDo anything
}
if (MediaUtils.isPDF(_path)) {
  // ToDo anything
}

if (MediaUtils.isWord(_path)) {
  // ToDo anything
}
if (MediaUtils.isTxt(_path)) {
  // ToDo anything
}

About

An easy helper class to flutter with many support formats. Suport local and web files.

License:MIT License


Languages

Language:Dart 100.0%