We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8bb7d59 commit dd7c1e1Copy full SHA for dd7c1e1
lib/screens/dashboard/components/udp_button.dart
@@ -35,7 +35,6 @@ class _ListenOnUDPButtonState extends State<ListenOnUDPButton> {
35
return _host + portController.text;
36
}
37
38
- bool _validatePort = false;
39
final _formKey = GlobalKey<FormState>();
40
@override
41
Widget build(BuildContext context) {
0 commit comments