Basic layout, navigation, first empty pages
This commit is contained in:
10
lib/screens/competitions_screen.dart
Normal file
10
lib/screens/competitions_screen.dart
Normal file
@@ -0,0 +1,10 @@
|
||||
import 'package:flutter/material.dart';
|
||||
|
||||
class CompetitionsScreen extends StatelessWidget {
|
||||
const CompetitionsScreen({super.key});
|
||||
|
||||
@override
|
||||
Widget build(BuildContext context) {
|
||||
return Text("Competitions");
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user