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

feat: add support transparency #43

Closed mbfakourii closed 3 months ago

mbfakourii commented 4 months ago

Add support transparency export (thanks @brendan-duncan in https://github.com/brendan-duncan/image/issues/663). Add support export base maximum frame size (thanks @brendan-duncan in https://github.com/brendan-duncan/image/issues/664). Improve example project base last flutter changes.

Closes: #27 Closes: #39

Pre-launch Checklist

ueman commented 4 months ago

I can't release a new version, so that has to be done by Baseflow.

cc @mvanbeusekom @JeroenWeener @TimHoogstrate

martijn00 commented 3 months ago

@ueman I'll rework the CI so it supports pushing new releases from there.

martijn00 commented 3 months ago

@ueman I've implemented it, fixed some issues and released a new version. You can now make a new release by just setting a new tag. You need to make sure the changelog and version is updated before doing that.