diff --git a/jade_gui-1.0.1-1-any.pkg.tar.zst b/jade_gui-1.0.1-1-any.pkg.tar.zst new file mode 100644 index 0000000..33c4931 Binary files /dev/null and b/jade_gui-1.0.1-1-any.pkg.tar.zst differ diff --git a/jade_gui-1.0.2-1-any.pkg.tar.zst b/jade_gui-1.0.2-1-any.pkg.tar.zst new file mode 100644 index 0000000..76f3c96 Binary files /dev/null and b/jade_gui-1.0.2-1-any.pkg.tar.zst differ diff --git a/lib/main.dart b/lib/main.dart index a19e747..b81a775 100644 --- a/lib/main.dart +++ b/lib/main.dart @@ -21,7 +21,7 @@ Future checkIsEfi(setState) async { .then((ProcessResult result) { return result.stdout; }); - bool isEfi = scriptOutput == "UEFI" ? true : false; + bool isEfi = scriptOutput == "UEFI\n" ? true : false; debugPrint(isEfi.toString()); debugPrint(scriptOutput); setState(isEfi); diff --git a/linux/flutter/generated_plugins.cmake b/linux/flutter/generated_plugins.cmake index 2e1de87..51436ae 100644 --- a/linux/flutter/generated_plugins.cmake +++ b/linux/flutter/generated_plugins.cmake @@ -5,9 +5,6 @@ list(APPEND FLUTTER_PLUGIN_LIST ) -list(APPEND FLUTTER_FFI_PLUGIN_LIST -) - set(PLUGIN_BUNDLED_LIBRARIES) foreach(plugin ${FLUTTER_PLUGIN_LIST}) @@ -16,8 +13,3 @@ foreach(plugin ${FLUTTER_PLUGIN_LIST}) list(APPEND PLUGIN_BUNDLED_LIBRARIES $) list(APPEND PLUGIN_BUNDLED_LIBRARIES ${${plugin}_bundled_libraries}) endforeach(plugin) - -foreach(ffi_plugin ${FLUTTER_FFI_PLUGIN_LIST}) - add_subdirectory(flutter/ephemeral/.plugin_symlinks/${ffi_plugin}/linux plugins/${ffi_plugin}) - list(APPEND PLUGIN_BUNDLED_LIBRARIES ${${ffi_plugin}_bundled_libraries}) -endforeach(ffi_plugin) diff --git a/pubspec.lock b/pubspec.lock index f07e700..77540f5 100644 --- a/pubspec.lock +++ b/pubspec.lock @@ -49,7 +49,7 @@ packages: name: collection url: "https://pub.dartlang.org" source: hosted - version: "1.16.0" + version: "1.15.0" cupertino_icons: dependency: "direct main" description: @@ -115,7 +115,7 @@ packages: name: material_color_utilities url: "https://pub.dartlang.org" source: hosted - version: "0.1.4" + version: "0.1.3" meta: dependency: transitive description: @@ -129,7 +129,7 @@ packages: name: path url: "https://pub.dartlang.org" source: hosted - version: "1.8.1" + version: "1.8.0" path_provider: dependency: "direct main" description: @@ -225,7 +225,7 @@ packages: name: source_span url: "https://pub.dartlang.org" source: hosted - version: "1.8.2" + version: "1.8.1" stack_trace: dependency: transitive description: @@ -267,14 +267,21 @@ packages: name: test_api url: "https://pub.dartlang.org" source: hosted - version: "0.4.9" + version: "0.4.8" + typed_data: + dependency: transitive + description: + name: typed_data + url: "https://pub.dartlang.org" + source: hosted + version: "1.3.0" vector_math: dependency: transitive description: name: vector_math url: "https://pub.dartlang.org" source: hosted - version: "2.1.2" + version: "2.1.1" win32: dependency: transitive description: