Skip to content

Commit

Permalink
Merge pull request #19 from netglade/feat/flutter_core
Browse files Browse the repository at this point in the history
Fix build icon url
  • Loading branch information
tenhobi committed Jan 15, 2024
2 parents f9e345f + b92b9b1 commit 783bb05
Show file tree
Hide file tree
Showing 15 changed files with 16 additions and 20 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/netglade_analysis-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
working-directory: packages/netglade_analysis

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- uses: dart-lang/setup-dart@v1

- name: Install Dependencies
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/netglade_flutter_utils-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
working-directory: packages/netglade_flutter_utils

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- uses: subosito/flutter-action@v2.12.0

- name: Install Dependencies
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/netglade_utils-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
working-directory: packages/netglade_utils

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- uses: dart-lang/setup-dart@v1

- name: Install Dependencies
Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,17 +19,17 @@ Dart and Flutter packages used internally at [netglade][netglade_link]
[netglade_analysis-link]: packages/netglade_analysis
[netglade_analysis-pub-badge]: https://img.shields.io/pub/v/netglade_analysis.svg
[netglade_analysis-pub-badge-link]: https://pub.dartlang.org/packages/netglade_analysis
[netglade_analysis-build-badge]: https://img.shields.io/github/actions/workflow/status/netglade/flutter_core/netglade_analysis-test.yml?branch=main
[netglade_analysis-build-badge]: https://img.shields.io/github/actions/workflow/status/netglade/flutter_core/netglade_analysis-test.yaml?branch=main
[netglade_analysis-build-badge-link]: https://github.com/netglade/flutter_core/actions/workflows/netglade_utils-test.yaml

[netglade_utils-link]: packages/netglade_utils
[netglade_utils-pub-badge]: https://img.shields.io/pub/v/netglade_utils.svg
[netglade_utils-pub-badge-link]: https://pub.dartlang.org/packages/netglade_utils
[netglade_utils-build-badge]: https://img.shields.io/github/actions/workflow/status/netglade/flutter_core/netglade_utils-test.yml?branch=main
[netglade_utils-build-badge]: https://img.shields.io/github/actions/workflow/status/netglade/flutter_core/netglade_utils-test.yaml?branch=main
[netglade_utils-build-badge-link]: https://github.com/netglade/flutter_core/actions/workflows/netglade_utils-test.yaml

[netglade_flutter_utils-link]: packages/netglade_flutter_utils
[netglade_flutter_utils-pub-badge]: https://img.shields.io/pub/v/netglade_flutter_utils.svg
[netglade_flutter_utils-pub-badge-link]: https://pub.dartlang.org/packages/netglade_flutter_utils
[netglade_flutter_utils-build-badge]: https://img.shields.io/github/actions/workflow/status/netglade/flutter_core/netglade_flutter_utils-test.yml?branch=main
[netglade_flutter_utils-build-badge]: https://img.shields.io/github/actions/workflow/status/netglade/flutter_core/netglade_flutter_utils-test.yaml?branch=main
[netglade_flutter_utils-build-badge-link]: https://github.com/netglade/flutter_core/actions/workflows/netglade_utils-test.yaml
8 changes: 2 additions & 6 deletions packages/netglade_analysis/README.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,5 @@
<a href="https://github.com/netglade">
<picture >
<source media="(prefers-color-scheme: dark)" height='120px' srcset="https://raw.githubusercontent.com/netglade/flutter_core/main/packages/netglade_analysis/doc/badge_light.png">
<source media="(prefers-color-scheme: light)" height='120px' srcset="https://raw.githubusercontent.com/netglade/flutter_core/main/packages/netglade_analysis/doc/badge_dark.png">
<img alt="netglade" height='120px' src="https://raw.githubusercontent.com/netglade/netglade_analysis/main/packages/netglade_analysis/doc/badge_dark.png">
</picture>
<img alt="netglade" height='120px' src="https://raw.githubusercontent.com/netglade/netglade_analysis/main/packages/netglade_analysis/doc/badge.png">
</a>

