Skip to content

Instantly share code, notes, and snippets.

My Terminal config

Author: John Stableford

Date: 31/07/2019

Overview

  • Kitty terminal emulator link

  • Solarized Dark Terminal theme

class SplashWidget extends StatelessWidget {
@override
Widget build(BuildContext context) {
return SplashStateProvider( // InheritedWidget
builder: (context, snapshot) {
final SplashState splashState = SplashState.of(context);
if (splashState.snapshot.isLoading) {
return Center(
// instead of the LoadingUI widget knowing about how to subscribe to items, we should be able to
@pseudo-su
pseudo-su / boxstarter.ps1
Last active November 13, 2018 07:28 — forked from jessfraz/boxstarter.ps1
Config for windows dev machine
# Description: Boxstarter Script
# Author: Jess Frazelle <jess@linux.com>
# Last Updated: 2017-09-11
#
# Install boxstarter:
# . { iwr -useb http://boxstarter.org/bootstrapper.ps1 } | iex; get-boxstarter -Force
#
# You might need to set: Set-ExecutionPolicy RemoteSigned
#
# Run this boxstarter by calling the following from an **elevated** command-prompt:
/*!
* angular-formly JavaScript Library v0.0.0-semantically-released.0
*
* @license MIT (http://license.angular-formly.com)
*
* built with ♥ by Astrism <astrisms@gmail.com>, Kent C. Dodds <kent@doddsfamily.us>
* (ó ì_í)=óò=(ì_í ò)
*/
(function webpackUniversalModuleDefinition(root, factory) {
if(typeof exports === 'object' && typeof module === 'object')