Skip to content

Instantly share code, notes, and snippets.

View liuchuancong's full-sized avatar
😇

bobobo liuchuancong

😇
  • Xi'an, China
  • 07:05 (UTC +08:00)
View GitHub Profile
import 'package:flutter/material.dart';
import 'dart:math' as math;
import 'dart:async';
void main() => runApp(new MyApp());
class MyApp extends StatelessWidget {
// This widget is the root of your application.
@override
Widget build(BuildContext context) {