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' ;
31import 'package:flutter/material.dart' ;
42import 'package:flutter/services.dart' ;
3+
54import '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+
79class ListenOnUDPButton extends StatefulWidget {
810 @override
911 _ListenOnUDPButtonState createState () => _ListenOnUDPButtonState ();
Original file line number Diff line number Diff 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 ),
You can’t perform that action at this time.
0 commit comments