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

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
150
points
861
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
API reference

Funding

Consider supporting this project:

github.com
github.com
github.com

License

Apache-2.0 (license)

Dependencies

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

More

Packages that depend on media_universe