-
Notifications
You must be signed in to change notification settings - Fork 69
Add example for dynamically linking one native library with another #1413
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Great! 🚀
Please ensure the example is run from pkgs/native_assets_cli/test/example/*.dart
somewhere
pkgs/native_assets_cli/example/build/linked_library/ffigen_add.yaml
Outdated
Show resolved
Hide resolved
pkgs/native_assets_cli/example/build/linked_library/hook/build.dart
Outdated
Show resolved
Hide resolved
pkgs/native_assets_cli/example/build/linked_library/hook/build.dart
Outdated
Show resolved
Hide resolved
pkgs/native_assets_cli/example/build/linked_library/hook/build.dart
Outdated
Show resolved
Hide resolved
pkgs/native_assets_cli/example/build/linked_library/lib/math.dart
Outdated
Show resolved
Hide resolved
Thanks for the timely review @dcharkes! |
PR HealthBreaking changes ✔️Details
API leaks ✔️DetailsThe following packages contain symbols visible in the public API, but not exported by the library. Export these symbols or remove them from your publicly visible API.
License Headers ✔️Details
All source files should start with a license header. Unrelated files missing license headers
Package publish validation ✔️Details
Documentation at https://github.com/dart-lang/ecosystem/wiki/Publishing-automation. |
An example that demonstrates and tests dynamically linking one native library to another.
#190
Contribution guidelines:
dart format
.Note that many Dart repos have a weekly cadence for reviewing PRs - please allow for some latency before initial review feedback.