Closed
Description
We have settled on hook/build.dart
as the place for the build.dart
"script"/"hook".
If we fall back to build.dart
for the time being, we have less rolling issues.
The example that's run against the Dart SDK will break for the time being though.
- Update
native_assets_builder
to look forhook/build.dart
instead ofbuild.dart
. For now: fall-back tobuild.dart
ifhook/build.dart
does not exist, to not immediately break everyone. - Update tests.
- Update "script" terminology to "hook".
- Roll into Dart.
- Update examples (requires Dart roll).
- Roll into Flutter. (currently blocked by [native_assets_cli]
DynamicLoadingBundled
anddryRun
in Flutter #1049)