Skip to content

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

License

Notifications You must be signed in to change notification settings

jonataslaw/media_utils

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages