Skip to content

Instantly share code, notes, and snippets.

View inug4mi's full-sized avatar
馃悤
Coding with no direction.

Inug4mi inug4mi

馃悤
Coding with no direction.
View GitHub Profile
@inug4mi
inug4mi / main.dart
Created February 26, 2023 15:44
flying-oak-0499
import 'package:flutter/material.dart';
void main(){
runApp(const MyApp());
}
class MyApp extends StatelessWidget{
const MyApp({Key? key}):super(key:key);
@override