material desing init with example

This commit is contained in:
2023-09-27 10:46:34 +02:00
parent 9314d5f4e0
commit 21ab0d0c5f
12 changed files with 4235 additions and 101 deletions

View File

@@ -13,7 +13,7 @@ import 'package:progetto_m335_flutter/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 App());
// Verify that our counter starts at 0.
expect(find.text('0'), findsOneWidget);