Skip to content

Instantly share code, notes, and snippets.

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

bigzhu bigzhu

🏠
Working from home
View GitHub Profile
@bigzhu
bigzhu / main.dart
Created September 16, 2019 03:25
main.dart
import 'package:flutter/material.dart';
import 'package:flutter/gestures.dart';
void main() => runApp(MyApp());
class MyApp extends StatelessWidget {
// This widget is the root of your application.
@override
Widget build(BuildContext context) {
return MaterialApp(