Skip to content

[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

Open
wants to merge 6 commits into
base: main
Choose a base branch
from

Conversation

marshelino-maged
Copy link
Contributor

@marshelino-maged marshelino-maged commented Jun 25, 2025

This PR will be based on PR #2370
closes #2306


  • I’ve reviewed the contributor guide and applied the relevant portions to this PR.

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
@marshelino-maged marshelino-maged changed the title [native_doc_dartifier] [native_doc_dartifier] project set-up with an example Jun 25, 2025
Copy link

github-actions bot commented Jun 26, 2025

PR Health

Changelog Entry
Package Changed Files
package:native_doc_dartifier pkgs/native_doc_dartifier/lib/src/ast.dart
pkgs/native_doc_dartifier/lib/src/dartify_code.dart
pkgs/native_doc_dartifier/lib/src/prompts.dart
pkgs/native_doc_dartifier/pubspec.yaml

Changes to files need to be accounted for in their respective changelogs.

This check can be disabled by tagging the PR with skip-changelog-check.

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.

Package Leaked API symbols
License Headers ✔️
// Copyright (c) 2025, the Dart project authors. Please see the AUTHORS file
// for details. All rights reserved. Use of this source code is governed by a
// BSD-style license that can be found in the LICENSE file.
Files
no missing headers

All source files should start with a license header.

Unrelated files missing license headers
Files
pkgs/jni/lib/src/third_party/generated_bindings.dart
pkgs/native_doc_dartifier/lib/native_doc_dartifier.dart
pkgs/native_doc_dartifier/lib/src/native_doc_dartifier_base.dart
pkgs/objective_c/lib/src/ns_input_stream.dart

@HosseinYousefi HosseinYousefi self-requested a review June 26, 2025 14:20
@HosseinYousefi
Copy link
Member

HosseinYousefi commented Jun 26, 2025

You need to change the CI to use Flutter because package:jni still uses Flutter plugin system so you'd need to run flutter pub get instead. I'll merge it once you change this.

Copy link
Member

@HosseinYousefi HosseinYousefi left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[native_doc_dartifier] Add Gemini caller Utility
2 participants