mirror of
https://github.com/flutter/samples.git
synced 2026-05-18 21:08:20 +00:00
Flutter 3.29 beta (#2571)
This commit is contained in:
@@ -23,9 +23,7 @@ void main() {
|
||||
return MissingPluginException();
|
||||
},
|
||||
);
|
||||
await tester.pumpWidget(const MaterialApp(
|
||||
home: MethodChannelDemo(),
|
||||
));
|
||||
await tester.pumpWidget(const MaterialApp(home: MethodChannelDemo()));
|
||||
|
||||
// Initially the value of count should be 0.
|
||||
expect(find.text('Value of count is 0'), findsOneWidget);
|
||||
|
||||
Reference in New Issue
Block a user