Skip to content

Instantly share code, notes, and snippets.

View felhamdi's full-sized avatar

فاروق الحامدي felhamdi

View GitHub Profile
@felhamdi
felhamdi / main.dart
Created January 12, 2024 20:22
Flutter Lecture 4 - Assignment 1
import 'package:flutter/material.dart';
void main() {
runApp(
MaterialApp(
home: Scaffold(
appBar: AppBar(
title: Icon(
Icons.arrow_back_ios,
size: 25,