Skip to content

Instantly share code, notes, and snippets.

View GaneshxD's full-sized avatar
🇳🇵

Ganesh Dahal GaneshxD

🇳🇵
View GitHub Profile
@GaneshxD
GaneshxD / main.dart
Created October 13, 2023 05:06 — forked from deven98/main.dart
Default Flutter Code
import 'package:flutter/material.dart';
void main() => runApp(new MyApp());
class MyApp extends StatelessWidget {
@override
Widget build(BuildContext context) {
return new MaterialApp(
title: 'Flutter Demo',
theme: new ThemeData(