We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 08beb80 commit 84cb52eCopy full SHA for 84cb52e
objectbox/lib/src/bindings/objectbox-dart.h renamed to objectbox/lib/src/native/bindings/objectbox-dart.h
objectbox/pubspec.yaml
@@ -36,11 +36,11 @@ dependency_overrides:
36
ffigen:
37
name: 'ObjectBoxC'
38
description: 'Bindings to ObjectBox C-API'
39
- output: 'lib/src/bindings/objectbox-c.dart'
+ output: 'lib/src/native/bindings/objectbox-c.dart'
40
headers:
41
entry-points:
42
- - 'lib/src/bindings/objectbox.h'
43
- - 'lib/src/bindings/objectbox-dart.h'
+ - 'lib/src/native/bindings/objectbox.h'
+ - 'lib/src/native/bindings/objectbox-dart.h'
44
include-directives:
45
- '**objectbox*.h'
46
functions:
0 commit comments