Skip to content

Instantly share code, notes, and snippets.

@FantasyCheese
Created June 9, 2021 18:24
Show Gist options
  • Save FantasyCheese/adc3fb9401dcd57f4836dd91eddc6168 to your computer and use it in GitHub Desktop.
Save FantasyCheese/adc3fb9401dcd57f4836dd91eddc6168 to your computer and use it in GitHub Desktop.
help me!
import 'package:flutter/cupertino.dart';
import 'package:flutter/material.dart';
void main() {
runApp(MaterialApp(
home: Scaffold(
body: Center(
child: Text("Please help me!!!"),
),
),
));
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment