infrastructure/native/bindings/library_loader library

Functions

findOdbcPackageRoot() String?
Walks upward from Directory.current until pubspec.yaml is found.
loadOdbcLibrary() DynamicLibrary
Returns the loaded DynamicLibrary instance.
loadOdbcLibraryFromAssets() DynamicLibrary?
Attempts to load the ODBC engine library from application assets.
loadOdbcLibraryFromPath(String path) DynamicLibrary
Loads the ODBC engine library from a specific file path.
odbcEngineLibraryFileName() String
Platform-specific ODBC engine file name (odbc_engine.dll / libodbc_engine.so).
tryLoadOdbcEngineFromProjectRoot(String root) DynamicLibrary?
Tries dev release paths under root without falling back to system PATH.