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.
2 parents 73e2d00 + e7e1485 commit 1bd9d91Copy full SHA for 1bd9d91
lib/main.dart
@@ -1,15 +1,6 @@
1
-import 'package:bitsdojo_window/bitsdojo_window.dart';
2
import 'package:flutter/material.dart';
3
import 'package:socket_probe/my_app.dart';
4
5
void main() {
6
runApp(const MyApp());
7
-
8
- // doWhenWindowReady(() {
9
- // final win = appWindow;
10
- // win.minSize = const Size(1024, 768);
11
- // win.size = const Size(1024, 768);
12
- // win.alignment = Alignment.center;
13
- // win.show();
14
- // });
15
}
0 commit comments