Skip to content

Instantly share code, notes, and snippets.

View khuongsatou's full-sized avatar
🏄‍♂️

Nguyễn Văn Khương khuongsatou

🏄‍♂️
View GitHub Profile
@khuongsatou
khuongsatou / main.dart
Created January 30, 2022 08:37 — forked from ffeu/main.dart
Flutter Main Example with StreamBuilder
import 'dart:async';
import 'package:flutter/material.dart';
void main() => runApp(new MyApp());
class MyApp extends StatelessWidget {
@override
Widget build(BuildContext context) {
return new MaterialApp(