We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fb269e2 commit 225cd7cCopy full SHA for 225cd7c
CHANGELOG.md
@@ -1,3 +1,6 @@
1
+## [0.24.2] - 2026-01-29
2
+- add CORS for source map
3
+
4
## [0.24.1] - 2026-01-28
5
### Added
6
- enable source map when building web application
pubspec.yaml
@@ -15,7 +15,7 @@ publish_to: "none" # Remove this line if you wish to publish to pub.dev
15
# In iOS, build-name is used as CFBundleShortVersionString while build-number used as CFBundleVersion.
16
# Read more about iOS versioning at
17
# https://developer.apple.com/library/archive/documentation/General/Reference/InfoPlistKeyReference/Articles/CoreFoundationKeys.html
18
-version: 0.24.1
+version: 0.24.2
19
20
environment:
21
sdk: ">=3.0.0 <4.0.0"
0 commit comments