Skip to content

Instantly share code, notes, and snippets.

View kaminono's full-sized avatar
🏠
Working from home

Xiaoyu Li kaminono

🏠
Working from home
View GitHub Profile
@kaminono
kaminono / main.dart
Created May 29, 2023 14:35
cylindrical-charm-4575
import 'package:flutter/material.dart';
void main() {
runApp(MyApp());
}
class MyApp extends StatelessWidget {
@override
Widget build(BuildContext context) {
return MaterialApp(