Developed with 💚 by [netglade][netglade_link]
Expand Down Expand Up @@ -71,7 +67,7 @@ To indicate your project is using `netglade_analysis` →
[discord_badge]: https://img.shields.io/discord/1091460081054400532.svg?logo=discord&color=blue
[discord_badge_link]: https://discord.gg/sJfBBuDZy4

[ci_badge]: https://img.shields.io/github/actions/workflow/status/netglade/flutter_core/netglade_analysis-test.yml?branch=main
[ci_badge]: https://img.shields.io/github/actions/workflow/status/netglade/flutter_core/netglade_analysis-test.yaml?branch=main
[ci_badge_link]: https://github.com/netglade/flutter_core/actions/workflows/netglade_analysis-test.yaml

[pub_badge]: https://img.shields.io/pub/v/netglade_analysis.svg
Expand Down
Binary file added packages/netglade_analysis/doc/badge.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed packages/netglade_analysis/doc/badge_dark.png
Binary file not shown.
Binary file removed packages/netglade_analysis/doc/badge_light.png
Binary file not shown.
2 changes: 1 addition & 1 deletion packages/netglade_flutter_utils/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ Flutter utils used internally at [netglade][netglade_link].
[discord_badge]: https://img.shields.io/discord/1091460081054400532.svg?logo=discord&color=blue
[discord_badge_link]: https://discord.gg/sJfBBuDZy4

[ci_badge]: https://img.shields.io/github/actions/workflow/status/netglade/flutter_core/netglade_flutter_utils-test.yml?branch=main
[ci_badge]: https://img.shields.io/github/actions/workflow/status/netglade/flutter_core/netglade_flutter_utils-test.yaml?branch=main
[ci_badge_link]: https://github.com/netglade/flutter_core/actions/workflows/netglade_flutter_utils-test.yaml

[pub_badge]: https://img.shields.io/pub/v/netglade_flutter_utils.svg
Expand Down
3 changes: 3 additions & 0 deletions packages/netglade_utils/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,5 @@
## 1.0.1
- Fix readme.

## 1.0.0
- Initialization.
6 changes: 3 additions & 3 deletions packages/netglade_utils/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,11 +18,11 @@ Dart utils used internally at [netglade][netglade_link].
[discord_badge]: https://img.shields.io/discord/1091460081054400532.svg?logo=discord&color=blue
[discord_badge_link]: https://discord.gg/sJfBBuDZy4

[ci_badge]: https://img.shields.io/github/actions/workflow/status/netglade/flutter_core/netglade_utils-test.yml?branch=main
[ci_badge]: https://img.shields.io/github/actions/workflow/status/netglade/flutter_core/netglade_utils-test.yaml?branch=main
[ci_badge_link]: https://github.com/netglade/flutter_core/actions/workflows/netglade_utils-test.yaml

[pub_badge]: https://img.shields.io/pub/v/netglade_analysis.svg
[pub_badge_link]: https://pub.dartlang.org/packages/netglade_analysis
[pub_badge]: https://img.shields.io/pub/v/netglade_utils.svg
[pub_badge_link]: https://pub.dartlang.org/packages/netglade_utils

[style_badge]: https://img.shields.io/badge/style-netglade_analysis-26D07C.svg
[style_badge_link]: https://pub.dev/packages/netglade_analysis
Expand Down
Binary file removed packages/netglade_utils/doc/badge_dark.png
Binary file not shown.
Binary file removed packages/netglade_utils/doc/badge_light.png
Binary file not shown.
Binary file removed packages/netglade_utils/doc/icon.png
Binary file not shown.
5 changes: 1 addition & 4 deletions packages/netglade_utils/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,13 +1,10 @@
name: netglade_utils
version: 1.0.0
version: 1.0.1
description: Dart utils used internally at netglade.
repository: https://github.com/netglade/flutter_core/tree/main/packages/netglade_utils
issue_tracker: https://github.com/netglade/flutter_core/issues
homepage: https://github.com/netglade/flutter_core
documentation: https://github.com/netglade/flutter_core/tree/main/packages/netglade_utils
screenshots:
- description: The netglade_utils package logo.
path: doc/icon.png

environment:
sdk: ^3.0.0
Expand Down

0 comments on commit 783bb05

Please sign in to comment.