capture_box 1.0.0 capture_box: ^1.0.0 copied to clipboard
A Flutter package that turns your custom widgets into an image file.
Version 1 - Stable #
Version 1 contains all the basic features included in Version 0, with an addition of documentation comments all over the library's resources.
Release v1.0.0
#
This release includes documentation comments.
#5
Elaborate Documentation Comments #
Participants: @gus-caribe
Elaborated the docstrings:
-
Documentation:
- Elaborated the docstrings;
... #
Version 0 - Beta #
Version 0 includes all the basic features to perform repaintings of Flutter widgets, making the renderization result available to be converted to image or document files.
Release v0.1.0
#
This release includes the Minimum Viable Product, along with examples and Unit/Widget Tests.
#3
Elaborate README #
Participants: @gus-caribe
Elaborated the README:
-
Documentation:
- Elaborated the README.md;
#1
Inclusion of MVP #
Participants: @gus-caribe
Commited the MVP:
-
Enhancement:
- Developed the MVP itself;
- Added example project at
/examples
; - Added tests at
/test
(all passed).