Guest User

Untitled

a guest
Dec 17th, 2017
72
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.23 KB | None | 0 0
  1. import 'package:flutter/material.dart';
  2.  
  3. void main () {
  4. runApp(
  5. new MaterialApp(
  6. title: "List App",
  7. home: new Scaffold(
  8. appBar: new AppBar(
  9. title: new Text("List App"),
  10. ),
  11. ),
  12. )
  13. );
  14. }
Add Comment
Please, Sign In to add comment