capture_box 1.0.0 copy "capture_box: ^1.0.0" to clipboard
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:

    1. 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:

    1. Elaborated the README.md;

#1 Inclusion of MVP #

Participants: @gus-caribe

Commited the MVP:

  • Enhancement:

    1. Developed the MVP itself;
    2. Added example project at /examples;
    3. Added tests at /test (all passed).