- Add support transparency.
- Updated the example project to last flutter changes.
Exporter
class exposes nowframes
.- Bump
image
dependency to ^4.2.0
Exporter
class exposes nowexportGif
andexportFrames
.- Updated the example project using an AnimatedContainer to have a more heavy output.
- Fix #11
- Custom exporters can actually be used
- 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.
- fix background color
- update example
- Better Readme
- Some more configuration options
- Initial draft. Pretty WIP and highly experimental