media_backup 0.3.0
media_backup: ^0.3.0 copied to clipboard
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_backupThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
media_backup: ^0.3.0Alternatively, 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';