Skip to content

Instantly share code, notes, and snippets.

@shellcode
shellcode / main.dart
Created September 22, 2018 16:15
Cake Factory
import 'dart:async';
class Cake {
}
class Order {
String type;
Order(this.type);
}
@shellcode
shellcode / index.html
Created September 22, 2018 16:14
Stream Example
<h4>Enter your Email</h4>
<input />
<div style="color:red"></div>