{"id":19785312,"url":"https://github.com/utsavll0/flutter_screen_recording","last_synced_at":"2026-05-09T20:41:19.101Z","repository":{"id":180970360,"uuid":"570120473","full_name":"utsavll0/flutter_screen_recording","owner":"utsavll0","description":null,"archived":false,"fork":false,"pushed_at":"2022-11-24T11:41:04.000Z","size":690,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-01-11T03:19:42.573Z","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":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/utsavll0.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}},"created_at":"2022-11-24T11:38:50.000Z","updated_at":"2022-11-24T11:40:02.000Z","dependencies_parsed_at":"2023-07-13T14:45:00.444Z","dependency_job_id":null,"html_url":"https://github.com/utsavll0/flutter_screen_recording","commit_stats":null,"previous_names":["utsavll0/flutter_screen_recording"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/utsavll0%2Fflutter_screen_recording","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/utsavll0%2Fflutter_screen_recording/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/utsavll0%2Fflutter_screen_recording/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/utsavll0%2Fflutter_screen_recording/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/utsavll0","download_url":"https://codeload.github.com/utsavll0/flutter_screen_recording/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":241117729,"owners_count":19912609,"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":[],"created_at":"2024-11-12T06:14:18.626Z","updated_at":"2026-05-09T20:41:19.049Z","avatar_url":"https://github.com/utsavll0.png","language":"Dart","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%2Futsavll0%2Fflutter_screen_recording","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Futsavll0%2Fflutter_screen_recording","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Futsavll0%2Fflutter_screen_recording/lists"}