-
Notifications
You must be signed in to change notification settings - Fork 41
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
Update to new native_assets #941
base: main
Are you sure you want to change the base?
Conversation
PR HealthBreaking changes ✔️
Changelog Entry ✔️
Changes to files need to be accounted for in their respective changelogs.
Coverage
|
File | Coverage |
---|---|
pkgs/intl4x/example/web/main.dart | 💔 Not covered |
pkgs/intl4x/example_native/bin/example_native.dart | 💔 Not covered |
pkgs/intl4x/hook/build.dart | 💔 Not covered |
pkgs/intl4x/hook/link.dart | 💔 Not covered |
pkgs/intl4x/lib/src/collation/collation_ecma.dart | 💚 35 % |
pkgs/intl4x/lib/src/collation/collation_impl.dart | 💚 100 % |
pkgs/intl4x/lib/src/datetime_format/datetime_format_ecma.dart | 💚 26 % |
pkgs/intl4x/lib/src/datetime_format/datetime_format_impl.dart | 💚 100 % |
pkgs/intl4x/lib/src/display_names/display_names_ecma.dart | 💚 22 % |
pkgs/intl4x/lib/src/display_names/display_names_impl.dart | 💚 100 % |
pkgs/intl4x/lib/src/hook_helpers/build_options.dart | 💔 Not covered |
pkgs/intl4x/lib/src/hook_helpers/hashes.dart | 💔 Not covered |
pkgs/intl4x/lib/src/hook_helpers/shared.dart | 💔 Not covered |
pkgs/intl4x/lib/src/intl_browser.dart | 💔 Not covered |
pkgs/intl4x/lib/src/list_format/list_format_ecma.dart | 💚 47 % |
pkgs/intl4x/lib/src/list_format/list_format_impl.dart | 💚 100 % |
pkgs/intl4x/lib/src/locale/locale.dart | 💚 63 % |
pkgs/intl4x/lib/src/locale/locale_ecma.dart | 💚 100 % |
pkgs/intl4x/lib/src/locale/locale_native.dart | 💚 91 % |
pkgs/intl4x/lib/src/number_format/number_format_impl.dart | 💚 100 % |
pkgs/intl4x/lib/src/plural_rules/plural_rules_impl.dart | 💚 100 % |
pkgs/intl4x/lib/src/usage_recording.dart | 💚 100 % |
pkgs/intl4x/tool/regenerate_hashes.dart | 💔 Not covered |
pkgs/intl4x/tool/write_option_file.dart | 💔 Not covered |
This check for test coverage is informational (issues shown here will not fail the PR).
This check can be disabled by tagging the PR with skip-coverage-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.
Package publishing
Documentation at https://github.com/dart-lang/ecosystem/wiki/Publishing-automation. |
Some changes to:
Introducing a linker script treeshaking unused symbols, but this will compile on linux only due to
CLinker
not being available on other platforms at the moment.As user defines are not yet available, dart-lang/native#39, find and read the pubspec by recursing up from the out directory.
cc @robertbastian
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.