Skip to content

Instantly share code, notes, and snippets.

View FLYINGSKATE's full-sized avatar
🎯
Focusing

Khan Ashraf Salim FLYINGSKATE

🎯
Focusing
View GitHub Profile
@FLYINGSKATE
FLYINGSKATE / mac_dock.dart
Last active October 31, 2024 11:09
Ashraf's Mac Dock
import 'package:flutter/material.dart';
void main() {
runApp(const MyApp());
}
class MyApp extends StatelessWidget {
const MyApp({super.key});
@override