fluvie_api 0.1.3 copy "fluvie_api: ^0.1.3" to clipboard
fluvie_api: ^0.1.3 copied to clipboard

discontinuedreplaced by: fluvie_server

HTTP API that renders Fluvie videos to files (local or S3), with a web-safe client.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add fluvie_api

With Flutter:

 $ flutter pub add fluvie_api

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

dependencies:
  fluvie_api: ^0.1.3

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:fluvie_api/client.dart';
import 'package:fluvie_api/server.dart';
1
likes
140
points
239
downloads

Documentation

API reference

Publisher

unverified uploader

Weekly Downloads

HTTP API that renders Fluvie videos to files (local or S3), with a web-safe client.

Topics

#video #rendering #server #api

License

MIT (license)

Dependencies

crypto, fluvie_cli, http, meta, minio, shelf, shelf_router, shelf_static

More

Packages that depend on fluvie_api