Skip to content

Instantly share code, notes, and snippets.

@iamriya
Last active April 21, 2020 05:58
Show Gist options
  • Save iamriya/1504a75739e78284b26c76c268f6266b to your computer and use it in GitHub Desktop.
Save iamriya/1504a75739e78284b26c76c268f6266b to your computer and use it in GitHub Desktop.
Flutter App demo
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