{"id":20473678,"url":"https://github.com/joshuadeguzman/media_file_saver","last_synced_at":"2026-05-07T06:34:44.214Z","repository":{"id":56834603,"uuid":"232009757","full_name":"joshuadeguzman/media_file_saver","owner":"joshuadeguzman","description":"🖼️ A plugin for saving images and other media files in the device's pictures directory (Android) or photo library (iOS).","archived":false,"fork":false,"pushed_at":"2020-01-16T05:57:48.000Z","size":112,"stargazers_count":2,"open_issues_count":2,"forks_count":2,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-02-27T04:13:20.100Z","etag":null,"topics":["dart","file","flutter","flutter-plugin","image","plugins","pubdev","video"],"latest_commit_sha":null,"homepage":"https://pub.dev/packages/media_file_saver","language":"Kotlin","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/joshuadeguzman.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2020-01-06T02:35:43.000Z","updated_at":"2022-07-16T09:46:22.000Z","dependencies_parsed_at":"2022-09-08T07:10:34.604Z","dependency_job_id":null,"html_url":"https://github.com/joshuadeguzman/media_file_saver","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joshuadeguzman%2Fmedia_file_saver","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joshuadeguzman%2Fmedia_file_saver/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joshuadeguzman%2Fmedia_file_saver/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joshuadeguzman%2Fmedia_file_saver/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/joshuadeguzman","download_url":"https://codeload.github.com/joshuadeguzman/media_file_saver/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":242039719,"owners_count":20061928,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["dart","file","flutter","flutter-plugin","image","plugins","pubdev","video"],"created_at":"2024-11-15T14:26:22.095Z","updated_at":"2026-05-07T06:34:39.167Z","avatar_url":"https://github.com/joshuadeguzman.png","language":"Kotlin","funding_links":[],"categories":[],"sub_categories":[],"readme":"## media_file_saver\n\n🖼️ A plugin for saving images and other media files in the device's pictures directory (Android) or photo library (iOS).\n\n## Features\n\n- Simplified image and media file download\n- Supports PNG, JPG, JPEG, GIF, MP3 and more\n- Implements native permission (Android) and authorization requests (iOS)\n\n## Installation\n\nAdd it to your pubspec.yaml file\n```\ndependencies:\n   media_file_saver: \u003cPLUGIN_VERSION\u003e\n```\n\nInstall it\n\n```\npub get\n```\n\nImport it\n\n```\nimport 'package:media_file_saver/media_file_saver.dart;\n```\n\n## Usage\n\nEg. Saving image from cache\n\n```dart\n// Getting the cached image\nfinal file = await DefaultCacheManager().getSingleFile(\"https//example.com/profile-picture.png\");\n\n// Downloading the image file to your photo library\nawait MediaFileSaver.saveImage(file.readAsBytes());\n```\n\n## License\n\nBSD [@joshuadeguzman](https://github.com/joshuadeguzman/media_file_saver)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjoshuadeguzman%2Fmedia_file_saver","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjoshuadeguzman%2Fmedia_file_saver","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjoshuadeguzman%2Fmedia_file_saver/lists"}