Skip to content

Commit 420ac73

Browse files
AlexV525Desdaemon
authored andcommitted
Update ffi.dart
1 parent a149c02 commit 420ac73

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

lib/ffi.dart

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,11 @@ export 'bridge_definitions.dart';
1212
export 'bridge_generated.dart';
1313

1414
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.
15+
16+
/// Use for Darwin framework lookup.
17+
/// Use an explicit package constant to avoid
18+
/// 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.
1920
const _package = 'native';
2021

2122
final _dylib = switch (Platform.operatingSystem) {

0 commit comments

Comments
 (0)