Closed mbfakourii closed 3 months ago
I can't release a new version, so that has to be done by Baseflow.
cc @mvanbeusekom @JeroenWeener @TimHoogstrate
@ueman I'll rework the CI so it supports pushing new releases from there.
@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.
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
pubspec.yaml
with an appropriate new version according to the [pub versioning philosophy], or this PR is does not need version changes.CHANGELOG.md
to add a description of the change.///
).main
.dart format .
and committed any changes.flutter analyze
and fixed any errors.