-
Notifications
You must be signed in to change notification settings - Fork 70
[native_doc_dartifier] project set-up with an example #2373
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
base: main
Are you sure you want to change the base?
Conversation
commit 1a56b19 Author: Marshelino Maged <[email protected]> Date: Tue Jun 24 06:12:52 2025 +0300 Dart like representation commit a403817 Author: Marshelino Maged <[email protected]> Date: Sun Jun 22 23:55:51 2025 +0300 Revert "method to get the summary" This reverts commit cc8c61e. commit cc8c61e Author: Marshelino Maged <[email protected]> Date: Sun Jun 22 23:43:29 2025 +0300 method to get the summary commit b112f24 Author: Marshelino Maged <[email protected]> Date: Sat Jun 21 06:58:50 2025 +0300 reduce 80 chars line commit 0590757 Author: Marshelino Maged <[email protected]> Date: Sat Jun 21 06:52:55 2025 +0300 ignore line commit d6eea20 Merge: a18b2e2 7944c5a Author: Marshelino Maged <[email protected]> Date: Sat Jun 21 06:44:36 2025 +0300 Merge branch 'dart-lang:main' into public-code-summary commit a18b2e2 Author: Marshelino Maged <[email protected]> Date: Sat Jun 21 06:05:48 2025 +0300 operator methods commit 7b26f89 Author: Marshelino Maged <[email protected]> Date: Sat Jun 21 05:11:34 2025 +0300 finish getting summary commit cd0bf5f Merge: 4d6a77b 5eadfaf Author: Marshelino Maged <[email protected]> Date: Sun Jun 15 09:58:27 2025 +0300 Merge branch 'dart-lang:main' into public-code-summary commit 4d6a77b Author: Marshelino Maged <[email protected]> Date: Sun Jun 15 09:55:29 2025 +0300 Update public_abstractor.dart commit 1154d6f Author: Marshelino Maged <[email protected]> Date: Sun Jun 15 09:54:25 2025 +0300 field summary
PR HealthChangelog Entry ❗
Changes to files need to be accounted for in their respective changelogs. This check can be disabled by tagging the PR with API leaks ✔️The 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 ✔️
All source files should start with a license header. Unrelated files missing license headers
|
You need to change the CI to use Flutter because |
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.
LGTM!
This PR will be based on PR #2370
closes #2306
Adding initial translate prompt with its parsing function with the help of JSON schema.
The prompt contains the information given in the two files https://github.com/dart-lang/native/blob/main/pkgs/jnigen/doc/interface_implementation.md and https://github.com/dart-lang/native/blob/main/pkgs/jnigen/doc/java_differences.md ... I wrote the prompt, then let Gemini refine it.
Adding the
google_generative_ai
package to call the LLM.Adding an example usage of the current set-up.