Author: John Stableford
Date: 31/07/2019
-
Kitty terminal emulator link
-
Solarized Dark Terminal theme
Author: John Stableford
Date: 31/07/2019
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 |
# Description: Boxstarter Script | |
# Author: Jess Frazelle <[email protected]> | |
# 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 <[email protected]>, Kent C. Dodds <[email protected]> | |
* (ó ì_í)=óò=(ì_í ò) | |
*/ | |
(function webpackUniversalModuleDefinition(root, factory) { | |
if(typeof exports === 'object' && typeof module === 'object') |