Skip to content

Instantly share code, notes, and snippets.

@ShwetaRPawar
Created January 30, 2020 12:37
Show Gist options
  • Save ShwetaRPawar/3c323d55eb078335bd9ac075e14f0cb3 to your computer and use it in GitHub Desktop.
Save ShwetaRPawar/3c323d55eb078335bd9ac075e14f0cb3 to your computer and use it in GitHub Desktop.
import 'package:flutter/material.dart';
void main() {
runApp
(
MaterialApp
(
home: Center
(
child: Text("Hello Shweta"),
)
)
);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment