Skip to content

Instantly share code, notes, and snippets.

View fadaqx's full-sized avatar

fadaqx

  • Joined Oct 6, 2025
View GitHub Profile
@fadaqx
fadaqx / gist:58e08307f6cdce2144a9c7715ac32d07
Created October 6, 2025 15:42
homework_Fadaq_MohammedCS4
import 'package:flutter/material.dart';
void main() {
runApp(const MyApp());
}
class MyApp extends StatelessWidget {