{"id":26610244,"url":"https://github.com/devsdocs/bunny_dart","last_synced_at":"2025-08-16T22:32:21.487Z","repository":{"id":282720606,"uuid":"949454393","full_name":"devsdocs/bunny_dart","owner":"devsdocs","description":null,"archived":false,"fork":false,"pushed_at":"2025-04-26T01:49:05.000Z","size":266,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-08-01T06:37:08.827Z","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":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/devsdocs.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","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,"zenodo":null},"funding":{"github":["devsdocs"],"patreon":null,"open_collective":null,"ko_fi":"devsdocs","tidelift":null,"community_bridge":null,"liberapay":null,"issuehunt":null,"otechie":null,"lfx_crowdfunding":null,"custom":null}},"created_at":"2025-03-16T13:59:57.000Z","updated_at":"2025-04-26T01:49:08.000Z","dependencies_parsed_at":"2025-04-19T17:41:01.670Z","dependency_job_id":"3df12a1a-0e15-412f-948d-e900d30b86a1","html_url":"https://github.com/devsdocs/bunny_dart","commit_stats":null,"previous_names":["devsdocs/bunny_dart"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/devsdocs/bunny_dart","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/devsdocs%2Fbunny_dart","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/devsdocs%2Fbunny_dart/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/devsdocs%2Fbunny_dart/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/devsdocs%2Fbunny_dart/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/devsdocs","download_url":"https://codeload.github.com/devsdocs/bunny_dart/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/devsdocs%2Fbunny_dart/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":270781196,"owners_count":24643804,"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","status":"online","status_checked_at":"2025-08-16T02:00:11.002Z","response_time":91,"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":[],"created_at":"2025-03-24T01:37:42.893Z","updated_at":"2025-08-16T22:32:21.460Z","avatar_url":"https://github.com/devsdocs.png","language":"Dart","funding_links":["https://github.com/sponsors/devsdocs","https://ko-fi.com/devsdocs"],"categories":[],"sub_categories":[],"readme":"(WIP) Dart Wrapper for [Bunny.net](https://docs.bunny.net/reference) APIs\n\n[![pub package](https://img.shields.io/pub/v/bunny_dart)](https://pub.dev/packages/bunny_dart)\n\nSupporting various endpoints, including TUS Resumable Upload for efficient video uploads, ensuring seamless integration and enhanced performance.\n\n``` dart\nimport 'package:bunny_dart/bunny_dart.dart';\n\nconst streamKey = 'YOUR_BUNNY_STREAM_KEY';\nconst libraryId = 12345;\n\nvoid main() async {\n  final bunnyStreamLibrary = BunnyStream(streamKey).library(libraryId);\n\n  final store = BunnyTusFileStore('tus/fingerprint/path');\n\n  final upload = await bunnyStreamLibrary.createVideoWithTusUpload(\n    title: 'Video Title',\n    videoFile: XFile('path/to/video.mp4'),\n    store: store,\n    maxChunkSize: 512 * 1024,\n  );\n\n  await upload!.startUpload(\n            onStart: (p0, p1) {},\n            onProgress: (sended, total, speed, eta) {},\n            onComplete: () {},\n            measureUploadSpeed: true,\n            forceNewUpload: attempt \u003e 3, // Force new upload on retry\n          );\n}\n```\n\nCredit: https://github.com/tomassasovsky/tus_client","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdevsdocs%2Fbunny_dart","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdevsdocs%2Fbunny_dart","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdevsdocs%2Fbunny_dart/lists"}