first commit
This commit is contained in:
12
lib/screens/statistick/statistick_screen.dart
Normal file
12
lib/screens/statistick/statistick_screen.dart
Normal file
@@ -0,0 +1,12 @@
|
||||
import 'package:auto_route/auto_route.dart';
|
||||
import 'package:flutter/material.dart';
|
||||
|
||||
@RoutePage()
|
||||
class StatistickScreen extends StatelessWidget {
|
||||
const StatistickScreen({super.key});
|
||||
|
||||
@override
|
||||
Widget build(BuildContext context) {
|
||||
return const Placeholder(color: Colors.orange);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user