Skip to content

Commit bf17e38

Browse files
authored
chore:v0.2.0 (#19)
1 parent 48d30f4 commit bf17e38

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
# 0.2.0
2+
3+
- fix: Loads app even when there's no assets (#12)
4+
- feat: add flutter first frame listener (#10)
5+
- docs: fix brick description (#8)
6+
17
# 0.1.0
28

39
- feat: adding initial implementation (#1)

brick.yaml

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

66
environment:
7-
mason: ">0.1.0-dev.50= <0.1.0"
7+
mason: ">=0.1.0-dev.50 <0.1.0"
88

99
vars:
1010
project_title:

0 commit comments

Comments
 (0)