Skip to content

Instantly share code, notes, and snippets.

View pfeifer2154's full-sized avatar
๐Ÿ˜ƒ

Matheus Pfeifer pfeifer2154

๐Ÿ˜ƒ
View GitHub Profile
@pfeifer2154
pfeifer2154 / main.dart
Created April 29, 2026 22:55
Tela PfeiferAI
import 'package:flutter/material.dart';
void main() {
runApp(const PfeiferAIApp());
}
class PfeiferAIApp extends StatelessWidget {
const PfeiferAIApp({super.key});
@override