Skip to content

Instantly share code, notes, and snippets.

View lucadevv's full-sized avatar

Luis Carranza lucadevv

View GitHub Profile
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.