Isvisoft / flutter_screen_recording

A new Flutter plugin for record the screen.
MIT License
146 stars 140 forks source link

supports the Android V2 embedding #74

Closed jaish702 closed 5 months ago

jaish702 commented 2 years ago

Running "flutter pub get" in screenrecoder... 1,378ms The plugin flutter_screen_recording uses a deprecated version of the Android embedding. To avoid unexpected runtime failures, or future build failures, try to see if this plugin supports the Android V2 embedding. Otherwise, consider removing it since a future release of Flutter will remove these deprecated APIs. If you are plugin author, take a look at the docs for migrating the plugin to the V2 embedding: https://flutter.dev/go/android-plugin-migration.

deepak-ariceum commented 2 years ago

use this instead - https://github.com/endmr11/ed_screen_recorder

ivantrave commented 2 years ago

Getting the same error

deepak-ariceum commented 2 years ago

Which error are you getting? Please be more specific.

gmarimo commented 1 year ago

use this instead - https://github.com/endmr11/ed_screen_recorder

Have you managed to set enableAudio to true using this plugin? I have issues when I do so but it works well when it's set to false. do they support audio?

tudosxxx commented 1 year ago

flutter_screen_recording 2.0.8,pub get , I have same error

jdevp commented 1 year ago

Please migrate the plugin to the V2 embedding.

tudosxxx commented 1 year ago

The Android Gradle plugin supports only Kotlin Gradle plugin version 1.5.20 and higher. The following dependencies do not satisfy the required version: project ':flutter_screen_recording' -> org.jetbrains.kotlin:kotlin-gradle-plugin:1.3.61

too old

jdevp commented 1 year ago

Please update the package with V2 embedding and Kotlin Gradle plugin version 1.5.20 and higher

x1h2 commented 1 year ago

Android Gradle 插件仅支持 Kotlin Gradle 插件版本 1.5.20 及更高版本。 以下依赖项不满足所需版本: project ':flutter_screen_recording' -> org.jetbrains.kotlin:kotlin-gradle-plugin:1.3.61

太老

是呀,不支持了

aruhant commented 10 months ago

Would the maintainers be willing to accept a PR for this ?

salime45 commented 10 months ago

all contributions are welcome

TNorbury commented 5 months ago

PR is open. See the PR description for instructions on how to use my branch in your project