upgrade pkg version

This commit is contained in:
kit
2024-09-25 12:02:25 +07:00
parent fc4d61d1b5
commit 5a37945b9c
14 changed files with 290 additions and 132 deletions

View File

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