flutter: Fix kddockwidgets library name
So dart can load the correct one
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user