Skip to content

Instantly share code, notes, and snippets.

View jayanthjj's full-sized avatar
💭
What's Cooking?

Jayanth Jayadevan jayanthjj

💭
What's Cooking?
View GitHub Profile
import 'package:flutter/material.dart';
void main() {
runApp(MyApp());
}
class MyApp extends StatelessWidget {
@override
Widget build(BuildContext context) {
return MaterialApp(