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 64303ec commit 0da0643Copy full SHA for 0da0643
.github/workflows/native.yaml
@@ -63,6 +63,9 @@ jobs:
63
- run: dart pub get -C test_data/native_add/
64
if: ${{ matrix.package == 'native_assets_builder' }}
65
66
+ - run: dart pub get -C test_data/native_add_duplicate/
67
+ if: ${{ matrix.package == 'native_assets_builder' }}
68
+
69
- run: dart pub get -C test_data/native_add_v1_0_0/
70
71
pkgs/native_assets_builder/CHANGELOG.md
@@ -1,6 +1,7 @@
1
## 0.8.3-wip
2
3
-- Added a validation step on the output of the build and link hooks.
+- Added a validation step on the output of the build and link hooks (both as a
4
+ per package, and as in all the packages together).
5
6
## 0.8.2
7
0 commit comments