I hereby claim:
- I am erikwco on github.
- I am erikwco (https://keybase.io/erikwco) on keybase.
- I have a public key whose fingerprint is 18F7 6D6D 3A8E 888F FF07 373B C271 7866 0657 B6E3
To claim this, I am signing this object:
| /* 320 px */ | |
| @media screen and (min-width: 20em) { | |
| } | |
| /* 480 px */ | |
| @media screen and (min-width: 30em) { | |
| } |
| da< (or) da( (or) da{ // delete the block including <,(,{ and >,),} rsply | |
| di< (or) di( (or) di{ // simillarly, but excluing <,(,{ and >,),} rsply | |
| yi< (or) yi( (or) yi{ // yanks simillarly. Simillarly for ciw, viw, etc | |
| df<Space> // delete from current char including the next space | |
| daw // delete current word including the next space | |
| diq // delete current word excluding the next space | |
| yiw // yank current word excluding the next space | |
| yaw // yank current word including the next space |
I hereby claim:
To claim this, I am signing this object:
| import 'package:flutter/material.dart'; | |
| void main() => runApp(MyApp()); | |
| class MyApp extends StatelessWidget { | |
| @override | |
| Widget build(BuildContext context) { | |
| return MaterialApp( | |
| title: 'Flutter Demo', | |
| theme: ThemeData( |
| import 'package:flutter/material.dart'; | |
| import 'package:flutter/rendering.dart'; | |
| //* *************************************** | |
| //* Main | |
| //* *************************************** | |
| void main() => runApp(MyApp()); | |
| class MyApp extends StatelessWidget { | |
| @override |
| import 'dart:async'; | |
| import 'package:flutter/material.dart'; | |
| class ClientInformationPage extends StatefulWidget{ | |
| ClientInformationPage(); | |
| @override |
| import 'package:flutter/material.dart'; | |
| import 'package:flutter/rendering.dart'; | |
| //* *************************************** | |
| //* Main | |
| //* *************************************** | |
| void main() => runApp(MyApp()); | |
| class MyApp extends StatelessWidget { | |
| @override |