Skip to content

Instantly share code, notes, and snippets.

View ashutosh1211's full-sized avatar
🎯
Focusing

Ashutosh ashutosh1211

🎯
Focusing
  • Connection Loops Pvt. Ltd.
  • Pune, India
View GitHub Profile
import 'package:flutter/material.dart';
void main() {
runApp(MyApp());
}
class MyApp extends StatelessWidget {
// This widget is the root of your application.
@override
Widget build(BuildContext context) {