{"id":32305685,"url":"https://github.com/isvisoft/flutter_screen_recording","last_synced_at":"2026-02-22T12:10:01.370Z","repository":{"id":35818312,"uuid":"209131941","full_name":"Isvisoft/flutter_screen_recording","owner":"Isvisoft","description":"A new Flutter plugin for record the screen.","archived":false,"fork":false,"pushed_at":"2025-05-03T15:18:19.000Z","size":739,"stargazers_count":170,"open_issues_count":23,"forks_count":183,"subscribers_count":9,"default_branch":"master","last_synced_at":"2025-10-23T06:54:19.419Z","etag":null,"topics":["android","flutter","ios"],"latest_commit_sha":null,"homepage":"","language":"Kotlin","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/Isvisoft.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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}},"created_at":"2019-09-17T18:46:11.000Z","updated_at":"2025-09-19T17:01:04.000Z","dependencies_parsed_at":"2024-10-24T12:51:34.532Z","dependency_job_id":"983a1125-5015-4ae0-bea4-864fe8907ca6","html_url":"https://github.com/Isvisoft/flutter_screen_recording","commit_stats":{"total_commits":143,"total_committers":8,"mean_commits":17.875,"dds":0.5174825174825175,"last_synced_commit":"7843347aeb150f63c9677c023fde3239da195d33"},"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/Isvisoft/flutter_screen_recording","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Isvisoft%2Fflutter_screen_recording","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Isvisoft%2Fflutter_screen_recording/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Isvisoft%2Fflutter_screen_recording/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Isvisoft%2Fflutter_screen_recording/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Isvisoft","download_url":"https://codeload.github.com/Isvisoft/flutter_screen_recording/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Isvisoft%2Fflutter_screen_recording/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":280577134,"owners_count":26354072,"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-10-23T02:00:06.710Z","response_time":142,"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":["android","flutter","ios"],"created_at":"2025-10-23T06:54:19.561Z","updated_at":"2025-10-23T06:54:24.864Z","avatar_url":"https://github.com/Isvisoft.png","language":"Kotlin","funding_links":[],"categories":[],"sub_categories":[],"readme":"# flutter_screen_recording\n\nA new Flutter plugin for record the screen. This plug-in requires Android SDK 21+ and iOS 10+\n\n## Getting Started\n\nThis plugin can be used for record the screen on Android and iOS devices.\n\n1. For start the recording\n\n```dart\nbool started = FlutterScreenRecording.startRecordScreen(videoName);\n```\n\nOr\n\n```dart\nbool started = FlutterScreenRecording.startRecordScreenAndAudio(videoName);\n```\n\n2. For stop the recording\n\n```dart\nString path = FlutterScreenRecording.stopRecordScreen;\n```\n\n## Android\n\nFlutter_Screen_Recorder do not request permissions necessary. You can use [Permission_handler](https://pub.dev/packages/permission_handler), a permissions plugin for Flutter.\nRequire and add the following permissions in your manifest:\n\n```java\n\u003cuses-permission android:name=\"android.permission.WRITE_EXTERNAL_STORAGE\" /\u003e\n\u003cuses-permission android:name=\"android.permission.WRITE_INTERNAL_STORAGE\" /\u003e\n\u003cuses-permission android:name=\"android.permission.RECORD_AUDIO\" /\u003e\n```\n\nIn the last Android version is requiered use a foreground service for record the screen, we added the [flutter foreground plugin](https://pub.dev/packages/flutter_foreground_plugin).\n\n## iOS\n\nYou only need add the permission message on the Info.plist\n\n    \u003ckey\u003eNSPhotoLibraryUsageDescription\u003c/key\u003e\n    \u003cstring\u003eSave video in gallery\u003c/string\u003e\n    \u003ckey\u003eNSMicrophoneUsageDescription\u003c/key\u003e\n    \u003cstring\u003eSave audio in video\u003c/string\u003e\n\n## WEB\n\nJust use it\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fisvisoft%2Fflutter_screen_recording","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fisvisoft%2Fflutter_screen_recording","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fisvisoft%2Fflutter_screen_recording/lists"}