Skip to content

Commit 8cfe975

Browse files
committed
Replace web renderer html to canvakit.
1 parent 73023dc commit 8cfe975

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bin/deploy_flutter_demos.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ Future<void> init() async {
3333
Future<void> buildWebProject() async {
3434
final flutterTargetFile = '${projectDir.path}bin\\main.dart';
3535
print('Build web app: $flutterTargetFile');
36-
await cmd('flutter build web -t $flutterTargetFile --web-renderer html');
36+
await cmd('flutter build web -t $flutterTargetFile');
3737
}
3838

3939
Future<void> cloneOriginRepository() async {

0 commit comments

Comments
 (0)