I never learn to giv... • 4d
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 Bhai!')), body: Center(child: Text('Flutter me swagat hai!')), ), ); } }
Download the medial app to read full posts, comements and news.