media_source 0.2.0-alpha.5 copy "media_source: ^0.2.0-alpha.5" to clipboard
media_source: ^0.2.0-alpha.5 copied to clipboard

Handle media from files, memory, or network with automatic type detection and cross-platform file operations.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add media_source

With Flutter:

 $ flutter pub add media_source

This will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):

dependencies:
  media_source: ^0.2.0-alpha.5

Alternatively, your editor might support dart pub get or flutter pub get. Check the docs for your editor to learn more.

Import it

Now in your Dart code, you can use:

import 'package:media_source/media_source.dart';
5
likes
0
points
212
downloads

Publisher

unverified uploader

Weekly Downloads

Handle media from files, memory, or network with automatic type detection and cross-platform file operations.

Repository (GitHub)
View/report issues

Topics

#media #media-type #files #storage #file-type

License

unknown (license)

Dependencies

cross_file, equatable, file_type_plus, flutter, path, sized_file, web

More

Packages that depend on media_source