Skip to content

Instantly share code, notes, and snippets.

@gojsOffice
gojsOffice / main.dart
Created January 22, 2024 17:23
celestial-osmium-4474
import 'package:flutter/material.dart';
void main() {
runApp(const App());
}
class App extends StatefulWidget {
const App({super.key});
@override