Skip to content

Instantly share code, notes, and snippets.

@JohanScheepers
Created July 6, 2025 20:33
Show Gist options
  • Save JohanScheepers/c3337442ec927d7482c10de729693613 to your computer and use it in GitHub Desktop.
Save JohanScheepers/c3337442ec927d7482c10de729693613 to your computer and use it in GitHub Desktop.
MyApp
import 'package:flutter/material.dart';
void main() {
runApp(
const MyApp(),
);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment