Skip to content

Commit

Permalink
Merge pull request #10 from surfstudio/SNP-1234-rebranding
Browse files Browse the repository at this point in the history
fix(SNP-1234): Correct logos urls and pub dev badge
  • Loading branch information
danyaao authored Apr 15, 2024
2 parents 1b3d31e + 22f0e99 commit 97619d8
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 4 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 0.0.9

* Updated logo urls in readme and pub.dev badge url

## 0.0.8

* Updated logo in readme
Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
# Faded Text

<img src="https://github.com/surfstudio/flutter-open-source/blob/887525c23f4d57a2d96fc2e6a31e15d1e29d1787/assets/logo_white.png#gh-dark-mode-only" width="200">
<img src="https://github.com/surfstudio/flutter-open-source/blob/887525c23f4d57a2d96fc2e6a31e15d1e29d1787/assets/logo_black.png#gh-light-mode-only" width="200">
<img src="https://raw.githubusercontent.com/surfstudio/flutter-open-source/main/assets/logo_white.png#gh-dark-mode-only" width="200">
<img src="https://raw.githubusercontent.com/surfstudio/flutter-open-source/main/assets/logo_black.png#gh-light-mode-only" width="200">

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

[![Build Status](https://shields.io/github/actions/workflow/status/surfstudio/surf-flutter-faded-text/on_pull_request.yml?logo=github&logoColor=white)](https://github.com/surfstudio/surf-flutter-faded-text)
[![Coverage Status](https://img.shields.io/codecov/c/github/surfstudio/surf-flutter-faded-text?logo=codecov&logoColor=white)](https://app.codecov.io/gh/surfstudio/surf-flutter-faded-text)
[![Pub Version](https://img.shields.io/pub/v/faded-text?logo=dart&logoColor=white)](https://pub.dev/packages/faded_text)
[![Pub Version](https://img.shields.io/pub/v/faded_text?logo=dart&logoColor=white)](https://pub.dev/packages/faded_text)
[![Pub Likes](https://badgen.net/pub/likes/faded_text)](https://pub.dev/packages/faded_text)
[![Pub popularity](https://badgen.net/pub/popularity/faded_text)](https://pub.dev/packages/faded_text/score)
[![License: Apache 2.0](https://img.shields.io/badge/license-apache-purple.svg)](https://www.apache.org/licenses/LICENSE-2.0)
Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: faded_text
version: 0.0.8
version: 0.0.9
description: "Integrate left-to-right fade effects for multi-line text. Perfect for when you need that single-line text elegance in more complex layouts."
repository: "https://github.com/surfstudio/surf-flutter-faded-text"
issue_tracker: "https://github.com/surfstudio/surf-flutter-faded-text/issues"
Expand Down

0 comments on commit 97619d8

Please sign in to comment.