toolbox 1.2.0 copy "toolbox: ^1.2.0" to clipboard
toolbox: ^1.2.0 copied to clipboard

A comprehensive utility library for Dart and Flutter projects.

5
likes
130/ 160
pub points
103
downloads

We analyzed this package 30 hours ago, and awarded it 130 pub points (of a possible 160):

Passed report section
Follow Dart file conventions
30 / 30trigger folding of the section

Passed check 10/10 points: Provide a valid pubspec.yaml

Passed check 5/5 points: Provide a valid README.md

Passed check 5/5 points: Provide a valid CHANGELOG.md

Passed check 10/10 points: Use an OSI-approved license

Detected license: MIT.

Failed report section
Provide documentation
10 / 20trigger folding of the section

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

60 out of 62 API elements (96.8 %) have documentation comments.

Some symbols that are missing documentation: toolbox, toolbox.CamusLauncher.CamusLauncher.new.

Failed check 0/10 points: Package has an example

No example found.

See package layout guidelines on how to add an example.

Failed report section
Platform support
20 / 20trigger folding of the section

Passed check 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:toolbox/toolbox.dart that imports:
  • package:toolbox/src/log/logger.dart that imports:
  • package:logger/logger.dart that imports:
  • package:logger/src/outputs/file_output_stub.dart that imports:
  • dart:io

These issues are present but do not affect the score, because they may not originate in your package:

Package does not support platform `Android`.

Because:

  • package:toolbox/toolbox.dart that imports:
  • package:toolbox/src/flutter/device.dart that imports:
  • package:device_info_plus/device_info_plus.dart that imports:
  • package:device_info_plus/src/device_info_plus_windows.dart that imports:
  • package:win32_registry/win32_registry.dart that declares support for platforms: Windows.
Package does not support platform `iOS`.

Because:

  • package:toolbox/toolbox.dart that imports:
  • package:toolbox/src/flutter/device.dart that imports:
  • package:device_info_plus/device_info_plus.dart that imports:
  • package:device_info_plus/src/device_info_plus_windows.dart that imports:
  • package:win32_registry/win32_registry.dart that declares support for platforms: Windows.
Package does not support platform `Linux`.

Because:

  • package:toolbox/toolbox.dart that imports:
  • package:toolbox/src/flutter/device.dart that imports:
  • package:device_info_plus/device_info_plus.dart that imports:
  • package:device_info_plus/src/device_info_plus_windows.dart that imports:
  • package:win32_registry/win32_registry.dart that declares support for platforms: Windows.
Package does not support platform `macOS`.

Because:

  • package:toolbox/toolbox.dart that imports:
  • package:toolbox/src/flutter/device.dart that imports:
  • package:device_info_plus/device_info_plus.dart that imports:
  • package:device_info_plus/src/device_info_plus_windows.dart that imports:
  • package:win32_registry/win32_registry.dart that declares support for platforms: Windows.

Failed check 0/0 points: WASM compatibility

Package not compatible with runtime wasm

Because:

  • package:toolbox/toolbox.dart that imports:
  • package:toolbox/src/log/logger.dart that imports:
  • package:logger/logger.dart that imports:
  • package:logger/src/outputs/file_output_stub.dart that imports:
  • dart:io

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

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

Partially passed report section
Pass static analysis
40 / 50trigger folding of the section

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

Found 5 issues. Showing the first 2:

INFO: Dangling library doc comment.

lib/src/flutter/color.dart:1:1

  ╷
1 │ /// inspired by [fast-average-color](https://github.com/fast-average-color/fast-average-color)
  │ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  ╵
copied to clipboard

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

/tmp/pana_LGQDVJ/lib/src/extensions/object.dart doesn't match the Dart formatter.

To format your files run: dart format .

Failed report section
Support up-to-date dependencies
30 / 40trigger folding of the section

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

Package Constraint Compatible Latest Notes
device_info_plus ^9.0.2 9.1.2 11.3.3
flutter flutter 0.0.0 0.0.0
logger ^1.4.0 1.4.0 2.5.0
universal_platform ^1.0.0+1 1.1.0 1.1.0
url_launcher ^6.1.10 6.3.1 6.3.1
Transitive dependencies
Package Constraint Compatible Latest Notes
characters - 1.4.0 1.4.0
collection - 1.19.1 1.19.1
device_info_plus_platform_interface - 7.0.2 7.0.2
ffi - 2.1.4 2.1.4
file - 7.0.1 7.0.1
flutter_web_plugins - 0.0.0 0.0.0
material_color_utilities - 0.11.1 0.12.0
meta - 1.16.0 1.16.0
path - 1.9.1 1.9.1
plugin_platform_interface - 2.1.8 2.1.8
sky_engine - 0.0.0 0.0.0
url_launcher_android - 6.3.15 6.3.15
url_launcher_ios - 6.3.2 6.3.2
url_launcher_linux - 3.2.1 3.2.1
url_launcher_macos - 3.2.2 3.2.2
url_launcher_platform_interface - 2.3.2 2.3.2
url_launcher_web - 2.4.0 2.4.0
url_launcher_windows - 3.1.4 3.1.4
vector_math - 2.1.4 2.1.4
web - 1.1.1 1.1.1
win32 - 5.12.0 5.12.0
win32_registry - 1.1.5 2.1.0

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

The constraint `^9.0.2` on device_info_plus does not support the stable version `10.0.0`.

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

The constraint `^1.4.0` on logger does not support the stable version `2.0.0`.

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

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

Passed check 20/20 points: Compatible with dependency constraint lower bounds

pub downgrade does not expose any static analysis error.

Analyzed with Pana 0.22.19, Flutter 3.29.1, Dart 3.7.0.

Check the analysis log for details.

Weekly downloads

Display as:
By versions:
Jun 10Jul 8Aug 5Sep 2Sep 30Oct 28Nov 25Dec 23Jan 20Feb 170510152025>=0.0.0-0 <1.0.0>=1.0.0-0 <2.0.0
5
likes
130
points
103
downloads

Publisher

verified publishercamus.design

Weekly Downloads

2024.08.26 - 2025.03.10

A comprehensive utility library for Dart and Flutter projects.

Repository (GitHub)

Documentation

API reference

License

MIT (license)

Dependencies

device_info_plus, flutter, logger, universal_platform, url_launcher

More

Packages that depend on toolbox