wasabeef / flutter-architecture-blueprints

Flutter Architecture Blueprints is a project that introduces MVVM architecture and project structure approaches to developing Flutter apps.
MIT License
1.61k stars 261 forks source link

Update dependency flutter_svg to v1 #107

Open renovate[bot] opened 2 years ago

renovate[bot] commented 2 years ago

WhiteSource Renovate

This PR contains the following updates:

Package Type Update Change
flutter_svg dependencies major ^0.23.0+1 -> ^1.0.0

Release Notes

dnfield/flutter_svg ### [`v1.0.3`](https://togithub.com/dnfield/flutter_svg/blob/HEAD/CHANGELOG.md#​1031) [Compare Source](https://togithub.com/dnfield/flutter_svg/compare/v1.0.2...v1.0.3+1) - Fix bugs in picture disposal. ### [`v1.0.2`](https://togithub.com/dnfield/flutter_svg/blob/HEAD/CHANGELOG.md#​102) [Compare Source](https://togithub.com/dnfield/flutter_svg/compare/v1.0.1...v1.0.2) - Avoid cache invalidation when `currentColor` or font based units are not used. - Support `rem` units. ### [`v1.0.1`](https://togithub.com/dnfield/flutter_svg/blob/HEAD/CHANGELOG.md#​101) [Compare Source](https://togithub.com/dnfield/flutter_svg/compare/v1.0.0...v1.0.1) - Fix bug with incorrect fills in some cases of `` elements. - Analysis cleanup of Dart code. - Fix bug where self-closing `` tags could alter rendering. - Fix bug where an invalid `@stroke-dasharray` could cause an infinite loop. - Fix bugs related to nested `` elements in ``. - Remove unnecessary `sync*` related code. ### [`v1.0.0`](https://togithub.com/dnfield/flutter_svg/blob/HEAD/CHANGELOG.md#​100) [Compare Source](https://togithub.com/dnfield/flutter_svg/compare/v0.23.0+1...v1.0.0) - New widget/RenderObject implementation to avoid rebuilds/paints when near or overlapping an animating widget. Also should improve raster cacheability. - Correctly list web as a supported platform. - Support for em/ex units. - Stable 1.0.0 release.

Configuration

📅 Schedule: "before 10am on monday" in timezone Asia/Tokyo.

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.



This PR has been generated by WhiteSource Renovate. View repository job log here.

codecov-commenter commented 2 years ago

Codecov Report

Merging #107 (fe03161) into main (a4d87a6) will not change coverage. The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##             main     #107   +/-   ##
=======================================
  Coverage   53.36%   53.36%           
=======================================
  Files          41       41           
  Lines         549      549           
=======================================
  Hits          293      293           
  Misses        256      256           

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update a4d87a6...fe03161. Read the comment docs.