Skip to content

Commit 1dac425

Browse files
fix: update main to web build
1 parent 9cfe30f commit 1dac425

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

example/lib/main.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ import 'package:flutter/material.dart';
33
import 'package:flutter_form_builder/flutter_form_builder.dart';
44
import 'package:form_builder_image_picker/form_builder_image_picker.dart';
55

6-
void main() {
6+
Future<void> main() async {
77
runApp(const MyApp());
88
}
99

0 commit comments

Comments
 (0)