Skip to content

Commit

Permalink
Various fixes from "dart fix"
Browse files Browse the repository at this point in the history
  • Loading branch information
Gold872 committed Nov 8, 2023
1 parent 1a44e51 commit b6086fe
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 6 deletions.
2 changes: 1 addition & 1 deletion lib/services/nt4.dart
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/// Written by Michael Jansen from Team 3015, Ranger Robotics
// Written by Michael Jansen from Team 3015, Ranger Robotics

import 'dart:async';
import 'dart:convert';
Expand Down
2 changes: 0 additions & 2 deletions lib/widgets/draggable_containers/draggable_list_layout.dart
Original file line number Diff line number Diff line change
@@ -1,12 +1,10 @@
import 'dart:ui';

import 'package:collection/collection.dart';
import 'package:elastic_dashboard/services/globals.dart';
import 'package:elastic_dashboard/widgets/dialog_widgets/dialog_text_input.dart';
import 'package:elastic_dashboard/widgets/draggable_containers/draggable_layout_container.dart';
import 'package:elastic_dashboard/widgets/draggable_containers/draggable_nt4_widget_container.dart';
import 'package:elastic_dashboard/widgets/draggable_containers/draggable_widget_container.dart';
import 'package:flutter/gestures.dart';
import 'package:flutter/material.dart';

class DraggableListLayout extends DraggableLayoutContainer {
Expand Down
4 changes: 2 additions & 2 deletions lib/widgets/mjpeg.dart
Original file line number Diff line number Diff line change
Expand Up @@ -66,8 +66,8 @@ class Mjpeg extends HookWidget {
this.loading,
this.headers = const {},
this.preprocessor,
Key? key,
}) : super(key: key);
super.key,
});

Future<void> cancelSubscription() async {
await _manager.cancelSubscription();
Expand Down
2 changes: 1 addition & 1 deletion lib/widgets/nt4_widgets/multi-topic/combo_box_chooser.dart
Original file line number Diff line number Diff line change
Expand Up @@ -255,7 +255,7 @@ class _StringChooserDropdown extends StatelessWidget {
overflow: TextOverflow.ellipsis,
),
);
}).toList(),
}),
],
dropdownStyleData: DropdownStyleData(
decoration: BoxDecoration(
Expand Down

0 comments on commit b6086fe

Please sign in to comment.