Skip to content

Instantly share code, notes, and snippets.

import 'package:flutter/material.dart';
void main() => runApp(MaterialApp(title: 'Test', home: TestApp()));
class TestApp extends StatefulWidget {
@override
_TestAppState createState() => _TestAppState();
}
class _TestAppState extends State<TestApp>

Keybase proof

I hereby claim:

  • I am supergarotinho on github.
  • I am supergarotinho (https://keybase.io/supergarotinho) on keybase.
  • I have a public key ASC-fXCwfdeJLkdNVYf7gByaPin6Ga3r2Nqw60KZyDQfWAo

To claim this, I am signing this object:

@supergarotinho
supergarotinho / multi-node-hdfs-yarn
Last active December 5, 2016 17:07 — forked from akanto/multi-node-hdfs-yarn
multi-node-hdfs-yarn BLUEPRINT
{
"host_groups": [
{
"name": "master",
"components": [
{
"name": "NAMENODE"
},
{
"name": "SECONDARY_NAMENODE"