Baseflow / screenrecorder

Flutter package which can be used to record flutter widgets
https://pub.dev/packages/screen_recorder
MIT License
64 stars 30 forks source link

Processing of frames in a sticky background isolate #30

Open ueman opened 1 year ago

ueman commented 1 year ago

On io platforms it's possible to do the processing in a sticky background isolate. This approach was already prototyped in https://github.com/ueman/screenrecorder/pull/21

The prototype needs to be finished.

Ideally the chosen interface is compatible with https://github.com/ueman/screenrecorder/issues/29