Skip to content

Instantly share code, notes, and snippets.

View balfaz's full-sized avatar
👽
Assembling the new project

Carlos Balarezo balfaz

👽
Assembling the new project
  • IT Manager
  • Italia
View GitHub Profile
import 'package:flutter/material.dart';
void main() => runApp(new MyApp());
class MyApp extends StatelessWidget {
@override
Widget build(BuildContext context) {
return new MaterialApp(
title: 'Flutter Demo',
theme: new ThemeData(