liin_lang 0.5.1-nullsafety copy "liin_lang: ^0.5.1-nullsafety" to clipboard
liin_lang: ^0.5.1-nullsafety copied to clipboard

discontinued
outdated

A simple functional programing language for creating automatization instructions like work with media files, text files and others

4
likes
115/ 140
pub points
0%
popularity

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

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

0/10 points: Provide a valid pubspec.yaml

Failed to verify repository URL.

Please provide a valid repository URL in pubspec.yaml, such that:

  • repository can be cloned,
  • a clone of the repository contains a pubspec.yaml, which:,
    • contains name: liin_lang,
    • contains a version property, and,
    • does not contain a publish_to property.

pubspec.yaml from the repository defines publish_to, thus, we are unable to verify the package is published from here.

0/5 points: Provide a valid README.md

`README.md` contains too many non-ASCII characters.

The site uses English as its primary language. The content of README.md in your package should primarily contain characters used in English.

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

74 out of 104 API elements (71.2 %) have documentation comments.

Some symbols that are missing documentation: base, code_runner, collections, colors, colors.RainbowIterator.max.

10/10 points: Package has an example

OK
Platform support
20 / 20trigger folding of the section

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

  • ✓ Android
  • ✓ iOS
  • ✓ Windows
  • ✓ Linux
  • ✓ macOS

These platforms are not supported:

Package not compatible with platform Web

Because:

  • package:liin_lang/liin_lang.dart that imports:
  • package:liin_lang/code_runner.dart that imports:
  • package:liin_lang/line_parser.dart that imports:
  • package:liin_lang/settings_processor.dart that imports:
  • package:liin_lang/funcs.dart that imports:
  • package:liin_lang/vars.dart that imports:
  • package:liin_lang/commands/types.dart that imports:
  • dart:io
partial
Pass static analysis
40 / 50trigger folding of the section

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

INFO: The variable name 'def_type' isn't a lowerCamelCase identifier.

lib/line_parser.dart:49:20

   ╷
49 │     DefinitionType def_type;
   │                    ^^^^^^^^
   ╵

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

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

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

Package Constraint Compatible Latest
ansicolor ^2.0.0-nullsafety.0 2.0.2 2.0.2
expressions ^0.2.0-nullsafety.1 0.2.5+1 0.2.5+1
path ^1.8.0-nullsafety.3 1.9.0 1.9.0
Transitive dependencies
Package Constraint Compatible Latest
async - 2.11.0 2.11.0
boolean_selector - 2.1.1 2.1.1
collection - 1.18.0 1.18.0
matcher - 0.12.16+1 0.12.16+1
meta - 1.15.0 1.15.0
petitparser - 6.0.2 6.0.2
quiver - 3.2.1 3.2.1
rxdart - 0.27.7 0.27.7
source_span - 1.10.0 1.10.0
stack_trace - 1.11.1 1.11.1
stream_channel - 2.1.2 2.1.2
string_scanner - 1.2.0 1.2.0
term_glyph - 1.2.1 1.2.1
test_api - 0.7.1 0.7.1

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

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.

4
likes
115
pub points
0%
popularity

Publisher

unverified uploader

A simple functional programing language for creating automatization instructions like work with media files, text files and others

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (LICENSE)

Dependencies

ansicolor, expressions, path

More

Packages that depend on liin_lang