Skip to content

Instantly share code, notes, and snippets.

View MeandNi's full-sized avatar
🌴
On vacation

杨加康 MeandNi

🌴
On vacation
View GitHub Profile
void main() => runApp(new MyApp());
class MyApp extends StatelessWidget {
@override
Widget build(BuildContext context) {
return new MaterialApp(
title: 'Streams Demo',
theme: new ThemeData(
primarySwatch: Colors.blue,
),