Fügt grundlegendes Routing mit Routemaster hinzu und ersetzt MyApp-Struktur

This commit is contained in:
2025-09-25 23:44:40 +02:00
parent 2eebfd7f5c
commit 9d8dc92d08
7 changed files with 89 additions and 115 deletions

View File

@@ -0,0 +1,6 @@
import 'package:flutter/material.dart';
class Trend extends StatelessWidget {
@override
Widget build(final BuildContext context) => const Text('TREND');
}