Skip to content

Commit 1055e86

Browse files
committed
Release v9.0.3: Fix logo display on pub.dev
1 parent 74eca93 commit 1055e86

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## [9.0.3] - 2025-01-12
2+
3+
* Fixed logo display on pub.dev by using relative path
4+
15
## [9.0.2] - 2025-01-12
26

37
* Fixed button sizing in README for pub.dev display

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<img align="left" src="https://github.com/flutter-it/get_it/blob/master/get_it.png?raw=true" alt="get_it logo" width="150" style="margin-left: -10px;"/>
1+
<img align="left" src="get_it.png" alt="get_it logo" width="150" style="margin-left: -10px;"/>
22

33
<div align="right">
44
<a href="https://www.buymeacoffee.com/escamoteur"><img src="https://cdn.buymeacoffee.com/buttons/default-orange.png" alt="Buy Me A Coffee" height="28" width="120"/></a>

pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: get_it
22
description: Simple direct Service Locator that allows to decouple the interface from a concrete implementation and to access the concrete implementation from everywhere in your App"
3-
version: 9.0.2
3+
version: 9.0.3
44
maintainer: Thomas Burkhart (@escamoteur)
55
homepage: https://github.com/flutter-it/get_it
66
repository: https://github.com/flutter-it/get_it

0 commit comments

Comments
 (0)