{"id":19914228,"url":"https://github.com/skalio/native-file-explorer-launcher","last_synced_at":"2026-05-09T12:37:48.888Z","repository":{"id":78242346,"uuid":"534100401","full_name":"skalio/native-file-explorer-launcher","owner":"skalio","description":"A flutter plugin to launch the native file explorer or get list of supported applications for a file ('Open with' feature)","archived":false,"fork":false,"pushed_at":"2022-11-16T09:20:01.000Z","size":147,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":4,"default_branch":"main","last_synced_at":"2025-11-22T08:02:32.613Z","etag":null,"topics":["file-explorer","flutter","openwith","plugin"],"latest_commit_sha":null,"homepage":"","language":"C++","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/skalio.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}},"created_at":"2022-09-08T07:31:10.000Z","updated_at":"2022-09-30T09:38:06.000Z","dependencies_parsed_at":"2023-04-25T13:17:00.090Z","dependency_job_id":null,"html_url":"https://github.com/skalio/native-file-explorer-launcher","commit_stats":null,"previous_names":[],"tags_count":4,"template":false,"template_full_name":null,"purl":"pkg:github/skalio/native-file-explorer-launcher","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/skalio%2Fnative-file-explorer-launcher","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/skalio%2Fnative-file-explorer-launcher/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/skalio%2Fnative-file-explorer-launcher/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/skalio%2Fnative-file-explorer-launcher/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/skalio","download_url":"https://codeload.github.com/skalio/native-file-explorer-launcher/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/skalio%2Fnative-file-explorer-launcher/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32819805,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-08T08:22:46.396Z","status":"online","status_checked_at":"2026-05-09T02:00:06.633Z","response_time":123,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":["file-explorer","flutter","openwith","plugin"],"created_at":"2024-11-12T21:35:36.081Z","updated_at":"2026-05-09T12:37:48.840Z","avatar_url":"https://github.com/skalio.png","language":"C++","funding_links":[],"categories":[],"sub_categories":[],"readme":"# native_file_explorer_launcher\n\nA flutter plugin to launch the native file explorer/a file or get a list of supported applications for a desired file.\n\n|  Supported Platforms |            |\n|---------|------------|\n| Windows | ✅          |\n| macOS   | ✅          |\n\n\n## Usage\n\nTo use this plugin, add `native_file_explorer_launcher` as a dependency in your pubspec.yaml file.\n\n```dart\n// launches the native file explorer, i.e. `Finder`for macOS and `Explorer` for Windows and selects the file\nbool isSuccessful = await NativeFileExplorerLauncher.showFileInNativeFileExplorer(filePath)\n\n// launches the file using the default application\nbool isSuccessful = await NativeFileExplorerLauncher.launchFile(filePath)\n\n// launches the file using the passed application handler\nbool isSuccessful = await NativeFileExplorerLauncher.launchFile(filePath, applicationHandler)\n\n// get a list of supported applications for the desired file, including the name, url and the icon data of every application. If no application is found, it returns an empty list\nList\u003cAppHandler\u003e =  await NativeFileExplorerLauncher.getSupportedApplications(String filePath)\n```","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fskalio%2Fnative-file-explorer-launcher","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fskalio%2Fnative-file-explorer-launcher","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fskalio%2Fnative-file-explorer-launcher/lists"}