native
native copied to clipboard
Dart packages related to FFI and native assets bundling.
Creating a utility that calls the Gemini LLM with a given prompt and an optional JSON schema: - Accepting a prompt with an output JSON schema with descriptions for each...
Utility that parses a given documentation URL (e.g., Android docs) and extracts: - Code snippets embedded in the page. - Contextual information, such as surrounding text. This is useful because...
dart-lang/native issue tracking so we can add it to the milestone * https://github.com/dart-lang/sdk/issues/60730
dart-lang/native tracking bug for: * https://github.com/flutter/flutter/issues/168961
- Thanks for your contribution! Please replace this text with a description of what this PR is changing or adding and why, list any relevant issues, and review the contribution...
We can't add add dart-lang/pub issues to milestones on dart-lang/native. So let's add a tracking issue here as well: * https://github.com/dart-lang/pub/issues/4313
Hi, I just updated ffigen to the latest version. Unfortunately, it seems that the declarations for "type-map" are somehow ignored. Here is my example: File "my_header.h": ``` void my_function(Char val);`...
When a build hook or link hook depends on a file from another build hook, that file changing leads to such hook being rerun. However, of no hooks are rerun,...
Currently we can add a custom method to an existing JNIgen generated class, however the experience is clunky. We might want to use other Java classes, that exist in different...