native
native copied to clipboard
Dart packages related to FFI and native assets bundling.
While discussing with @mosuem we realized that many asset types will have a build-time API and run-time API in the same package. This is nice, because it means that the...
Instead of having to manually include the class names in the config.
(See previous discussion in https://github.com/dart-lang/native/issues/1816) I have this Java declaration in a class: ```java public enum StreamingFormat { /** Default, if the format is either not known or not another...
Hi :wave: I'm making an app when i do some bluetooth stuff - and i want to periodically run the code in background, with `workmanager` plugin The plugin opens a...
For example, [`TimeInterval`](https://developer.apple.com/documentation/foundation/timeinterval) is an alias for `Double`. ```Swift typealias TimeInterval = Double ``` Atm we get an error because the symbolgraph parser can't find that symbol.
> _Are user-defines are assets? [paraphrased]_ _@mosuem_ For https://github.com/dart-lang/native/issues/39, we want to introduce user-defines. This is information that flows in from the SDK to the hooks. Now, we're unifying the...
Closes #1223 - Update all packages to require Dart 3.6 or higher - Use Pub workspaces for all packages TODO: - [x] Finish remaining packages - [x] Verify that `native_assets_builder/test_data/*`...