Created
June 9, 2021 18:24
-
-
Save FantasyCheese/adc3fb9401dcd57f4836dd91eddc6168 to your computer and use it in GitHub Desktop.
help me!
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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