qr_code_dart_scan 0.8.0 copy "qr_code_dart_scan: ^0.8.0" to clipboard
qr_code_dart_scan: ^0.8.0 copied to clipboard

A QR code scanner that works on both iOS and Android using dart decoder.

47
likes
150/ 160
pub points
94%
popularity

We analyzed this package 4 days ago, and awarded it 150 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: MIT.

failed
Provide documentation
10 / 20trigger folding of the section

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

279 out of 349 API elements (79.9 %) have documentation comments.

Some symbols that are missing documentation: qr_code_dart_scan, qr_code_dart_scan.Binarizer.height, qr_code_dart_scan.Binarizer.luminanceSource, qr_code_dart_scan.Binarizer.width, qr_code_dart_scan.ChecksumException.getChecksumInstance.

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 3 of 6 possible platforms (iOS, Android, Web, Windows, macOS, Linux)

  • ✓ Android
  • ✓ iOS
  • ✓ Web

These platforms are not supported:

Package does not support platform `Windows`.

Because:

  • package:qr_code_dart_scan/qr_code_dart_scan.dart that imports:
  • package:qr_code_dart_scan/src/qr_code_dart_scan_view.dart that imports:
  • package:qr_code_dart_scan/src/decoder/qr_code_dart_scan_decoder.dart that imports:
  • package:qr_code_dart_scan/src/decoder/isolate_decoder.dart that imports:
  • package:qr_code_dart_scan/src/decoder/global_functions.dart that imports:
  • package:camera/camera.dart that declares support for platforms: Android, iOS, Web.
Package does not support platform `Linux`.

Because:

  • package:qr_code_dart_scan/qr_code_dart_scan.dart that imports:
  • package:qr_code_dart_scan/src/qr_code_dart_scan_view.dart that imports:
  • package:qr_code_dart_scan/src/decoder/qr_code_dart_scan_decoder.dart that imports:
  • package:qr_code_dart_scan/src/decoder/isolate_decoder.dart that imports:
  • package:qr_code_dart_scan/src/decoder/global_functions.dart that imports:
  • package:camera/camera.dart that declares support for platforms: Android, iOS, Web.
Package does not support platform `macOS`.

Because:

  • package:qr_code_dart_scan/qr_code_dart_scan.dart that imports:
  • package:qr_code_dart_scan/src/qr_code_dart_scan_view.dart that imports:
  • package:qr_code_dart_scan/src/decoder/qr_code_dart_scan_decoder.dart that imports:
  • package:qr_code_dart_scan/src/decoder/isolate_decoder.dart that imports:
  • package:qr_code_dart_scan/src/decoder/global_functions.dart that imports:
  • package:camera/camera.dart that declares support for platforms: Android, iOS, Web.
OK
Pass static analysis
50 / 50trigger folding of the section

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

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
camera ^0.10.5+9 0.10.6 0.11.0+1
camera_platform_interface ^2.7.3 2.7.4 2.7.4
equatable ^2.0.5 2.0.5 2.0.5
flutter flutter 0.0.0 0.0.0
image ^4.1.6 4.2.0 4.2.0
zxing_lib ^1.1.2 1.1.2 1.1.2
Transitive dependencies
Package Constraint Compatible Latest
archive - 3.6.1 3.6.1
camera_android - 0.10.9+3 0.10.9+3
camera_avfoundation - 0.9.16 0.9.16
camera_web - 0.3.3 0.3.3
characters - 1.3.0 1.3.0
charset - 2.0.1 2.0.1
clock - 1.1.1 1.1.1
collection - 1.18.0 1.18.0
cross_file - 0.3.4+1 0.3.4+1
crypto - 3.0.3 3.0.3
flutter_plugin_android_lifecycle - 2.0.20 2.0.20
flutter_web_plugins - 0.0.0 0.0.0
intl - 0.19.0 0.19.0
material_color_utilities - 0.8.0 0.12.0
meta - 1.12.0 1.15.0
path - 1.9.0 1.9.0
petitparser - 6.0.2 6.0.2
plugin_platform_interface - 2.1.8 2.1.8
sky_engine - 0.0.99 0.0.99
stream_transform - 2.1.0 2.1.0
typed_data - 1.3.2 1.3.2
vector_math - 2.1.4 2.1.4
web - 0.5.1 0.5.1
xml - 6.5.0 6.5.0

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

The constraint `^0.10.5+9` on camera does not support the stable version `0.11.0`, that was published 24 days ago.

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

Try running dart pub upgrade --major-versions camera 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.5, Flutter 3.22.1, Dart 3.4.1.

Check the analysis log for details.