Skip to content

Instantly share code, notes, and snippets.

@Rcsouza25
Rcsouza25 / main.dart
Last active March 11, 2026 22:21
Teste de gists
import 'package:flutter/material.dart';
void main() {
runApp(const MyApp());
}
class MyApp extends StatelessWidget {
const MyApp({super.key});
// This widget is the root of your application.