Skip to content

Instantly share code, notes, and snippets.

View metal-young's full-sized avatar
🏠
Working from home

Xiaoyu Li metal-young

🏠
Working from home
View GitHub Profile
@metal-young
metal-young / 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(