Skip to content

Commit

Permalink
tester
Browse files Browse the repository at this point in the history
  • Loading branch information
spacey-sooty committed Feb 11, 2024
1 parent dfabe17 commit e5de836
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions lib/main.dart
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ import 'package:nt4/nt4.dart';
import 'package:logger/logger.dart';
// import 'package:fullscreen_window/fullscreen_window.dart';


void main() {
// var fullScreenState = false;
// toggleFullScreen(fullScreenState);
Expand Down Expand Up @@ -67,11 +68,11 @@ void networkTables() async {
}
}

// void toggleFullScreen(bool fullScreenState) {
// void toggleFullScreen(bool fullScreenState) {
// fullScreenState = !fullScreenState;
// if (fullScreenState) {
// FullscreenWindow.enterFullscreen();
// } else {
// FullscreenWindow.exitFullscreen();
// }
// }
// }

0 comments on commit e5de836

Please sign in to comment.