mirror of
https://github.com/zjs81/meshcore-open.git
synced 2026-04-20 22:13:48 +00:00
Dart Format
This commit is contained in:
parent
44c0670dae
commit
7cb84dbf6f
2 changed files with 2 additions and 7 deletions
|
|
@ -164,9 +164,7 @@ class _ScannerScreenState extends State<ScannerScreen> {
|
|||
? const SizedBox(
|
||||
width: 20,
|
||||
height: 20,
|
||||
child: CircularProgressIndicator(
|
||||
strokeWidth: 2,
|
||||
),
|
||||
child: CircularProgressIndicator(strokeWidth: 2),
|
||||
)
|
||||
: const Icon(Icons.bluetooth_searching),
|
||||
label: Text(
|
||||
|
|
|
|||
|
|
@ -137,10 +137,7 @@ void main() {
|
|||
final connector = _FakeMeshCoreConnector();
|
||||
|
||||
await tester.pumpWidget(
|
||||
_buildTestApp(
|
||||
connector: connector,
|
||||
child: const ScannerScreen(),
|
||||
),
|
||||
_buildTestApp(connector: connector, child: const ScannerScreen()),
|
||||
);
|
||||
await tester.pumpAndSettle();
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue