1
0
mirror of https://github.com/flutter/samples.git synced 2026-03-25 13:51:35 +00:00

Adjust experimental/federated_plugin/federated_plugin lint rules (#817)

This commit is contained in:
Brett Morgan
2021-06-07 14:18:38 +10:00
committed by GitHub
parent 35f43dae45
commit 4069bfbe9e
4 changed files with 18 additions and 27 deletions

View File

@@ -19,7 +19,7 @@ void main() {
});
testWidgets('get current battery level from platform', (tester) async {
await tester.pumpWidget(MyApp());
await tester.pumpWidget(const MyApp());
// Tap button to retrieve current battery level from platform.
await tester.tap(find.byType(ElevatedButton));