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

Dart client for Teleshka Media API. Upload images and videos, generate signed imgproxy URLs for image transformations, and manage media assets.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add teleshka_media_client

With Flutter:

 $ flutter pub add teleshka_media_client

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

dependencies:
  teleshka_media_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:teleshka_media_client/teleshka_media_client.dart';
0
likes
160
points
4
downloads

Publisher

unverified uploader

Weekly Downloads

Dart client for Teleshka Media API. Upload images and videos, generate signed imgproxy URLs for image transformations, and manage media assets.

Repository (GitHub)
View/report issues

Topics

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

Documentation

API reference

License

MIT (license)

Dependencies

crypto, http

More

Packages that depend on teleshka_media_client