Isvisoft / flutter_screen_recording

A new Flutter plugin for record the screen.
MIT License
142 stars 138 forks source link

Error onMethodCall startRecordScreen #89

Closed sherdiltahir closed 6 months ago

sherdiltahir commented 1 year ago

D/MediaRecorder(20517): constructor+ 0xb400007e277d2100 D/MediaRecorder(20517): constructor- 0xb400007e277d2100 I/System.out(20517): Error onMethodCall startRecordScreen I/System.out(20517): null

abundiko commented 8 months ago

I faced the same issue and fixed it by adding

titleNotification: "recording active",
messageNotification: "..."

but now Whenever I click the start now button, my app crashes

TNorbury commented 7 months ago

@abundiko I was experiencing the same issue, but was able to resolve it by adding

<service
    android:name="com.foregroundservice.ForegroundService"
    android:foregroundServiceType="mediaProjection">
</service>

to my Android Manifest