{"id":29034208,"url":"https://github.com/baseflow/screenrecorder","last_synced_at":"2026-01-11T04:49:19.403Z","repository":{"id":44923297,"uuid":"354908962","full_name":"Baseflow/screenrecorder","owner":"Baseflow","description":"Flutter package which can be used to record flutter widgets","archived":false,"fork":false,"pushed_at":"2025-05-28T01:28:31.000Z","size":201,"stargazers_count":72,"open_issues_count":14,"forks_count":31,"subscribers_count":3,"default_branch":"main","last_synced_at":"2025-06-26T11:06:31.182Z","etag":null,"topics":["flutter","flutter-widgets","gifs","hacktoberfest","screen-capture","screen-recorder","screenrecorder"],"latest_commit_sha":null,"homepage":"https://pub.dev/packages/screen_recorder","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/Baseflow.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":"CONTRIBUTING.md","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":"Baseflow","custom":"https://baseflow.com/contact"}},"created_at":"2021-04-05T17:05:48.000Z","updated_at":"2025-02-27T01:46:48.000Z","dependencies_parsed_at":"2025-04-02T22:42:21.727Z","dependency_job_id":null,"html_url":"https://github.com/Baseflow/screenrecorder","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/Baseflow/screenrecorder","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Baseflow%2Fscreenrecorder","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Baseflow%2Fscreenrecorder/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Baseflow%2Fscreenrecorder/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Baseflow%2Fscreenrecorder/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Baseflow","download_url":"https://codeload.github.com/Baseflow/screenrecorder/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Baseflow%2Fscreenrecorder/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":262053592,"owners_count":23251220,"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":["flutter","flutter-widgets","gifs","hacktoberfest","screen-capture","screen-recorder","screenrecorder"],"created_at":"2025-06-26T11:06:22.405Z","updated_at":"2026-01-11T04:49:19.397Z","avatar_url":"https://github.com/Baseflow.png","language":"Dart","funding_links":["https://github.com/sponsors/Baseflow","https://baseflow.com/contact"],"categories":[],"sub_categories":[],"readme":"\u003cp align=\"center\"\u003e\n    \u003cimg src=\"https://raw.githubusercontent.com/ueman/screenrecorder/main/img/screen_recorder.svg\"\u003e\n\u003c/p\u003e\n\n\u003cp align=\"center\"\u003e\n  \u003ca href=\"https://pub.dev/packages/screen_recorder\"\u003e\u003cimg src=\"https://img.shields.io/pub/v/screen_recorder.svg\" alt=\"pub.dev\"\u003e\u003c/a\u003e\n  \u003c!--\n  \u003ca href=\"https://github.com/ueman/feedback/actions?query=workflow%3Abuild\"\u003e\u003cimg src=\"https://github.com/ueman/feedback/workflows/build/badge.svg?branch=master\" alt=\"GitHub Workflow Status\"\u003e\u003c/a\u003e\n  \u003ca href=\"https://codecov.io/gh/ueman/feedback\"\u003e\u003cimg src=\"https://codecov.io/gh/ueman/feedback/branch/master/graph/badge.svg\" alt=\"code coverage\"\u003e\u003c/a\u003e\n  --\u003e\n  \u003ca href=\"https://github.com/ueman#sponsor-me\"\u003e\u003cimg src=\"https://img.shields.io/github/sponsors/ueman\" alt=\"Sponsoring\"\u003e\u003c/a\u003e\n  \u003ca href=\"https://pub.dev/packages/screen_recorder/score\"\u003e\u003cimg src=\"https://img.shields.io/pub/likes/screen_recorder\" alt=\"likes\"\u003e\u003c/a\u003e\n  \u003ca href=\"https://pub.dev/packages/screen_recorder/score\"\u003e\u003cimg src=\"https://img.shields.io/pub/popularity/screen_recorder\" alt=\"popularity\"\u003e\u003c/a\u003e\n  \u003ca href=\"https://pub.dev/packages/screen_recorder/score\"\u003e\u003cimg src=\"https://img.shields.io/pub/points/screen_recorder\" alt=\"pub points\"\u003e\u003c/a\u003e\n\u003c/p\u003e\n\n----\n\n\u003e 🚧 This is highly experimental! 🚧\n\u003e\n\u003e 🚧 API is subject to change! 🚧\n\nThis is a package to create recordings of Flutter widgets.\nThe recordings can be exported as GIFs.\n\nThis is pure Flutter/Dart implementation without any dependencies on native\nor platform code. Thus it runs on all supported platforms.\n\nPlease note, that the encoding of the GIF takes a lot of time. On web it is basically useless because it takes so much time.\n\n## 🚀 Getting Started\n\n### Setup\n\nFirst, you will need to add `screen_recorder` to your `pubspec.yaml`:\n\n```yaml\ndependencies:\n  flutter:\n    sdk: flutter\n  screen_recorder: x.y.z # use the latest version found on pub.dev\n```\n\nThen, run `flutter packages get` in your terminal.\n\n## Example\n\nWrap your widget which should be recorded in a `ScreenRecorder`:\n\n```dart\nScreenRecorder(\n  height: 200,\n  width: 200,\n  background: Colors.white,\n  controller: ScreenRecorderController(\n    pixelRatio: 0.5,\n    skipFramesBetweenCaptures: 2,\n  ),\n  child: // child which should be recorded\n);\n```\n\nThen use `ScreenRecorderController.start()` to start recording and\n`ScreenRecorderController.stop()` to stop the recording.\n`final gif = await ScreenRecorderController.export()` gives you the result which can be written to disk.\n\nA complete example can be found [here](https://pub.dev/packages/screen_recorder/example).\n\n## ⚠️ Known issues and limitations\n\n- Platform views are invisible in screenshots (like [webview](https://pub.dev/packages/webview_flutter) or [Google Maps](https://pub.dev/packages/google_maps_flutter)). For further details, see this [Flutter issue](https://github.com/flutter/flutter/issues/25306) and [this issue](https://github.com/flutter/flutter/issues/102866). Please give a 👍 to those issues in order to raise awareness and the prio of those issues.\n- Web only works with Flutter's CanvasKit Renderer, for more information see [Flutter Web Renderer docs](https://flutter.dev/docs/development/tools/web-renderers).\n- This package does not and will not support audio until it is possible in a pure Dart/Flutter environment.\n- This package does not and will not support exporting as a video until it is possible in a pure Dart/Flutter environment.\n\n## Convert gif to video\n\nIn order to convert the gif to a video, you can try one of the following libraries. Please note, that compatibility was not tested.\n\n| Library | Stats |\n|---------|-------|\n| [ffmpeg_kit_flutter](https://pub.dev/packages/ffmpeg_kit_flutter) | \u003ca href=\"https://pub.dev/packages/ffmpeg_kit_flutter/score\"\u003e\u003cimg src=\"https://img.shields.io/pub/likes/ffmpeg_kit_flutter\" alt=\"likes\"\u003e\u003c/a\u003e  \u003ca href=\"https://pub.dev/packages/ffmpeg_kit_flutter/score\"\u003e\u003cimg src=\"https://img.shields.io/pub/popularity/ffmpeg_kit_flutter\" alt=\"popularity\"\u003e\u003c/a\u003e  \u003ca href=\"https://pub.dev/packages/ffmpeg_kit_flutter/score\"\u003e\u003cimg src=\"https://img.shields.io/pub/points/ffmpeg_kit_flutter\" alt=\"pub points\"\u003e\u003c/a\u003e |\n| [flutter_video_compress](https://pub.dev/packages/flutter_video_compress) | \u003ca href=\"https://pub.dev/packages/flutter_video_compress/score\"\u003e\u003cimg src=\"https://img.shields.io/pub/likes/flutter_video_compress\" alt=\"likes\"\u003e\u003c/a\u003e  \u003ca href=\"https://pub.dev/packages/flutter_video_compress/score\"\u003e\u003cimg src=\"https://img.shields.io/pub/popularity/flutter_video_compress\" alt=\"popularity\"\u003e\u003c/a\u003e  \u003ca href=\"https://pub.dev/packages/flutter_video_compress/score\"\u003e\u003cimg src=\"https://img.shields.io/pub/points/flutter_video_compress\" alt=\"pub points\"\u003e\u003c/a\u003e |\n| [video_editor](https://pub.dev/packages/video_editor) | \u003ca href=\"https://pub.dev/packages/video_editor/score\"\u003e\u003cimg src=\"https://img.shields.io/pub/likes/video_editor\" alt=\"likes\"\u003e\u003c/a\u003e  \u003ca href=\"https://pub.dev/packages/video_editor/score\"\u003e\u003cimg src=\"https://img.shields.io/pub/popularity/video_editor\" alt=\"popularity\"\u003e\u003c/a\u003e  \u003ca href=\"https://pub.dev/packages/video_editor/score\"\u003e\u003cimg src=\"https://img.shields.io/pub/points/video_editor\" alt=\"pub points\"\u003e\u003c/a\u003e |\n| [video_trimmer](https://pub.dev/packages/video_trimmer) | \u003ca href=\"https://pub.dev/packages/video_trimmer/score\"\u003e\u003cimg src=\"https://img.shields.io/pub/likes/video_trimmer\" alt=\"likes\"\u003e\u003c/a\u003e  \u003ca href=\"https://pub.dev/packages/video_trimmer/score\"\u003e\u003cimg src=\"https://img.shields.io/pub/popularity/video_trimmer\" alt=\"popularity\"\u003e\u003c/a\u003e  \u003ca href=\"https://pub.dev/packages/video_trimmer/score\"\u003e\u003cimg src=\"https://img.shields.io/pub/points/video_trimmer\" alt=\"pub points\"\u003e\u003c/a\u003e |\n| [video_compress](https://pub.dev/packages/video_compress) | \u003ca href=\"https://pub.dev/packages/video_compress/score\"\u003e\u003cimg src=\"https://img.shields.io/pub/likes/video_compress\" alt=\"likes\"\u003e\u003c/a\u003e  \u003ca href=\"https://pub.dev/packages/video_compress/score\"\u003e\u003cimg src=\"https://img.shields.io/pub/popularity/video_compress\" alt=\"popularity\"\u003e\u003c/a\u003e  \u003ca href=\"https://pub.dev/packages/video_compress/score\"\u003e\u003cimg src=\"https://img.shields.io/pub/points/video_compress\" alt=\"pub points\"\u003e\u003c/a\u003e |\n\n## 📣 About the author\n\n[![GitHub followers](https://img.shields.io/github/followers/ueman?style=social)](https://github.com/ueman)\n[![Twitter Follow](https://img.shields.io/twitter/follow/ue_man?style=social)](https://twitter.com/ue_man)\n\n## Contributors\n\n\u003ca href=\"https://github.com/ueman/screenrecorder/graphs/contributors\"\u003e\n  \u003cimg src=\"https://contrib.rocks/image?repo=ueman/screenrecorder\" /\u003e\n\u003c/a\u003e\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbaseflow%2Fscreenrecorder","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbaseflow%2Fscreenrecorder","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbaseflow%2Fscreenrecorder/lists"}