Skip to content

Instantly share code, notes, and snippets.

View eEQK's full-sized avatar

Karol eEQK

  • Poland, Gdansk
  • 11:13 (UTC +01:00)
View GitHub Profile
View scratch.dart
import 'package:flutter/material.dart';
void main() => runApp(MyApp());
class MyApp extends StatelessWidget {
@override
Widget build(BuildContext context) {
return MaterialApp(
title: 'Flutter Demo',
debugShowCheckedModeBanner: false,