Last active
April 21, 2020 05:58
-
-
Save iamriya/1504a75739e78284b26c76c268f6266b to your computer and use it in GitHub Desktop.
Flutter App demo
This file contains hidden or 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(MaterialApp( | |
title: 'Flutter app demo', | |
home: Scaffold(), | |
)); | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment