This website works better with JavaScript
Accueil
Explorer
Aide
S'inscrire
Connexion
ub3lal
/
yookassa_payments_flutter
Suivre
1
Voter
0
Fork
0
Fichiers
Tickets
0
Pull Requests
0
Wiki
Aborescence:
6e6fe83e94
Branches
Tags
main
yookassa_paymen...
/
example
/
lib
/
main.dart
main.dart
99 B
Historique
Raw
1
2
3
4
5
6
import 'package:flutter/material.dart';
import 'app.dart';
void main() {
runApp(const App());
}