Skip to content

Commit 9b3e8a0

Browse files
authored
docs: add brickhub badge (#20)
* docs: add brickhub badge * Update cspell.json
1 parent bf17e38 commit 9b3e8a0

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

.github/cspell.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@
1919
],
2020
"useGitignore": true,
2121
"words": [
22-
"canvaskit"
22+
"canvaskit",
23+
"Brickhub"
2324
]
2425
}

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
# flutter_web_preloader
22

33
[![Powered by Mason](https://img.shields.io/endpoint?url=https%3A%2F%2Ftinyurl.com%2Fmason-badge)](https://github.com/felangel/mason)
4+
[![Available on Brickhub][brickhub_badge]][brickhub_link]
5+
46

57
A brick that creates a smart web entrypoint for Flutter and preloads any type of asset before starting an app.
68

@@ -59,3 +61,5 @@ In any case, we advise on testing when changing this value to make sure that it
5961
won't break your app.
6062

6163
[1]: https://github.com/felangel/mason
64+
[brickhub_badge]: https://img.shields.io/endpoint?url=https%3A%2F%2Fbit.ly%2Fflutter-web-preloader
65+
[brickhub_link]: https://brickhub.dev/bricks/flutter_web_preloader/

0 commit comments

Comments
 (0)