Skip to content

Instantly share code, notes, and snippets.

View yahya-uddin's full-sized avatar

Yahya Uddin yahya-uddin

  • Orderu
  • United Kingdom
View GitHub Profile
@yahya-uddin
yahya-uddin / main.dart
Last active December 13, 2019 00:04
Flutter Web Issue
import 'package:flutter/material.dart';
void main() => runApp(MyApp());
class MyApp extends StatelessWidget {
// This widget is the root of your application.
@override
Widget build(BuildContext context) {
return MaterialApp(
title: 'Flutter Demo',