pull/1/head
Enzo 2 years ago
parent 2271e12422
commit 2d8992478f

@ -1,10 +0,0 @@
import 'package:flutter/material.dart';
class AndroidWidgetTest extends StatelessWidget {
const AndroidWidgetTest({Key? key}) : super(key: key);
@override
Widget build(BuildContext context) {
return const Text("Android oupy");
}
}

@ -1,10 +0,0 @@
import 'package:flutter/material.dart';
class WebWidgetTest extends StatelessWidget {
const WebWidgetTest({Key? key}) : super(key: key);
@override
Widget build(BuildContext context) {
return const Text("Web oupy");
}
}
Loading…
Cancel
Save