diff --git a/flutter/mesh/CHANGELOG.md b/flutter/mesh/CHANGELOG.md index 70dfced..2b60e9c 100644 --- a/flutter/mesh/CHANGELOG.md +++ b/flutter/mesh/CHANGELOG.md @@ -1,3 +1,8 @@ +# v0.4.1 + +- feat: add macos impeller flag [#17](https://github.com/renancaraujo/omesh/pull/17) +- fix: cache breaking and equality [#16](https://github.com/renancaraujo/omesh/pull/16) + # v0.4.0 - feat: Animated mesh gradients are up to 2x faster now thanks to @jonahwilliams [#10](https://github.com/renancaraujo/omesh/pull/10) diff --git a/flutter/mesh/doc/assets/playground.jpeg b/flutter/mesh/doc/assets/playground.jpeg index de962ed..dc54b17 100644 Binary files a/flutter/mesh/doc/assets/playground.jpeg and b/flutter/mesh/doc/assets/playground.jpeg differ diff --git a/flutter/mesh/pubspec.yaml b/flutter/mesh/pubspec.yaml index 2b72eae..3d63966 100644 --- a/flutter/mesh/pubspec.yaml +++ b/flutter/mesh/pubspec.yaml @@ -1,6 +1,6 @@ name: mesh description: Fast and highly customizable animated Mesh Gradients for Flutter applications. Using Shaders and vertices. -version: 0.4.0 +version: 0.4.1 repository: https://github.com/renancaraujo/omesh/tree/main/flutter/mesh issue_tracker: https://github.com/renancaraujo/omesh/issues homepage: https://github.com/renancaraujo/omesh