screen_recorder 0.1.1 screen_recorder: ^0.1.1 copied to clipboard
Record your Flutter widgets and export the recordings as a GIF
[0.1.0] #
- require at least Flutter >=3.4.0-34.1.pre
- use
toImageSync
instead of asynctoImage
- Add ability to use different
Exporter
to export the recording in different formats. For now, onlygif
s are supported.
[0.0.3] #
- fix background color
- update example
[0.0.2] #
- Better Readme
- Some more configuration options
[0.0.1] #
- Initial draft. Pretty WIP and highly experimental