From 316028d26c6fc6f928971ffcdca550755f1d180b Mon Sep 17 00:00:00 2001 From: RequieMa Date: Fri, 25 Apr 2025 00:22:32 +0800 Subject: [PATCH] modify README.md since buildShaderBundleJson argument buildConfig does not match the api --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 1dd21da..8e9ef9f 100644 --- a/README.md +++ b/README.md @@ -32,7 +32,7 @@ Use native asset build hooks to import Flutter GPU shader bundle assets. void main(List args) async { await build(args, (config, output) async { await buildShaderBundleJson( - buildConfig: config, + buildInput: config, buildOutput: output, manifestFileName: 'my_cool_bundle.shaderbundle.json'); });