Skip to content

Instantly share code, notes, and snippets.

@kasperpeulen
Last active November 26, 2021 09:38
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save kasperpeulen/06f33b449e7bd3926fbd1bc799f061f3 to your computer and use it in GitHub Desktop.
Save kasperpeulen/06f33b449e7bd3926fbd1bc799f061f3 to your computer and use it in GitHub Desktop.
Hello World
import 'package:flutter/widgets.dart';
void main() {
runApp(Text('Hello World!'));
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment