We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 48d30f4 commit bf17e38Copy full SHA for bf17e38
CHANGELOG.md
@@ -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
7
# 0.1.0
8
9
- feat: adding initial implementation (#1)
brick.yaml
@@ -1,10 +1,10 @@
name: flutter_web_preloader
description: A brick that creates a smart web entry point for Flutter that preloads its assets before starting the app.
repository: https://github.com/VeryGoodOpenSource/flutter_web_preloader
-version: 0.1.0
+version: 0.2.0
environment:
- mason: ">0.1.0-dev.50= <0.1.0"
+ mason: ">=0.1.0-dev.50 <0.1.0"
vars:
10
project_title:
0 commit comments