Skip to content

Instantly share code, notes, and snippets.

View DebugHer's full-sized avatar
🎯
Focusing

Adegoke Ayomikun Daniel DebugHer

🎯
Focusing
View GitHub Profile
import 'package:flutter/material.dart';
import 'dart:math' as math;
void main() {
runApp(MyApp());
}
class MyApp extends StatelessWidget {
// This widget is the root of your application.