Skip to content

Instantly share code, notes, and snippets.

View tsarawoot's full-sized avatar

Sarawoot tsarawoot

  • JCM
  • Bangkok, Thailand
View GitHub Profile
@tsarawoot
tsarawoot / main.dart
Last active December 20, 2021 08:27
Example Flutter Tutorial
//----------
//main.dart
//----------
// import 'dart:html';
import 'package:flutter/material.dart';
// import 'package:update_widget/quote_card.dart';
// import 'quote.dart';
void main() => runApp(MaterialApp(
home: QuoatList(),