Skip to content

Commit 2c1ff36

Browse files
danyaaoDaniil
andauthored
chore(SNP-1234): Rebranding (#24)
* chore: add themed logo * chore: remove surfgear * fix: update logo * fix: change desc with overview * fix: delete local logos --------- Co-authored-by: Daniil <bondarev@surf.dev>
1 parent 152a8f1 commit 2c1ff36

File tree

1 file changed

+8
-5
lines changed

1 file changed

+8
-5
lines changed

β€ŽREADME.mdβ€Ž

Lines changed: 8 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,20 @@
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>
7+
8+
Made by [Surf πŸ„β€β™‚οΈπŸ„β€β™‚οΈπŸ„β€β™‚οΈ](https://surf.dev/)
9+
310
[![Build Status](https://shields.io/github/actions/workflow/status/surfstudio/flutter-render-metrics/main.yml?logo=github&logoColor=white)](https://github.com/surfstudio/flutter-render-metrics)
411
[![Coverage Status](https://img.shields.io/codecov/c/github/surfstudio/flutter-render-metrics?=render_metrics&logo=codecov&logoColor=white)](https://app.codecov.io/gh/surfstudio/flutter-render-metrics)
512
[![Pub Version](https://img.shields.io/pub/v/render_metrics?logo=dart&logoColor=white)](https://pub.dev/packages/render_metrics)
613
[![Pub Likes](https://badgen.net/pub/likes/render_metrics)](https://pub.dev/packages/render_metrics)
714
[![Pub popularity](https://badgen.net/pub/popularity/render_metrics)](https://pub.dev/packages/render_metrics/score)
815
![Flutter Platform](https://badgen.net/pub/flutter-platform/render_metrics)
916

10-
This package is part of the [SurfGear](https://github.com/surfstudio/SurfGear) toolkit made by [Surf](https://surf.ru/).
11-
12-
[![SurfGear](https://i.ibb.co/gJc4zCG/render-metrics.png)](https://github.com/surfstudio/flutter-render-metrics)
13-
14-
## Description
17+
## Overview
1518

1619
This package helps retrieve the current positioning coordinates of any widget in a widgets tree in your Flutter application.
1720

0 commit comments

Comments
Β (0)