Skip to content

Commit 05f9e0c

Browse files
authored
chore: v0.1.0 (#6)
* chore: v0.1.0 * add lock to ignore and add repository link
1 parent a5e9817 commit 05f9e0c

File tree

4 files changed

+6
-458
lines changed

4 files changed

+6
-458
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
hooks/build
22
hooks/coverage
33
hooks/.dart_tool
4+
hooks/pubspec.lock
45
.idea/

CHANGELOG.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
# 0.1.0+1
1+
# 0.1.0
22

3-
- feat: initial release.
3+
- feat: adding initial implementation (#1)

brick.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name: flutter_web_preloader
2-
description: A brick that creates a smart web entry point for Flutter that preloads its assets before starting the app
3-
4-
version: 0.1.0+1
2+
description: A brick that creates a smart web entry point for Flutter that preloads its assets before starting the app;
3+
repository: https://github.com/VeryGoodOpenSource/flutter_web_preloader
4+
version: 0.1.0
55

66
environment:
77
mason: ">=0.1.0-dev.41 <0.1.0"

0 commit comments

Comments
 (0)