Skip to content

Instantly share code, notes, and snippets.

View AdnanKhan45's full-sized avatar
💙
Fluttering

Muhammad Adnan AdnanKhan45

💙
Fluttering
View GitHub Profile
@jtlapp
jtlapp / default_flutter_app.dart
Created September 14, 2019 03:33
Default increment app that the Flutter plugin generates
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) {
return MaterialApp(
title: 'Flutter Demo',