{"id":15621552,"url":"https://github.com/thosakwe/dart_electron_starter_kit","last_synced_at":"2025-04-28T17:17:49.362Z","repository":{"id":97961454,"uuid":"115944667","full_name":"thosakwe/dart_electron_starter_kit","owner":"thosakwe","description":"Boilerplate project for building Electron apps with Dart.","archived":false,"fork":false,"pushed_at":"2019-03-26T20:18:37.000Z","size":156,"stargazers_count":32,"open_issues_count":0,"forks_count":1,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-04-28T17:17:43.722Z","etag":null,"topics":["dart","electron","starter-kit"],"latest_commit_sha":null,"homepage":"","language":"JavaScript","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/thosakwe.png","metadata":{"files":{"readme":"README.md","changelog":null,"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":"2018-01-01T20:13:12.000Z","updated_at":"2025-02-20T00:46:25.000Z","dependencies_parsed_at":null,"dependency_job_id":"42e951b7-b812-4add-a534-e9abd60b368a","html_url":"https://github.com/thosakwe/dart_electron_starter_kit","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/thosakwe%2Fdart_electron_starter_kit","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/thosakwe%2Fdart_electron_starter_kit/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/thosakwe%2Fdart_electron_starter_kit/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/thosakwe%2Fdart_electron_starter_kit/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/thosakwe","download_url":"https://codeload.github.com/thosakwe/dart_electron_starter_kit/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":251352639,"owners_count":21575865,"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","electron","starter-kit"],"created_at":"2024-10-03T09:41:50.973Z","updated_at":"2025-04-28T17:17:49.321Z","avatar_url":"https://github.com/thosakwe.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# dart_electron_starter_kit\nBoilerplate project for building Electron apps with Dart.\nThis starter kit is minimal, and only contains what you need to get started\nright away.\n\n![Screenshot](screenshots/main.png)\n\n## Setup\nAssuming you have both `npm` (or `yarn`) and the Dart SDK installed, setup is simple:\n\n```bash\ngit clone https://github.com/thosakwe/dart_electron_starter_kit [project-name]\ncd [project-name]\npub get\nnpm install\n```\n\nAfterwards, run `npm run dev` to start developing.\n\n## Development\nThis package uses `package:build_web_compilers` and the Dart Dev Compiler to compile a Dart app to JS on-the-fly.\nThanks to, `package:build_runner`, this allows for incremental builds, **and**\n[hot-reloading](https://github.com/dart-lang/build/blob/master/docs/hot_module_reloading.md).\n\nNow, you can write your Electron app with Dart, leveraging existing JS interop libraries, and, of course,\nother Dart packages.\n \n## Release\nTo build for production, first run `npm run build` (or `yarn build`).\n\nThe output directory, `build/web/` contains a `package.json` pointing to the built\napplication, and can be run as follows:\n\n```bash\ncd build/web\nnpm install\nnpm start\n```\n\n### Packaging\nThe output directory's package manifest, `build/web/package.json`, includes\n[`electron-packager`](https://github.com/electron-userland/electron-packager),\nand therefore can be packaged for distribution on Windows, MacOS, and Linux.\n\nJust run `npm run build` in `build/web` to build for the host platform.\nTo build for *all* platforms, run `npm run package`.","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fthosakwe%2Fdart_electron_starter_kit","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fthosakwe%2Fdart_electron_starter_kit","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fthosakwe%2Fdart_electron_starter_kit/lists"}