flutter: Fix kddockwidgets library name

So dart can load the correct one
This commit is contained in:
Sergio Martins
2022-07-23 17:21:00 +01:00
parent 307161a8f1
commit 9b7eaebd40
2 changed files with 3 additions and 2 deletions

View File

@@ -47,7 +47,7 @@ class Library {
// introduce our own env variable for the same use case
var bindingsPath = Platform.environment["DARTAGNAN_BINDINGSLIB_PATH"] ?? "";
var libraryPath = bindingsLibraryName("KDDockWidgets");
var libraryPath = bindingsLibraryName("kddockwidgets");
if (!bindingsPath.isEmpty) {
libraryPath = bindingsPath + "/" + libraryPath;
}