{"id":13784672,"url":"https://github.com/leanflutter/auto_updater","last_synced_at":"2025-04-08T09:08:56.185Z","repository":{"id":38071465,"uuid":"416978826","full_name":"leanflutter/auto_updater","owner":"leanflutter","description":"This plugin allows Flutter desktop apps to automatically update themselves (based on sparkle and winsparkle).","archived":false,"fork":false,"pushed_at":"2025-03-29T04:38:42.000Z","size":39344,"stargazers_count":307,"open_issues_count":19,"forks_count":46,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-04-01T08:38:15.150Z","etag":null,"topics":["auto-update","auto-updater","auto-updater-support","sparkle","winsparkle"],"latest_commit_sha":null,"homepage":"https://leanflutter.dev/documentation/auto_updater/","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/leanflutter.png","metadata":{"files":{"readme":"README-ZH.md","changelog":null,"contributing":null,"funding":".github/FUNDING.yml","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},"funding":{"liberapay":"lijy91"}},"created_at":"2021-10-14T03:42:18.000Z","updated_at":"2025-03-29T19:51:27.000Z","dependencies_parsed_at":"2024-06-14T01:22:55.162Z","dependency_job_id":"a89bff9e-f349-4e6d-84ff-04cdb8638313","html_url":"https://github.com/leanflutter/auto_updater","commit_stats":{"total_commits":36,"total_committers":5,"mean_commits":7.2,"dds":0.2777777777777778,"last_synced_commit":"e1cb208aa82d09d7357b8ba09306dd0c641b0d17"},"previous_names":[],"tags_count":9,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/leanflutter%2Fauto_updater","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/leanflutter%2Fauto_updater/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/leanflutter%2Fauto_updater/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/leanflutter%2Fauto_updater/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/leanflutter","download_url":"https://codeload.github.com/leanflutter/auto_updater/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247809962,"owners_count":20999816,"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":["auto-update","auto-updater","auto-updater-support","sparkle","winsparkle"],"created_at":"2024-08-03T19:00:50.674Z","updated_at":"2025-04-08T09:08:56.159Z","avatar_url":"https://github.com/leanflutter.png","language":"C++","readme":"\u003e **🚀 快速发布您的应用**: 试试 [Fastforge](https://fastforge.dev) - 构建、打包和分发您的 Flutter 应用最简单的方式。\n\n# auto_updater\n\n[![pub version][pub-image]][pub-url] [![][discord-image]][discord-url]\n\n[pub-image]: https://img.shields.io/pub/v/auto_updater.svg\n[pub-url]: https://pub.dev/packages/auto_updater\n[discord-image]: https://img.shields.io/discord/884679008049037342.svg\n[discord-url]: https://discord.gg/zPa6EZ2jqb\n\n这个插件允许 Flutter **桌面** 应用自动更新自己 (基于 [sparkle](https://sparkle-project.org/) 和 [winsparkle](https://winsparkle.org))。\n\n\u003cimg src=\"https://raw.githubusercontent.com/leanflutter/auto_updater/main/screenshots/sparkle.png\" width=\"732\" alt=\"\"\u003e\n\n---\n\n[English](./README.md) | 简体中文\n\n---\n\n\u003c!-- START doctoc generated TOC please keep comment here to allow auto update --\u003e\n\u003c!-- DON'T EDIT THIS SECTION, INSTEAD RE-RUN doctoc TO UPDATE --\u003e\n\n- [平台支持](#%E5%B9%B3%E5%8F%B0%E6%94%AF%E6%8C%81)\n- [文档](#%E6%96%87%E6%A1%A3)\n- [谁在用使用它？](#%E8%B0%81%E5%9C%A8%E7%94%A8%E4%BD%BF%E7%94%A8%E5%AE%83)\n- [API](#api)\n  - [AutoUpdater](#autoupdater)\n    - [Methods](#methods)\n      - [setFeedURL](#setfeedurl)\n      - [checkForUpdates](#checkforupdates)\n      - [setScheduledCheckInterval](#setscheduledcheckinterval)\n- [相关链接](#%E7%9B%B8%E5%85%B3%E9%93%BE%E6%8E%A5)\n- [许可证](#%E8%AE%B8%E5%8F%AF%E8%AF%81)\n\n\u003c!-- END doctoc generated TOC please keep comment here to allow auto update --\u003e\n\n## 平台支持\n\n| Linux | macOS | Windows |\n| :---: | :---: | :-----: |\n|  ➖   |  ✔️   |   ✔️    |\n\n## 文档\n\n- [快速开始](https://leanflutter.dev/zh/documentation/auto_updater/quick-start)\n- [API 参考](https://pub.dev/documentation/auto_updater/latest/auto_updater/)\n- [更新日志](https://pub.dev/packages/auto_updater/changelog)\n\n## 谁在用使用它？\n\n- [比译](https://biyidev.com/) - 一个便捷的翻译和词典应用程序。\n\n## API\n\n\u003c!-- README_DOC_GEN --\u003e\n\n### AutoUpdater\n\n#### Methods\n\n##### setFeedURL\n\n设置 url 并初始化 auto updater.\n\n##### checkForUpdates\n\n检查更新，在此之前必须先调用 setFeedURL.\n\n##### setScheduledCheckInterval\n\n设置检查时间间隔，默认 86400，最少 3600, 0 不更新\n\n\u003c!-- README_DOC_GEN --\u003e\n\n## 相关链接\n\n- https://sparkle-project.org/\n- https://winsparkle.org/\n\n## 许可证\n\n[MIT](./LICENSE)\n","funding_links":["https://liberapay.com/lijy91"],"categories":["Packages"],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fleanflutter%2Fauto_updater","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fleanflutter%2Fauto_updater","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fleanflutter%2Fauto_updater/lists"}