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

Media Universe #

Media Universe Is library Machine Learning

Copyright (c) 2024 GLOBAL CORPORATION - GENERAL DEVELOPER

đŸ“šī¸ Docs #

  1. Documentation
  2. Youtube
  3. Telegram Support Group
  4. Contact Developer (check social media or readme profile github)

đŸ”–ī¸ Features #

  1. ✅ đŸ“ąī¸ Cross Platform support (Device, Edge Severless functions)
  2. ✅ đŸ“œī¸ Standarization Style Code
  3. ✅ âŒ¨ī¸ Cli (Terminal for help you use this library or create project)
  4. ✅ đŸ”Ĩī¸ Api (If you developer bot / userbot you can use this library without interact cli just add library and use đŸš€ī¸)
  5. ✅ đŸ§Šī¸ Customizable Extension (if you want add extension so you can more speed up on development)
  6. ✅ âœ¨ī¸ Pretty Information (user friendly for newbie)

â”ī¸ Fun Fact #

This library 100% use on every my create project (App, Server, Bot, Userbot)

đŸ“ˆī¸ Proggres #

  • 10-02-2025 Starting Release Stable With core Features

đŸ“Ĩī¸ Install Library #

  1. Dart
dart pub add media_universe
  1. Flutter
flutter pub add media_universe_flutter

đŸš€ī¸ Quick Start #

Example Quickstart script minimal for insight you or make you use this library because very simple

import 'dart:io';
import 'package:ffi/ffi.dart';
import "dart:ffi";
import 'package:media_universe/core/ggml/ffi/bindings.dart';
import 'package:media_universe/media_universe.dart';

void main(List<String> args) async {
  print("start");
  final MediaUniverse mediaUniverse = MediaUniverse(
    libraryGgmlPath: "libggml.so",
  );
  await mediaUniverse.ensureInitialized();
  final Pointer<ggml_init_params> params = calloc<ggml_init_params>();
  params.ref.no_alloc = false;
  final Pointer<ggml_context> ggmlContext = mediaUniverse.mediaUniverseSharedBindingsByGeneralDeveloper.ggml_init(params.ref);
  mediaUniverse.mediaUniverseSharedBindingsByGeneralDeveloper.ggml_free(ggmlContext);
  exit(0);
}
1
likes
130
points
585
downloads

Documentation

Documentation
API reference

Publisher

unverified uploader

Weekly Downloads

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

Homepage
View/report issues

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