File tree Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Original file line number Diff line number Diff line change 1
- import 'package:ccxgui/bloc/process_bloc/process_bloc.dart' ;
2
- import 'package:ccxgui/utils/constants.dart' ;
3
1
import 'package:flutter/material.dart' ;
4
2
import 'package:flutter/services.dart' ;
3
+
5
4
import 'package:flutter_bloc/flutter_bloc.dart' ;
6
5
6
+ import 'package:ccxgui/bloc/process_bloc/process_bloc.dart' ;
7
+ import 'package:ccxgui/utils/constants.dart' ;
8
+
7
9
class ListenOnUDPButton extends StatefulWidget {
8
10
@override
9
11
_ListenOnUDPButtonState createState () => _ListenOnUDPButtonState ();
Original file line number Diff line number Diff line change @@ -314,7 +314,6 @@ class LogsContainer extends StatelessWidget {
314
314
'Framerate: ${state .videoDetails .isNotEmpty ? state .videoDetails [3 ].substring (5 ) : '' }' ,
315
315
style: TextStyle (fontSize: 15 ),
316
316
),
317
-
318
317
],
319
318
),
320
319
),
You can’t perform that action at this time.
0 commit comments