first commit
This commit is contained in:
commit
39e38f931f
382 changed files with 520450 additions and 0 deletions
10
lib/widgets/overviewCard.dart
Normal file
10
lib/widgets/overviewCard.dart
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
import 'package:flutter/material.dart';
|
||||
|
||||
class Overviewcard extends StatelessWidget {
|
||||
const Overviewcard({super.key});
|
||||
|
||||
@override
|
||||
Widget build(BuildContext context) {
|
||||
return const Placeholder();
|
||||
}
|
||||
}
|
||||
Reference in a new issue