Skip to content

Instantly share code, notes, and snippets.

View mihirh19's full-sized avatar
🏗️
Progressing

Mihir Hadavani mihirh19

🏗️
Progressing
View GitHub Profile
import 'package:flutter/material.dart';
void main() {
runApp(const MyApp());
}
class MyApp extends StatelessWidget {
const MyApp({super.key});
@override