intl4x 0.9.1 copy "intl4x: ^0.9.1" to clipboard
intl4x: ^0.9.1 copied to clipboard

A lightweight modular library for internationalization (i18n) functionality.

11
likes
100/ 160
pub points
38%
popularity

We analyzed this package 4 days ago, and awarded it 100 pub points (of a possible 160):

OK
Follow Dart file conventions
30 / 30trigger folding of the section

10/10 points: Provide a valid pubspec.yaml

5/5 points: Provide a valid README.md

5/5 points: Provide a valid CHANGELOG.md

10/10 points: Use an OSI-approved license

Detected license: BSD-3-Clause.

OK
Provide documentation
20 / 20trigger folding of the section

10/10 points: 20% or more of the public API has dartdoc comments

66 out of 281 API elements (23.5 %) have documentation comments.

Some symbols that are missing documentation: collation, collation.CaseFirst.jsName, collation.Collation, collation.Collation.Collation, collation.CollationOptions.

10/10 points: Package has an example

failed
Platform support
20 / 20trigger folding of the section

20/20 points: Supports 6 of 6 possible platforms (iOS, Android, Web, Windows, macOS, Linux)

  • ✓ Android

  • ✓ iOS

  • ✓ Windows

  • ✓ Linux

  • ✓ macOS

  • ✓ Web

0/0 points: WASM compatibility

Unable to detect compatibility with runtime wasm, and this package will not be rewarded full points in a future version of the scoring model.

See https://dart.dev/web/wasm for details.

failed
Pass static analysis
0 / 50trigger folding of the section

0/50 points: code has no errors, warnings, lints, or formatting issues

Found 603 issues. Showing the first 2:

ERROR: Undefined name 'ResourceIdentifier' used as an annotation.

lib/src/bindings/AnyCalendarKind.g.dart:108:1

    ╷
108 │ @meta.ResourceIdentifier('ICU4XAnyCalendarKind_get_for_locale')
    │ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
    ╵

To reproduce make sure you are using the lints_core and run dart analyze lib/src/bindings/AnyCalendarKind.g.dart

ERROR: Undefined name 'ResourceIdentifier' used as an annotation.

lib/src/bindings/AnyCalendarKind.g.dart:113:1

    ╷
113 │ @meta.ResourceIdentifier('ICU4XAnyCalendarKind_get_for_bcp47')
    │ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
    ╵

To reproduce make sure you are using the lints_core and run dart analyze lib/src/bindings/AnyCalendarKind.g.dart

failed
Support up-to-date dependencies
30 / 40trigger folding of the section

0/10 points: All of the package dependencies are supported in the latest version

Package Constraint Compatible Latest
archive ^3.4.10 3.6.1 3.6.1
ffi ^2.1.0 2.1.3 2.1.3
js ^0.7.1 0.7.1 0.7.1
meta ^1.12.0 1.16.0 1.16.0
native_assets_cli ^0.6.0 0.6.1 0.9.0
path ^1.9.0 1.9.1 1.9.1
Transitive dependencies
Package Constraint Compatible Latest
args - 2.6.0 2.6.0
cli_config - 0.2.0 0.2.0
collection - 1.19.1 1.19.1
crypto - 3.0.6 3.0.6
logging - 1.3.0 1.3.0
pub_semver - 2.1.4 2.1.4
source_span - 1.10.0 1.10.0
string_scanner - 1.4.0 1.4.0
term_glyph - 1.2.1 1.2.1
typed_data - 1.4.0 1.4.0
yaml - 3.1.2 3.1.2

To reproduce run dart pub outdated --no-dev-dependencies --up-to-date --no-dependency-overrides.

The constraint `^0.6.0` on native_assets_cli does not support the stable version `0.7.0`.

Try running dart pub upgrade --major-versions native_assets_cli to update the constraint.

10/10 points: Package supports latest stable Dart and Flutter SDKs

20/20 points: Compatible with dependency constraint lower bounds

pub downgrade does not expose any static analysis error.

Analyzed with Pana 0.22.15, Dart 3.5.4.

Check the analysis log for details.

11
likes
100
pub points
38%
popularity

Publisher

verified publisherlabs.dart.dev

A lightweight modular library for internationalization (i18n) functionality.

Repository (GitHub)
View/report issues
Contributing

Topics

#i18n

Documentation

API reference

License

BSD-3-Clause (license)

Dependencies

archive, ffi, js, meta, native_assets_cli, path

More

Packages that depend on intl4x