Skip to content

Commit 8bb7d59

Browse files
dartfmt
1 parent 437f935 commit 8bb7d59

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

lib/screens/dashboard/components/udp_button.dart

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,11 @@
1-
import 'package:ccxgui/bloc/process_bloc/process_bloc.dart';
2-
import 'package:ccxgui/utils/constants.dart';
31
import 'package:flutter/material.dart';
42
import 'package:flutter/services.dart';
3+
54
import 'package:flutter_bloc/flutter_bloc.dart';
65

6+
import 'package:ccxgui/bloc/process_bloc/process_bloc.dart';
7+
import 'package:ccxgui/utils/constants.dart';
8+
79
class ListenOnUDPButton extends StatefulWidget {
810
@override
911
_ListenOnUDPButtonState createState() => _ListenOnUDPButtonState();

lib/screens/dashboard/dashboard.dart

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -314,7 +314,6 @@ class LogsContainer extends StatelessWidget {
314314
'Framerate: ${state.videoDetails.isNotEmpty ? state.videoDetails[3].substring(5) : ''}',
315315
style: TextStyle(fontSize: 15),
316316
),
317-
318317
],
319318
),
320319
),

0 commit comments

Comments
 (0)