iregexp 0.1.1 copy "iregexp: ^0.1.1" to clipboard
iregexp: ^0.1.1 copied to clipboard

A Dart library for I-Regexp: An Interoperable Regexp Format

0
likes
120/ 160
pub points
42%
popularity

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

failed
Follow Dart file conventions
20 / 30trigger folding of the section

0/10 points: Provide a valid pubspec.yaml

The package description is too short.

Add more detail to the description field of pubspec.yaml. Use 60 to 180 characters to describe the package, what it does, and its target use case.

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.

OK
Provide documentation
20 / 20trigger folding of the section

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

7 out of 8 API elements (87.5 %) have documentation comments.

Some symbols that are missing documentation: iregexp.

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

0/0 points: WASM compatibility

This package is compatible with runtime wasm, and will be rewarded additional points in a future version of the scoring model.

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

OK
Pass static analysis
50 / 50trigger folding of the section

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

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

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

Package Constraint Compatible Latest
petitparser ^5.0.0 5.4.0 6.0.2
Transitive dependencies
Package Constraint Compatible Latest
meta - 1.16.0 1.16.0

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

The constraint `^5.0.0` on petitparser does not support the stable version `6.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

0/20 points: Compatible with dependency constraint lower bounds

downgrade analysis failed failed with 7 errors:

  • WRONG_NUMBER_OF_TYPE_ARGUMENTS - lib/src/iregexp_grammar_definition.dart:4:40 - The type 'GrammarDefinition' is declared with 0 type parameters, but 1 type arguments were given.
  • UNDEFINED_METHOD - lib/src/iregexp_grammar_definition.dart:38:26 - The method 'seq2' isn't defined for the type 'IRegexpGrammarDefinition'.
  • RETURN_OF_INVALID_TYPE - lib/src/iregexp_grammar_definition.dart:59:34 - A value of type 'ChoiceParser

Run dart pub downgrade and then dart analyze to reproduce the above problem.

You may run dart pub upgrade --tighten to update your dependency constraints, see dart.dev/go/downgrade-testing for details.

Analyzed with Pana 0.22.12, Dart 3.5.3.

Check the analysis log for details.

0
likes
120
pub points
42%
popularity

Publisher

verified publisherkarapetov.com

A Dart library for I-Regexp: An Interoperable Regexp Format

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (license)

Dependencies

petitparser

More

Packages that depend on iregexp