mediapod_client 1.0.0 copy "mediapod_client: ^1.0.0" to clipboard
mediapod_client: ^1.0.0 copied to clipboard

Dart client for Mediapod - a self-hosted media service. Upload images and videos, generate signed imgproxy URLs for image transformations, and manage media assets. Deploy with Docker, integrate with Flutter.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add mediapod_client

With Flutter:

 $ flutter pub add mediapod_client

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

dependencies:
  mediapod_client: ^1.0.0

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:mediapod_client/mediapod_client.dart';
0
likes
150
points
76
downloads

Publisher

unverified uploader

Weekly Downloads

Dart client for Mediapod - a self-hosted media service. Upload images and videos, generate signed imgproxy URLs for image transformations, and manage media assets. Deploy with Docker, integrate with Flutter.

Repository (GitHub)
View/report issues

Topics

#media #upload #image-processing #s3 #api-client

Documentation

API reference

License

MIT (license)

Dependencies

crypto, http, web

More

Packages that depend on mediapod_client