Skip to content

Instantly share code, notes, and snippets.

@Adanlyn
Adanlyn / main.dart
Last active September 26, 2025 18:39
Picpay Telas
import 'package:flutter/material.dart';
/* HOME */
void main() => runApp(const PicPayClone());
class PicPayClone extends StatelessWidget {
const PicPayClone({super.key});
@override