主页添加底栏

This commit is contained in:
2026-03-10 23:39:51 +08:00
parent 5ba923838b
commit 52beb51a54
27 changed files with 118 additions and 36 deletions

View File

@@ -8,12 +8,11 @@
import 'package:flutter/material.dart';
import 'package:flutter_test/flutter_test.dart';
import 'package:mydearest/main.dart';
void main() {
testWidgets('Counter increments smoke test', (WidgetTester tester) async {
// Build our app and trigger a frame.
await tester.pumpWidget(const MyApp());
// Verify that our counter starts at 0.
expect(find.text('0'), findsOneWidget);