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.

6
likes
140/ 160
pub points
47%
popularity

We analyzed this package 8 days ago, and awarded it 140 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

OK
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
failed
Pass static analysis
30 / 50trigger folding of the section

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

Found 105 issues. Showing the first 2:

WARNING: This API is available since SDK 3.4.0, but constraints '>=3.3.0 <4.0.0' don't guarantee it.

lib/src/bindings/CodePointRangeIteratorResult.g.dart:39:31

   ╷
39 │     final struct = ffi.Struct.create<_CodePointRangeIteratorResultFfi>();
   │                               ^^^^^^
   ╵

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

WARNING: This API is available since SDK 3.4.0, but constraints '>=3.3.0 <4.0.0' don't guarantee it.

lib/src/bindings/CollatorOptions.g.dart:51:31

   ╷
51 │     final struct = ffi.Struct.create<_CollatorOptionsFfi>();
   │                               ^^^^^^
   ╵

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

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

10/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.2 2.1.2
js ^0.7.1 0.7.1 0.7.1
meta ^1.12.0 1.15.0 1.15.0
native_assets_cli ^0.6.0 0.6.1 0.7.2
path ^1.9.0 1.9.0 1.9.0
Transitive dependencies
Package Constraint Compatible Latest
args - 2.5.0 2.5.0
cli_config - 0.2.0 0.2.0
collection - 1.19.0 1.19.0
crypto - 3.0.3 3.0.3
logging - 1.2.0 1.2.0
pub_semver - 2.1.4 2.1.4
source_span - 1.10.0 1.10.0
string_scanner - 1.3.0 1.3.0
term_glyph - 1.2.1 1.2.1
typed_data - 1.3.2 1.3.2
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`, that was published 8 days ago.

When native_assets_cli is 30 days old, this package will no longer be awarded points in this category.

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.9, Dart 3.4.4.

Check the analysis log for details.

6
likes
140
pub points
47%
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