Skip to content

Commit 6ad5e9e

Browse files
danyaaoDaniil
andauthored
fix(SNP-1234): Correct logo urls and update version (#25)
* chore: add themed logo * chore: remove surfgear * fix: update logo * fix: change desc with overview * fix: delete local logos * fix: correct logo urls * chore: update version --------- Co-authored-by: Daniil <bondarev@surf.dev>
1 parent 2c1ff36 commit 6ad5e9e

File tree

3 files changed

+7
-5
lines changed

3 files changed

+7
-5
lines changed

β€ŽCHANGELOG.mdβ€Ž

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Changelog
22

3+
## 2.0.3
4+
5+
* Rebranding.
6+
37
## 2.0.2
48

59
* Internal improvements.

β€ŽREADME.mdβ€Ž

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,7 @@
11
# Render Metrics
22

3-
<picture>
4-
<source media="(prefers-color-scheme: dark)" srcset="https://github.com/surfstudio/flutter-open-source/blob/887525c23f4d57a2d96fc2e6a31e15d1e29d1787/assets/logo_white.png">
5-
<img alt="Shows an illustrated sun in light color mode and a moon with stars in dark color mode." src="https://github.com/surfstudio/flutter-open-source/blob/887525c23f4d57a2d96fc2e6a31e15d1e29d1787/assets/logo_black.png" width ="200">
6-
</picture>
3+
<img src="https://raw.githubusercontent.com/surfstudio/flutter-open-source/main/assets/logo_white.png#gh-dark-mode-only" width="200">
4+
<img src="https://raw.githubusercontent.com/surfstudio/flutter-open-source/main/assets/logo_black.png#gh-light-mode-only" width="200">
75

86
Made by [Surf πŸ„β€β™‚οΈπŸ„β€β™‚οΈπŸ„β€β™‚οΈ](https://surf.dev/)
97

β€Žpubspec.yamlβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: render_metrics
2-
version: 2.0.2
2+
version: 2.0.3
33
description: Library for getting widget metrics. Uses RenderObject to get the size and position of widgets relative to the screen window, as well as the difference between widgets.
44
homepage: "https://github.com/surfstudio/flutter-render-metrics"
55
issue_tracker: "https://github.com/surfstudio/flutter-render-metrics/issues"

0 commit comments

Comments
Β (0)