{"id":20073111,"url":"https://github.com/go-flutter-desktop/plugins","last_synced_at":"2025-05-16T11:04:07.112Z","repository":{"id":34314594,"uuid":"176309696","full_name":"go-flutter-desktop/plugins","owner":"go-flutter-desktop","description":"go-flutter implementations for popular Flutter plugins","archived":false,"fork":false,"pushed_at":"2024-10-31T19:22:16.000Z","size":187,"stargazers_count":156,"open_issues_count":1,"forks_count":35,"subscribers_count":10,"default_branch":"master","last_synced_at":"2025-04-12T08:16:04.529Z","etag":null,"topics":["desktop","flutter","flutter-plugin","golang","plugin"],"latest_commit_sha":null,"homepage":"","language":"Go","has_issues":false,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/go-flutter-desktop.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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":"2019-03-18T14:58:56.000Z","updated_at":"2025-03-12T19:28:48.000Z","dependencies_parsed_at":"2024-11-13T14:47:17.472Z","dependency_job_id":"f4c97d91-602b-4040-89f9-d33ed10f1d8f","html_url":"https://github.com/go-flutter-desktop/plugins","commit_stats":null,"previous_names":[],"tags_count":28,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-flutter-desktop%2Fplugins","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-flutter-desktop%2Fplugins/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-flutter-desktop%2Fplugins/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-flutter-desktop%2Fplugins/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/go-flutter-desktop","download_url":"https://codeload.github.com/go-flutter-desktop/plugins/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":254518384,"owners_count":22084374,"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":["desktop","flutter","flutter-plugin","golang","plugin"],"created_at":"2024-11-13T14:43:50.379Z","updated_at":"2025-05-16T11:04:07.094Z","avatar_url":"https://github.com/go-flutter-desktop.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Flutter desktop plugins\n\nThis repo contains [go-flutter](https://github.com/go-flutter-desktop/go-flutter) implementations for popular flutter plugins.\n\n## Issues\n\nPlease report issues at the [go-flutter issue tracker](https://github.com/go-flutter-desktop/go-flutter/issues/).\n\n## From [flutter/plugins](https://github.com/flutter/plugins)\n\n- [image_picker](image_picker) - Select an image or video from storage. ([pub.dev](https://pub.dev/packages/image_picker))\n- [path_provider](path_provider) - Finding commonly used locations on the filesystem. ([pub.dev](https://pub.dev/packages/path_provider))\n- [package_info](package_info) - Provides information about an application package. ([pub.dev](https://pub.dev/packages/package_info))\n- [shared_preferences](shared_preferences) - Provides a persistent store for simple data. ([pub.dev](https://pub.dev/packages/shared_preferences))\n- [url_launcher](url_launcher) - Flutter plugin for launching a URL. ([pub.dev](https://pub.dev/packages/url_launcher))\n- [video_player](video_player) - Flutter plugin for playing back video on a Widget surface. ([pub.dev](https://pub.dev/packages/video_player)) (:warning: work-in-progress, needs rewrite)\n\n\n## From the community\n- [file_picker](https://github.com/miguelpruivo/flutter_file_picker) - Select single or multiple file paths using the native file explorer. ([pub.dev](https://pub.dev/packages/file_picker))\n- [sqlite](https://github.com/boltomli/go-flutter-plugin-sqlite) - Flutter plugin for SQLite. ([pub.dev](https://pub.dev/packages/sqflite))\n- [platform_device_id](https://github.com/BestBurning/platform_device_id) - Query device identifier. ([pub.dev](https://pub.dev/packages/platform_device_id))\n- [shutdown_platform](https://github.com/BestBurning/shutdown_platform) - Shutdown the machine. ([pub.dev](https://pub.dev/packages/shutdown_platform))\n- [fast_rsa](https://github.com/jerson/flutter-rsa) - RSA for flutter made with golang for fast performance. ([pub.dev](https://pub.dev/packages/fast_rsa))\n- [desktop_cursor](https://github.com/Luukdegram/desktop_cursor) - A Flutter desktop plugin to set the shape of the cursor. ([pub.dev](https://pub.dev/packages/desktop_cursor))\n- [title_bar](https://github.com/zephylac/title_bar) - Support custom title bar color [go-flutter#177](https://github.com/go-flutter-desktop/go-flutter/issues/177). **Only for osx**\n- [clipboard_manager](https://github.com/djpnewton/go_flutter_clipboard_manager) - Flutter plugin for copying text to the clipboard. ([pub.dev](https://pub.dev/packages/clipboard_manager))\n- [open_file](https://github.com/jld3103/go-flutter-open_file) - Flutter plugin for opening a file or URI using the default application on the platform. ([pub.dev](https://pub.dev/packages/open_file))\n- [firebase_remote_config](https://github.com/jWinterDay/firebase_remote_config) - Flutter plugin for reading firebase remote config ([pub.dev](https://pub.dev/packages/firebase_remote_config))\n- [warble](https://github.com/jslater89/warble) - Play audio from assets, files, or in-memory buffers. ([pub.dev](https://pub.dev/packages/warble))\n- [systray](https://github.com/sonr-io/systray) - Support for systray menu for desktop flutter apps\n- [flutter_image_compress](https://github.com/OpenFlutter/flutter_image_compress) - Compresses image with fast native libraries \n\nIf you have implemented a plugin that you would like to add to this repository,\nfeel free to open a PR.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgo-flutter-desktop%2Fplugins","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fgo-flutter-desktop%2Fplugins","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgo-flutter-desktop%2Fplugins/lists"}