import 'package:flutter/material.dart'; void main() { runApp(const MaterialApp( home: Scaffold( body: Center(child: Text('Helló Világ!')) ) )); }