new appicon

This commit is contained in:
2025-06-01 11:42:15 +02:00
parent e78d9300f8
commit d62c2c88cc
69 changed files with 6 additions and 355 deletions

View File

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