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 73023dc commit 8cfe975Copy full SHA for 8cfe975
bin/deploy_flutter_demos.dart
@@ -33,7 +33,7 @@ Future<void> init() async {
33
Future<void> buildWebProject() async {
34
final flutterTargetFile = '${projectDir.path}bin\\main.dart';
35
print('Build web app: $flutterTargetFile');
36
- await cmd('flutter build web -t $flutterTargetFile --web-renderer html');
+ await cmd('flutter build web -t $flutterTargetFile');
37
}
38
39
Future<void> cloneOriginRepository() async {
0 commit comments