Skip to content

Commit df07837

Browse files
authored
Merge pull request #6 from netglade/feat/new-logo
Update logo
2 parents 80678b4 + 2511c29 commit df07837

File tree

7 files changed

+13
-9
lines changed

7 files changed

+13
-9
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
## 1.2.1
2+
- Update logo
3+
14
## 1.2.0
25
- Remove `analyzer:exclude:` from `lints.yaml`. (add to README as a recommendation)
36
- Add a Discord link to README.

README.md

Lines changed: 6 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,9 @@
1-
# netglade analysis
2-
3-
<a href="https://netglade.com/en">
4-
<picture>
5-
<source media="(prefers-color-scheme: dark)" srcset="https://raw.githubusercontent.com/netglade/.github/main/assets/netglade_logo_light.png">
6-
<source media="(prefers-color-scheme: light)" srcset="https://raw.githubusercontent.com/netglade/.github/main/assets/netglade_logo_dark.png">
7-
<img alt="netglade" src="https://raw.githubusercontent.com/netglade/.github/main/assets/netglade_logo_dark.png">
8-
</picture>
1+
<a href="https://github.com/netglade">
2+
<picture >
3+
<source media="(prefers-color-scheme: dark)" height='120px' srcset="https://raw.githubusercontent.com/netglade/netglade_analysis/main/doc/badge_light.png">
4+
<source media="(prefers-color-scheme: light)" height='120px' srcset="https://raw.githubusercontent.com/netglade/netglade_analysis/main/doc/badge_dark.png">
5+
<img alt="netglade" height='120px' src="https://raw.githubusercontent.com/netglade/netglade_analysis/main/doc/badge_dark.png">
6+
</picture>
97
</a>
108

119
Developed with 💚 by [netglade][netglade_link]

doc/.DS_Store

6 KB
Binary file not shown.

doc/badge_dark.png

21.2 KB
Loading

doc/badge_light.png

20.4 KB
Loading

doc/icon.png

23.3 KB
Loading

pubspec.yaml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,13 @@
11
name: netglade_analysis
2-
version: 1.2.0
2+
version: 1.2.1
33
description: Lint rules for Dart and Flutter used internally at netglade.
44
repository: https://github.com/netglade/netglade_analysis
55
issue_tracker: https://github.com/netglade/netglade_analysis/issues
66
homepage: https://github.com/netglade/netglade_analysis
77
documentation: https://github.com/netglade/netglade_analysis
8+
screenshots:
9+
- description: The netglade_analysis package logo.
10+
path: doc/icon.png
811

912
environment:
1013
sdk: ">=2.18.0 <3.0.0"

0 commit comments

Comments
 (0)