Upgrade follow latest

This commit is contained in:
Chandra Abdul Fattah
2023-03-07 22:11:56 +07:00
parent a4b2fe3179
commit 370c56908c
161 changed files with 1903 additions and 431 deletions

View File

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