{"id":26498769,"url":"https://github.com/fennec-framework/heroku-buildpack","last_synced_at":"2026-05-18T08:06:16.897Z","repository":{"id":111909787,"uuid":"505149719","full_name":"Fennec-Framework/heroku-buildpack","owner":"Fennec-Framework","description":null,"archived":false,"fork":false,"pushed_at":"2022-06-19T18:31:10.000Z","size":24,"stargazers_count":4,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"master","last_synced_at":"2025-03-20T14:47:02.740Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Dart","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Fennec-Framework.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-06-19T15:35:55.000Z","updated_at":"2024-06-14T04:35:33.000Z","dependencies_parsed_at":"2023-03-17T07:16:12.923Z","dependency_job_id":null,"html_url":"https://github.com/Fennec-Framework/heroku-buildpack","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/Fennec-Framework/heroku-buildpack","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Fennec-Framework%2Fheroku-buildpack","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Fennec-Framework%2Fheroku-buildpack/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Fennec-Framework%2Fheroku-buildpack/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Fennec-Framework%2Fheroku-buildpack/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Fennec-Framework","download_url":"https://codeload.github.com/Fennec-Framework/heroku-buildpack/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Fennec-Framework%2Fheroku-buildpack/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":33170447,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-18T05:43:36.989Z","status":"ssl_error","status_checked_at":"2026-05-18T05:43:19.133Z","response_time":71,"last_error":"SSL_read: 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":[],"created_at":"2025-03-20T14:40:07.191Z","updated_at":"2026-05-18T08:06:16.892Z","avatar_url":"https://github.com/Fennec-Framework.png","language":"Dart","funding_links":[],"categories":[],"sub_categories":[],"readme":"# a heroku-buildpack to deploy fennec framework to heroku cloud\n\n# how to use it\n\n- **Create a new Heroku app**\n  you can use the the GUI or CLI via running that on terminal: heroku create name_app. after creating the app , you need to initialize your project with github.\n  git init\n  git add remote heroku https://git.heroku.com/app_name.git\n\n- **create a file named Procfile with the path for your main file**\n  example of content : web: ./dart-sdk/bin/dart bin/fennec_heroku_example.dart\n\n- **config DART_SDK_URL for dart**\n  for heroku you need to use a dart sdk url for linux from here https://dart.dev/get-dart/archive\n\n  used link for this example : https://storage.googleapis.com/dart-archive/channels/stable/release/2.17.3/sdk/dartsdk-linux-x64-release.zip\n\n  run this on termin : heroku config:set DART_SDK_URL = \u003cdart_sdk_url\u003e\n\n- **config BUILDPACK_URL**\n\n  run this on termin : heroku config:add BUILDPACK_URL=https://github.com/Fennec-Framework/heroku-buildpack.git\n\n- **deploy**\n  git add . # Adds all files to git in this repository\n  git push --set-upstream heroku main # Sets the upstream branch to heroku main and pushes all files\n\n- **useful links:**\n\n  - https://flutter-explained.dev/deploy-dart-server-on-heroku\n\n  - https://codeburst.io/deploying-dart-2-apps-on-heroku-27fa120f1ec4\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffennec-framework%2Fheroku-buildpack","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ffennec-framework%2Fheroku-buildpack","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffennec-framework%2Fheroku-buildpack/lists"}