Skip to content

Instantly share code, notes, and snippets.

View hania345's full-sized avatar
🎯
Focusing

Hania Khalid hania345

🎯
Focusing
View GitHub Profile
@hania345
hania345 / main.dart
Last active October 29, 2023 21:11
flutter task 1
import 'package:flutter/material.dart';
void main() {
runApp(MyApp());
}
class MyApp extends StatelessWidget {
@override
Widget build(BuildContext context) {
return MaterialApp(