Added headless switch

Fixed UI
This commit is contained in:
Alessandro Autiero
2022-10-04 17:28:10 +02:00
parent 9a759ac9e3
commit c27dbaa306
20 changed files with 389 additions and 225 deletions

View File

@@ -3,8 +3,6 @@ import 'dart:io';
import 'package:file_picker/file_picker.dart';
import 'package:path/path.dart' as path;
File errorFile = File("${Platform.environment["Temp"]}/error.txt");
const int appBarSize = 2;
final RegExp _regex = RegExp(r'(?<=\(Build )(.*)(?=\))');