{"id":22270840,"url":"https://github.com/loloof64/flutter_open_save_file_dialogs","last_synced_at":"2026-02-17T15:34:16.379Z","repository":{"id":211144459,"uuid":"728343732","full_name":"loloof64/flutter_open_save_file_dialogs","owner":"loloof64","description":"A Flutter plugin for opening and saving files on Android.","archived":false,"fork":false,"pushed_at":"2025-04-01T11:40:20.000Z","size":115,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-06-11T22:49:35.526Z","etag":null,"topics":["android","filechooser","flutter","plugin"],"latest_commit_sha":null,"homepage":"","language":"Dart","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/loloof64.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2023-12-06T18:32:16.000Z","updated_at":"2025-04-01T11:40:23.000Z","dependencies_parsed_at":null,"dependency_job_id":"cea8b2a9-9623-4361-821e-8ce0fe73bca4","html_url":"https://github.com/loloof64/flutter_open_save_file_dialogs","commit_stats":null,"previous_names":["loloof64/flutter_open_save_file_dialogs"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/loloof64/flutter_open_save_file_dialogs","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/loloof64%2Fflutter_open_save_file_dialogs","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/loloof64%2Fflutter_open_save_file_dialogs/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/loloof64%2Fflutter_open_save_file_dialogs/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/loloof64%2Fflutter_open_save_file_dialogs/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/loloof64","download_url":"https://codeload.github.com/loloof64/flutter_open_save_file_dialogs/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/loloof64%2Fflutter_open_save_file_dialogs/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29548363,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-17T14:33:00.708Z","status":"ssl_error","status_checked_at":"2026-02-17T14:32:58.657Z","response_time":100,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"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":["android","filechooser","flutter","plugin"],"created_at":"2024-12-03T12:09:38.608Z","updated_at":"2026-02-17T15:34:16.359Z","avatar_url":"https://github.com/loloof64.png","language":"Dart","readme":"# open save file dialog\n\nA Flutter plugin for opening and saving files on Android, using native file chooser.\n\n### Dialogs\n\n#### Select a file for saving\n\nCall the async method `saveFileDialog`, where you pass a String for the new file content, and you can pass a String for the named parameter `startingFileName` if you want.\n\nThrows an exception if the content could not be saved.\n\nYou get the saved file name as a String(you could get another name if the selected name is already taken by another file and you don't select it for rewriting), or null if no file was selected.\n\n```dart\nimport 'package:open_save_file_dialogs/open_save_file_dialogs.dart';\n...\nfinal _openSaveFileDialogsPlugin = OpenSaveFileDialogs();\n...\nfinal newFileName = await _openSaveFileDialogsPlugin.saveFileDialog(content: myTextContent, startingFileName: \"test.txt\");\n```\n\n#### Select a file for opening\n\nCall the async method `openFileDialog`.\nYou get the selected file content as a String, or null if no file was selected.\n\nThrows an exception if the content could not be read.\n\n```dart\nimport 'package:open_save_file_dialogs/open_save_file_dialogs.dart';\n...\nfinal _openSaveFileDialogsPlugin = OpenSaveFileDialogs();\n...\nfinal path = await _openSaveFileDialogsPlugin.openFileDialog();\n```\n\n## For developers\n\n### Updating native code\n\nIf needed, run\n\n```dart run pigeon --input pigeon/native_communication.dart```\n\nin order to update generated native code\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Floloof64%2Fflutter_open_save_file_dialogs","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Floloof64%2Fflutter_open_save_file_dialogs","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Floloof64%2Fflutter_open_save_file_dialogs/lists"}