File tree Expand file tree Collapse file tree 3 files changed +7
-1
lines changed
pkgs/native_assets_builder Expand file tree Collapse file tree 3 files changed +7
-1
lines changed Original file line number Diff line number Diff line change 1+ ## 0.10.2
2+
3+ - Export types (fix for 0.10.1).
4+
15## 0.10.1
26
37- Pass in the environment for hook invocations.
Original file line number Diff line number Diff line change 55export 'package:native_assets_builder/src/build_runner/build_runner.dart'
66 show
77 ApplicationAssetValidator,
8+ BuildConfigCreator,
89 BuildConfigValidator,
910 BuildValidator,
11+ LinkConfigCreator,
1012 LinkConfigValidator,
1113 LinkValidator,
1214 NativeAssetsBuildRunner;
Original file line number Diff line number Diff line change 11name : native_assets_builder
22description : >-
33 This package is the backend that invokes build hooks.
4- version : 0.10.1
4+ version : 0.10.2
55repository : https://github.com/dart-lang/native/tree/main/pkgs/native_assets_builder
66
77# publish_to: none
You can’t perform that action at this time.
0 commit comments