mirror of
https://github.com/zjs81/meshcore-open.git
synced 2026-07-28 06:26:39 +10:00
Dart Format
This commit is contained in:
committed by
just-stuff-tm
parent
44c0670dae
commit
7cb84dbf6f
@@ -164,9 +164,7 @@ class _ScannerScreenState extends State<ScannerScreen> {
|
|||||||
? const SizedBox(
|
? const SizedBox(
|
||||||
width: 20,
|
width: 20,
|
||||||
height: 20,
|
height: 20,
|
||||||
child: CircularProgressIndicator(
|
child: CircularProgressIndicator(strokeWidth: 2),
|
||||||
strokeWidth: 2,
|
|
||||||
),
|
|
||||||
)
|
)
|
||||||
: const Icon(Icons.bluetooth_searching),
|
: const Icon(Icons.bluetooth_searching),
|
||||||
label: Text(
|
label: Text(
|
||||||
|
|||||||
@@ -137,10 +137,7 @@ void main() {
|
|||||||
final connector = _FakeMeshCoreConnector();
|
final connector = _FakeMeshCoreConnector();
|
||||||
|
|
||||||
await tester.pumpWidget(
|
await tester.pumpWidget(
|
||||||
_buildTestApp(
|
_buildTestApp(connector: connector, child: const ScannerScreen()),
|
||||||
connector: connector,
|
|
||||||
child: const ScannerScreen(),
|
|
||||||
),
|
|
||||||
);
|
);
|
||||||
await tester.pumpAndSettle();
|
await tester.pumpAndSettle();
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user