We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a149c02 commit 420ac73Copy full SHA for 420ac73
lib/ffi.dart
@@ -12,10 +12,11 @@ export 'bridge_definitions.dart';
12
export 'bridge_generated.dart';
13
14
const _libName = 'native';
15
-// Use for Darwin framework lookup under the DEBUG mode.
16
-// Use an explicit package constant to avoid
17
-// if the library name and the package name are not the same.
18
-// The value must be equal to the package name defined in pubspec.yaml.
+
+/// Use for Darwin framework lookup.
+/// Use an explicit package constant to avoid
+/// if the library name and the package name are not the same.
19
+/// The value must be equal to the package name defined in pubspec.yaml.
20
const _package = 'native';
21
22
final _dylib = switch (Platform.operatingSystem) {
0 commit comments