Skip to content

Instantly share code, notes, and snippets.

@omariosouto
Created May 3, 2019 17:16
Show Gist options
  • Select an option

  • Save omariosouto/e240508aae106e1b150072b65d1eb672 to your computer and use it in GitHub Desktop.

Select an option

Save omariosouto/e240508aae106e1b150072b65d1eb672 to your computer and use it in GitHub Desktop.
import 'package:flutter/material.dart';
void main() {
runApp(
MaterialApp(
home: Text('Hello!'),
)
);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment