Skip to content

Instantly share code, notes, and snippets.

@jediyeti
Created January 26, 2020 15:58
Show Gist options
  • Save jediyeti/0e20c8b076ee1e4b942b28ce5f532e76 to your computer and use it in GitHub Desktop.
Save jediyeti/0e20c8b076ee1e4b942b28ce5f532e76 to your computer and use it in GitHub Desktop.
Hello, Flutter World
import 'package:flutter/material.dart';
void main() {
runApp(Text('Hello, Flutter world!'));
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment