{"id":13669953,"url":"https://github.com/befovy/fijkplayer","last_synced_at":"2025-05-15T00:07:26.922Z","repository":{"id":37663787,"uuid":"189247938","full_name":"befovy/fijkplayer","owner":"befovy","description":"ijkplayer for flutter.  ijkplayer 的 flutter 封装。 Flutter video/audio player. Flutter media player plugin for android/iOS based on ijkplayer. fijkplayer 是基于 ijkplayer 封装的 flutter 媒体播放器，开箱即用，无需编译 ijkplayer","archived":false,"fork":false,"pushed_at":"2024-08-18T21:20:31.000Z","size":2910,"stargazers_count":1692,"open_issues_count":248,"forks_count":375,"subscribers_count":27,"default_branch":"master","last_synced_at":"2025-05-15T00:07:20.436Z","etag":null,"topics":["ffmpeg","fijkplayer","flutter","ijkplayer","player","video","video-player"],"latest_commit_sha":null,"homepage":"https://fijkplayer.befovy.com","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/befovy.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},"funding":{"github":null,"patreon":null,"open_collective":null,"ko_fi":null,"tidelift":null,"community_bridge":null,"liberapay":null,"issuehunt":null,"otechie":null,"custom":"https://paypal.me/befovy"}},"created_at":"2019-05-29T15:03:14.000Z","updated_at":"2025-05-09T02:11:22.000Z","dependencies_parsed_at":"2024-06-18T13:44:53.196Z","dependency_job_id":"ba446e4b-26fb-4cb5-9e63-0ad9d06f7299","html_url":"https://github.com/befovy/fijkplayer","commit_stats":{"total_commits":416,"total_committers":15,"mean_commits":"27.733333333333334","dds":"0.23557692307692313","last_synced_commit":"b0e5c346cc4f565149b932ad6f60eddc636c4b68"},"previous_names":[],"tags_count":45,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/befovy%2Ffijkplayer","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/befovy%2Ffijkplayer/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/befovy%2Ffijkplayer/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/befovy%2Ffijkplayer/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/befovy","download_url":"https://codeload.github.com/befovy/fijkplayer/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":254249197,"owners_count":22039029,"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":["ffmpeg","fijkplayer","flutter","ijkplayer","player","video","video-player"],"created_at":"2024-08-02T09:00:26.674Z","updated_at":"2025-05-15T00:07:21.904Z","avatar_url":"https://github.com/befovy.png","language":"Dart","readme":"# fijkplayer (Video player plugin for Flutter) Flutter 媒体播放器\n\n✨ **[手把手带你写 Flutter 系统音量插件](https://www.yuque.com/befovy/share/flutter_volume)**  ✨  **[Flutter 多版本管理工具 fvm](https://github.com/befovy/fvm)** ✨\n\n[![HitCount](https://hits.dwyl.com/befovy/fijkplayer.svg)](https://hits.dwyl.com/befovy/fijkplayer) \u0026nbsp; \u0026nbsp;\n[![pub package](https://img.shields.io/pub/v/fijkplayer.svg)](https://pub.dartlang.org/packages/fijkplayer) \u0026nbsp; \u0026nbsp;\n[![Action Status](https://github.com/befovy/fijkplayer/workflows/Flutter/badge.svg?branch=master)](https://github.com/befovy/fijkplayer/actions) \u0026nbsp; \u0026nbsp;\n\n\nA Flutter media player plugin for iOS and android based on [ijkplayer](https://github.com/befovy/ijkplayer)\n\n您的支持是我们开发的动力。 欢迎Star，欢迎PR~。\n[Feedback welcome](https://github.com/befovy/fijkplayer/issues) and\n[Pull Requests](https://github.com/befovy/fijkplayer/pulls) are most welcome!\n\n## Documentation 文档\n\n* Development Documentation https://fijkplayer.befovy.com/docs/en/ quick start、guide、and concepts about fijkplayer \n* 开发文档  https://fijkplayer.befovy.com/docs/zh/ 包含快速开始、使用指南、fijkplayer 中的概念理解\n* dart api https://pub.dev/documentation/fijkplayer/ detail API and argument explaination\n* Release Notes https://github.com/befovy/fijkplayer/releases and [CHANGELOG.md](./CHANGELOG.md)\n* FAQ https://fijkplayer.befovy.com/docs/zh/faq.html\n\n## Installation 安装\n\nAdd `fijkplayer` as a [dependency in your pubspec.yaml file](https://flutter.io/using-packages/). \n\n[![pub package](https://img.shields.io/pub/v/fijkplayer.svg)](https://pub.dartlang.org/packages/fijkplayer)\n\n```yaml\ndependencies:\n  fijkplayer: ^{{latest version}}\n```\n\nReplace `{{latest version}}` with the version number in badge above.\n\nUse git branch which not published to pub.\n```yaml\ndependencies:\n  fijkplayer:\n    git:\n      url: https://github.com/befovy/fijkplayer.git\n      ref: develop # can be replaced to branch or tag name\n```\n\n## Example 示例\n\n```dart\nimport 'package:fijkplayer/fijkplayer.dart';\nimport 'package:flutter/material.dart';\n\nclass VideoScreen extends StatefulWidget {\n  final String url;\n\n  VideoScreen({@required this.url});\n\n  @override\n  _VideoScreenState createState() =\u003e _VideoScreenState();\n}\n\nclass _VideoScreenState extends State\u003cVideoScreen\u003e {\n  final FijkPlayer player = FijkPlayer();\n\n  _VideoScreenState();\n\n  @override\n  void initState() {\n    super.initState();\n    player.setDataSource(widget.url, autoPlay: true);\n  }\n\n  @override\n  Widget build(BuildContext context) {\n    return Scaffold(\n        appBar: AppBar(title: Text(\"Fijkplayer Example\")),\n        body: Container(\n          alignment: Alignment.center,\n          child: FijkView(\n            player: player,\n          ),\n        ));\n  }\n\n  @override\n  void dispose() {\n    super.dispose();\n    player.release();\n  }\n}\n\n```\n\n## Contributors 贡献者 ✨\n\nThanks goes to [these wonderful people](./CONTRIBUTORS.md) ([emoji key](https://allcontributors.org/docs/en/emoji-key))\n\nThis project follows the [all-contributors](https://github.com/all-contributors/all-contributors) specification. Contributions of any kind welcome\n\n## iOS Warning 警告\n\nWarning: The fijkplayer video player plugin is not functional on iOS simulators. An iOS device must be used during development/testing. For more details, please refer to this [issue](https://github.com/flutter/flutter/issues/14647).\n\n\n## Join Ding Talk Group 加入钉钉群\n\n\u003cdiv\u003e\n  \u003ctable\u003e\n    \u003cthead\u003e\u003ctr\u003e\n      \u003cth\u003e加入钉钉群\u003c/th\u003e\n      \u003cth\u003e微信赞赏码\u003c/th\u003e\n      \u003cth\u003e支付宝\u003c/th\u003e\n    \u003c/tr\u003e\u003c/thead\u003e\n    \u003ctbody\u003e\u003ctr\u003e\n      \u003ctd\u003e\n        \u003cimg width=\"200\" height=\"200\" src=\"https://cdn.jsdelivr.net/gh/befovy/fijkplayer@master/docs/images/dingtalk.jpg\" alt=\"加入钉钉群\" /\u003e\n      \u003c/td\u003e\n      \u003ctd\u003e\n        \u003cimg width=\"200\" height=\"200\" src=\"https://cdn.jsdelivr.net/gh/befovy/images@master/assets/wechat-qr-code.jpeg\" alt=\"微信赞赏码\" /\u003e\n      \u003c/td\u003e\n      \u003ctd\u003e\n        \u003cimg width=\"200\" height=\"200\" src=\"https://cdn.jsdelivr.net/gh/befovy/images@master/assets/alipay-qr-code.jpeg\" alt=\"支付宝二维码\" /\u003e\n      \u003c/td\u003e\n    \u003c/tr\u003e\u003c/tbody\u003e\n  \u003c/table\u003e\n\u003c/div\u003e\n","funding_links":["https://paypal.me/befovy"],"categories":["Dart"],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbefovy%2Ffijkplayer","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbefovy%2Ffijkplayer","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbefovy%2Ffijkplayer/lists"}