Skip to content

fix(SNP-1234): Correct Logo Position #3

fix(SNP-1234): Correct Logo Position

fix(SNP-1234): Correct Logo Position #3

GitHub Actions / Analysis of surf_lint_rules succeeded Apr 17, 2024 in 31s

Package analysis results for surf_lint_rules

Score

130/140 points
(92.85714285714286%)

Supported platforms

  • Flutter
    • android
    • ios
    • windows
    • linux
    • macos
    • web
  • Dart
    • native-aot
      Can be aot compiled with eg. dart2native (Can use dart:io but not dart:mirrors)
    • native-jit
      Can be run with the dart vm in jit mode. (Can use dart:io and dart:mirrors)
    • web
      Can be compiled with DDC and dart2js. (Can use dart:html and friends, not dart:io, dart:mirrors, dart:ffi, etc.)

Details

Follow Dart file conventions (30/30)

βœ” 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: Apache-2.0.

Provide documentation (20/20)

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

1 out of 2 API elements (50.0 %) have documentation comments.

Some symbols that are missing documentation: surf_lint_rules.

βœ” 10/10 points: Package has an example

Platform support (20/20)

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

  • βœ“ Android
  • βœ“ iOS
  • βœ“ Windows
  • βœ“ Linux
  • βœ“ macOS
  • βœ“ Web

Pass static analysis (50/50)

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

Support up-to-date dependencies (10/20)

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

Package Constraint Compatible Latest
flutter_lints ^2.0.1 2.0.3 3.0.2
Transitive dependencies
Package Constraint Compatible Latest
lints - 2.1.1 3.0.0

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

The constraint `^2.0.1` on flutter_lints does not support the stable version `3.0.0`.

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

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

Versions