Skip to content

Instantly share code, notes, and snippets.

View genbugofficials's full-sized avatar

Joel Sony genbugofficials

View GitHub Profile
import 'package:flutter/material.dart';
void main() {
runApp(const MyPortfolio());
}
class MyPortfolio extends StatelessWidget {
const MyPortfolio({super.key});
@override