-
Notifications
You must be signed in to change notification settings - Fork 619
Open
Labels
area-executiontype-bugIncorrect behavior (everything from a crash to more subtle misbehavior)Incorrect behavior (everything from a crash to more subtle misbehavior)
Description
Relevant console output
Script error.When did the error happen?
when i start to ruun
Your Dart code
import 'package:flutter/material.dart';
void main() {
runApp(const MyApp());
}
class MyApp extends StatelessWidget {
const MyApp({super.key});
@override
Widget build(BuildContext context) {
return const MaterialApp(
debugShowCheckedModeBanner: false,
home: Scaffold(body: Center(child: Text('Hello, World!'))),
);
}
}What OS did this error occur on?
Windows
What browser(s) did this error occur on?
Chromium based (Chrome, Edge)
Do you have any additional information?
No response
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
area-executiontype-bugIncorrect behavior (everything from a crash to more subtle misbehavior)Incorrect behavior (everything from a crash to more subtle misbehavior)