Skip to content

Instantly share code, notes, and snippets.

View mrphu3074's full-sized avatar

Phu Nguyen mrphu3074

View GitHub Profile
import 'package:flutter/material.dart';
void main() => runApp(MyApp());
class MyApp extends StatelessWidget {
// This widget is the root of your application.
@override
Widget build(BuildContext context) {
return MaterialApp(
title: 'Flutter Demo',
@mrphu3074
mrphu3074 / esnextbin.md
Created May 5, 2017 15:57
esnextbin sketch

TodoMVC React

<link rel="import" href="../core-icon-button/core-icon-button.html">
<link rel="import" href="../core-toolbar/core-toolbar.html">
<polymer-element name="my-element">
<template>
<style>
:host {
position: absolute;
width: 100%;