arb_resource_value_parser 0.0.1 copy "arb_resource_value_parser: ^0.0.1" to clipboard
arb_resource_value_parser: ^0.0.1 copied to clipboard

A parser for ARB resource value, with support for ICU messageformat.

0
likes
110/ 140
pub points
0%
popularity

We analyzed this package 31 hours ago, and awarded it 110 pub points (of a possible 140):

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: MIT.

failed
Provide documentation
10 / 20trigger folding of the section

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

41 out of 139 API elements (29.5 %) have documentation comments.

Some symbols that are missing documentation: arb_resource_value_parser, arb_resource_value_parser.ArbResourceValueParser, arb_resource_value_parser.ArbResourceValueParser.ArbResourceValueParser, arb_resource_value_parser.ArbResourceValueParser.parse, arb_resource_value_parser.ChoiceValue.accept.

0/10 points: Package has an example

No example found.

See package layout guidelines on how to add 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
partial
Pass static analysis
40 / 50trigger folding of the section

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

INFO: The import of 'package:petitparser/definition.dart' is unnecessary because all of the used elements are also provided by the import of 'package:petitparser/petitparser.dart'.

lib/src/parser/definition.dart:4:8

  ╷
4 │ import 'package:petitparser/definition.dart';
  │        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  ╵

To reproduce make sure you are using the lints_core and run dart analyze lib/src/parser/definition.dart

failed
Support up-to-date dependencies
10 / 20trigger folding of the section

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

Package Constraint Compatible Latest
built_collection ^5.1.1 5.1.1 5.1.1
built_value ^8.1.3 8.9.2 8.9.2
collection ^1.15.0 1.18.0 1.18.0
petitparser ^4.4.0 4.4.0 6.0.2
trotter ^2.0.0-dev.1 2.2.0 2.2.0
Transitive dependencies
Package Constraint Compatible Latest
fixnum - 1.1.0 1.1.0
meta - 1.14.0 1.14.0

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

The constraint `^4.4.0` on petitparser does not support the stable version `5.0.0`.

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

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

Analyzed with Pana 0.22.3, Dart 3.3.4.

Check the analysis log for details.

0
likes
110
pub points
0%
popularity

Publisher

unverified uploader

A parser for ARB resource value, with support for ICU messageformat.

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (LICENSE)

Dependencies

built_collection, built_value, collection, petitparser, trotter

More

Packages that depend on arb_resource_value_parser