Skip to content

[console error] Unexpected javascript error from running app #3566

@HighAurora

Description

@HighAurora

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    area-executiontype-bugIncorrect behavior (everything from a crash to more subtle misbehavior)

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions