Skip to content

Nerajankc/flutter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

2f0197d · Oct 25, 2019

History

5 Commits
Oct 25, 2019
Oct 25, 2019
Oct 25, 2019

Repository files navigation

flutter

flutter source code import 'package:flutter/material.dart';

void main() => runApp(MyApp());

class MyApp extends StatelessWidget { @override Widget build(BuildContext context) { return MaterialApp( home: Scaffold( appBar: AppBar( title: Text('Hello World App '), ), body:Center(child: Text('Hello world '), ) ), ); } }

About

flutter source code

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published