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 8604847 commit ca56371Copy full SHA for ca56371
pkgs/native_assets_cli/CHANGELOG.md
@@ -3,6 +3,8 @@
3
- Added validation that all URLs in the `Input` and `Output` of hooks are
4
absolute.
5
- Added `addDataAssetDirectories` extension method on `BuildOutputBuilder`.
6
+- Replaced JSON serialization/deserialization logic with code generated from
7
+ the JSON schemas documenting the protocol.
8
9
## 0.11.0
10
pkgs/native_assets_cli/pubspec.yaml
@@ -4,10 +4,10 @@ description: >-
native assets CLI.
# Note: Bump BuildInput.version and BuildOutput.version on breaking changes!
-version: 0.12.0-wip
+version: 0.12.0
repository: https://github.com/dart-lang/native/tree/main/pkgs/native_assets_cli
-publish_to: none
+# publish_to: none
11
12
topics:
13
- ffi
0 commit comments