Skip to content

Instantly share code, notes, and snippets.

View saifullahkhancs's full-sized avatar

Saifullah Khan saifullahkhancs

View GitHub Profile
@saifullahkhancs
saifullahkhancs / main.dart
Created April 26, 2023 06:45
delicate-vibration-1840
import 'package:flutter/material.dart';
void main() {
runApp(MyApp());
}
class MyApp extends StatelessWidget {
@override
Widget build (BuildContext context) {
return MaterialApp(