Skip to content

Instantly share code, notes, and snippets.

View luizgpa's full-sized avatar

Luiz Guilherme Alvarez luizgpa

View GitHub Profile
@luizgpa
luizgpa / main.dart
Created May 14, 2018 17:39
Fonts with spaces in the filename don't work
import 'package:flutter/material.dart';
void main() => runApp(new App());
class App extends StatelessWidget {
@override
Widget build(BuildContext context) {
return new WidgetsApp(
color: Colors.green,
builder: (context, child) {