Created
January 26, 2020 15:58
-
-
Save jediyeti/0e20c8b076ee1e4b942b28ce5f532e76 to your computer and use it in GitHub Desktop.
Hello, Flutter World
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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