media_universe 0.0.0 copy "media_universe: ^0.0.0" to clipboard
media_universe: ^0.0.0 copied to clipboard

discontinued

Media Universe is library for you to play any media files in cross platform support

example/example.dart

import 'dart:io';

import 'package:media_universe/dart/core/media_universe/media_kit_fork.dart';

void main(List<String> args) {
  MediaKit.ensureInitialized();
  Player player = Player();
  player.open(Media("resource"));
  player.stream.completed.listen((isdone) {
    if (isdone) {
      exit(0);
    }
  });
}
1
likes
0
points
665
downloads

Publisher

unverified uploader

Weekly Downloads

Media Universe is library for you to play any media files in cross platform support

Homepage
View/report issues

Documentation

Documentation

Funding

Consider supporting this project:

github.com
github.com
github.com

License

unknown (license)

Dependencies

collection, ffi_universe, flutter, http, image, js, meta, path, plugin_platform_interface, safe_local_storage, screen_brightness, synchronized, universal_platform, uri_parser, uuid, volume_controller, wakelock_plus, web

More

Packages that depend on media_universe