File tree Expand file tree Collapse file tree 7 files changed +13
-9
lines changed Expand file tree Collapse file tree 7 files changed +13
-9
lines changed Original file line number Diff line number Diff line change
1
+ ## 1.2.1
2
+ - Update logo
3
+
1
4
## 1.2.0
2
5
- Remove ` analyzer:exclude: ` from ` lints.yaml ` . (add to README as a recommendation)
3
6
- Add a Discord link to README.
Original file line number Diff line number Diff line change 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 >
9
7
</a >
10
8
11
9
Developed with 💚 by [ netglade] [ netglade_link ]
Original file line number Diff line number Diff line change 1
1
name : netglade_analysis
2
- version : 1.2.0
2
+ version : 1.2.1
3
3
description : Lint rules for Dart and Flutter used internally at netglade.
4
4
repository : https://github.com/netglade/netglade_analysis
5
5
issue_tracker : https://github.com/netglade/netglade_analysis/issues
6
6
homepage : https://github.com/netglade/netglade_analysis
7
7
documentation : https://github.com/netglade/netglade_analysis
8
+ screenshots :
9
+ - description : The netglade_analysis package logo.
10
+ path : doc/icon.png
8
11
9
12
environment :
10
13
sdk : " >=2.18.0 <3.0.0"
You can’t perform that action at this time.
0 commit comments