ms_undraw 2.2.0+13 ms_undraw: ^2.2.0+13 copied to clipboard
Updated UnDraw library. These illustrations are designed by Katerina Limpitsouni.
Changelog #
[2.2.0+13] - 2020-11-17 #
- More illustrations added or updated
[2.2.0+12] - 2020-10-26 #
- More illustrations added or updated
[2.2.0+11] - 2020-10-20 #
- More illustrations added or updated
[2.2.0+10] - 2020-10-05 #
- More illustrations added or updated
[2.2.0+9] #
- More illustrations added
[2.2.0+8] #
- More illustrations added
[2.2.0+7] #
- More illustrations added
[2.2.0+6] #
- More illustrations added
[2.2.0+5] #
- More illustrations added
[2.2.0+4] #
- Illustrations updated
[2.2.0+3] #
- More illustrations added
[2.2.0+2] #
- More illustrations added
[2.2.0+1] #
- More illustrations added
[2.2.0] #
- Improved performance
[2.1.0+1] #
- Update illustrations
- Improve documentation
[2.1.0] #
- Support memory cache
[2.0.0] #
- Add a lot of new illustrations
[1.0.2] #
- Add errorWidget: This widget will be displayed when the future completes with an error. The default is a Text with an error message.
- Update the example to show a sample usage of errorWidget.
- Update example/pubspec.yaml to use a relative path of the package. This eliminates the need to update it with every release and allows to test the example app while developing and updating the package.
- Make
getSvgString
private since its only supposed to be used internally by the package and shouldn't be exposed as a public API. - Use a constrained dependency for flutter_svg, which is the recommended way. This will increase the package's maintenance score to 100
[1.0.1] #
- Example app fix.
- Maintenance.
[1.0.0] #
- Initial major release.