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 2532c8b commit 12076beCopy full SHA for 12076be
pkgs/native_assets_cli/example/link/package_with_assets/hook/link.dart
@@ -6,6 +6,7 @@ import 'package:native_assets_cli/native_assets_cli.dart';
6
7
void main(List<String> args) async {
8
await link(args, (config, output) async {
9
+ //TODO: Add tree shaking by reading the resources.json produced by the SDK.
10
final dataAssets = config.assets.whereType<DataAsset>();
11
output.addAssets(dataAssets);
12
});
0 commit comments