Skip to content

Instantly share code, notes, and snippets.

View superhard's full-sized avatar
🎯
Focusing

Artem superhard

🎯
Focusing
View GitHub Profile
@superhard
superhard / main.dart
Created April 21, 2020 08:02
Flutter twitter clone
import 'package:flutter/material.dart';
//Twitter clone
//https://codepen.io/mkiisoft/pen/KKdgdad
void main() {
runApp(CustomTheme(child: Twittr()));
}
//INFO: Model User