Skip to content

Commit

Permalink
Add Discord link (#5)
Browse files Browse the repository at this point in the history
  • Loading branch information
tenhobi authored Apr 3, 2023
1 parent 409bb22 commit 9a54629
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 6 deletions.
8 changes: 5 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
## 1.0.2
- Add Discord link.

## 1.0.1
- Chore: Fixed relative images in README, since pub.dev cannot handle them and forces `master` branch.
- Fix relative images in README, since pub.dev cannot handle them and forces `master` branch.

## 1.0.0

- Initialized package.
- Initialize package.
7 changes: 5 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# sliver_app_bar_builder

<a href="https://netglade.cz/en">
<a href="https://netglade.com/en">
<picture>
<source media="(prefers-color-scheme: dark)" srcset="https://raw.githubusercontent.com/netglade/.github/main/assets/netglade_logo_light.png">
<source media="(prefers-color-scheme: light)" srcset="https://raw.githubusercontent.com/netglade/.github/main/assets/netglade_logo_dark.png">
Expand All @@ -14,6 +14,7 @@ Developed with 💚 by [netglade][netglade_link]
[![pub package][pub_badge]][pub_badge_link]
[![license: MIT][license_badge]][license_badge_link]
[![style: netglade analysis][style_badge]][style_badge_link]
[![Discord][discord_badge]][discord_badge_link]

---

Expand Down Expand Up @@ -102,7 +103,7 @@ CustomScrollView(
[storybook_image_link]: https://github.com/netglade/sliver_app_bar_builder/raw/main/screenshots/storybook.png
[storybook_demo_link]: https://netglade.github.io/sliver_app_bar_builder

[netglade_link]: https://netglade.cz/en
[netglade_link]: https://netglade.com/en

[ci_badge]: https://github.com/netglade/sliver_app_bar_builder/workflows/ci/badge.svg
[ci_badge_link]: https://github.com/netglade/sliver_app_bar_builder/actions
Expand All @@ -112,3 +113,5 @@ CustomScrollView(
[pub_badge_link]: https://pub.dartlang.org/packages/sliver_app_bar_builder
[style_badge]: https://img.shields.io/badge/style-netglade_analysis-26D07C.svg
[style_badge_link]: https://pub.dev/packages/netglade_analysis
[discord_badge]: https://img.shields.io/discord/1091460081054400532.svg?logo=discord&color=blue
[discord_badge_link]: https://discord.gg/sJfBBuDZy4
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: sliver_app_bar_builder
description: A truly customizable sliver for app bars with the benefit of using builders.
version: 1.0.1
version: 1.0.2
repository: https://github.com/netglade/sliver_app_bar_builder
issue_tracker: https://github.com/netglade/sliver_app_bar_builder/issues

Expand Down

0 comments on commit 9a54629

Please sign in to comment.