Skip to content

Commit 84cb52e

Browse files
committed
move objectbox-dart.h to native/bindings
1 parent 08beb80 commit 84cb52e

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

objectbox/pubspec.yaml

+3-3
Original file line numberDiff line numberDiff line change
@@ -36,11 +36,11 @@ dependency_overrides:
3636
ffigen:
3737
name: 'ObjectBoxC'
3838
description: 'Bindings to ObjectBox C-API'
39-
output: 'lib/src/bindings/objectbox-c.dart'
39+
output: 'lib/src/native/bindings/objectbox-c.dart'
4040
headers:
4141
entry-points:
42-
- 'lib/src/bindings/objectbox.h'
43-
- 'lib/src/bindings/objectbox-dart.h'
42+
- 'lib/src/native/bindings/objectbox.h'
43+
- 'lib/src/native/bindings/objectbox-dart.h'
4444
include-directives:
4545
- '**objectbox*.h'
4646
functions:

0 commit comments

Comments
 (0)