Skip to content

Commit f0a16d2

Browse files
committed
Add patreon shield
1 parent a7e23ab commit f0a16d2

1 file changed

Lines changed: 3 additions & 4 deletions

File tree

README.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,9 @@
1010
<a title="Github License">
1111
<img src="https://img.shields.io/github/license/bdlukaa/system_theme" />
1212
</a>
13+
<a title="Patreon" href="https://shieldsio-patreon.vercel.app/api/?username=bdlukaa&type=patrons">
14+
<img src="https://img.shields.io/endpoint.svg?url=https%3A%2F%2Fshieldsio-patreon.vercel.app%2Fapi%3Fusername%3Dbdlukaa%26type%3Dpatrons&style=for-the-badge" />
15+
</a>
1316
</p>
1417
<p align="center">
1518
A flutter plugin to get the current system theme information
@@ -70,10 +73,6 @@ Use the getter `SystemTheme.isDarkMode` to check if the device is in dark mode.
7073
final darkMode = SystemTheme.darkMode;
7174
```
7275

73-
## Sponsoring
74-
75-
<a href="https://www.patreon.com/bePatron?u=50324277" data-patreon-widget-type="become-patron-button">Become a Patron!</a><script async src="https://c6.patreon.com/becomePatronButton.bundle.js"></script>
76-
7776
## Contribution
7877

7978
Feel free to [open an issue](https://github.com/bdlukaa/system_theme/issues/new) if you find an error or [make pull requests](https://github.com/bdlukaa/system_theme/pulls).

0 commit comments

Comments
 (0)