Skip to content

Commit

Permalink
chore: flutter-v0.4.2 (#23)
Browse files Browse the repository at this point in the history
  • Loading branch information
renancaraujo committed Nov 23, 2024
1 parent 399e0b5 commit 2ba9748
Show file tree
Hide file tree
Showing 6 changed files with 8 additions and 3 deletions.
5 changes: 5 additions & 0 deletions flutter/mesh/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
# v0.4.2

- feat: deprecate impeller compatibility mode [#22](https://github.com/renancaraujo/omesh/pull/22)
- feat: remove impeller compatibility mode [#21](https://github.com/renancaraujo/omesh/pull/21)

# v0.4.1

- feat: add macos impeller flag [#17](https://github.com/renancaraujo/omesh/pull/17)
Expand Down
2 changes: 1 addition & 1 deletion flutter/mesh/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ Designing with code is fun, but with a design tool everything gets easier.

Try the [O'Mesh Flutter playground](https://omesh-playground.renan.gg) and generate flutter code from designs.

<img src="https://raw.githubusercontent.com/renancaraujo/omesh/main/flutter/mesh/doc/assets/playground.jpeg" width="500">
<img src="https://raw.githubusercontent.com/renancaraujo/omesh/main/flutter/mesh/doc/assets/playground.png" width="500">

## Documentation and resources 📚

Expand Down
Binary file removed flutter/mesh/doc/assets/impeller.png
Binary file not shown.
Binary file removed flutter/mesh/doc/assets/playground.jpeg
Binary file not shown.
Binary file added flutter/mesh/doc/assets/playground.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 2 additions & 2 deletions flutter/mesh/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
name: mesh
description: Fast and highly customizable animated Mesh Gradients for Flutter applications. Using Shaders and vertices.
version: 0.4.1
version: 0.4.2
repository: https://github.com/renancaraujo/omesh/tree/main/flutter/mesh
issue_tracker: https://github.com/renancaraujo/omesh/issues
homepage: https://github.com/renancaraujo/omesh
documentation: https://github.com/renancaraujo/omesh/tree/main/flutter/mesh
topics: [mesh-gradients, flutter, shaders, mesh, gradient]
screenshots:
- description: 'This screenshot shows a usage example of the dependabot_gen CLI tool.'
- description: 'This screenshot shows a usage example of mesh gradients'
path: doc/assets/preview.png

environment:
Expand Down

0 comments on commit 2ba9748

Please sign in to comment.