Skip to content

Instantly share code, notes, and snippets.

View mravn-google's full-sized avatar

Mikkel Nygaard Ravn mravn-google

View GitHub Profile
@mravn-google
mravn-google / inside_out.dart
Created July 4, 2018 06:26
Comparison of inside-out vs outside-in widget tree building
import 'package:flutter/material.dart';
void main() {
runApp(MyApp());
}
class MyApp extends StatelessWidget {
@override
Widget build(BuildContext context) {
Column buildButtonColumn(IconData icon, String label) {
Updating master docs: https://master-docs-flutter-io.firebaseapp.com/
⚠ Your CLI authentication needs to be updated to take advantage of new features.
⚠ Please run firebase login --reauth
=== Deploying to 'master-docs-flutter-io'...
i deploying database, hosting
✔ database: rules ready to deploy.
i hosting: preparing doc directory for upload...
Error: An unexpected error has occurred.
Error: Unable to deploy documentation to firebase. Retrying in five seconds...
⚠ Your CLI authentication needs to be updated to take advantage of new features.