media_backup 0.3.0 copy "media_backup: ^0.3.0" to clipboard
media_backup: ^0.3.0 copied to clipboard

PlatformiOS

iOS photo & video backup plugin. Scans the photo library into SQLite, uploads to Supabase, S3, GCS, Azure, Firebase or any HTTP endpoint with resumable uploads, byte-based concurrency, and push-based [...]

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add media_backup

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

dependencies:
  media_backup: ^0.3.0

Alternatively, your editor might support flutter pub get. Check the docs for your editor to learn more.

Import it

Now in your Dart code, you can use:

import 'package:media_backup/media_backup.dart';
0
likes
140
points
12
downloads

Documentation

API reference

Publisher

unverified uploader

Weekly Downloads

iOS photo & video backup plugin. Scans the photo library into SQLite, uploads to Supabase, S3, GCS, Azure, Firebase or any HTTP endpoint with resumable uploads, byte-based concurrency, and push-based progress events.

Repository (GitHub)
View/report issues

Topics

#backup #media #photos #upload #supabase

License

MIT (license)

Dependencies

flutter, path_provider, plugin_platform_interface

More

Packages that depend on media_backup

Packages that implement media_backup