performance_indicator 0.0.5 copy "performance_indicator: ^0.0.5" to clipboard
performance_indicator: ^0.0.5 copied to clipboard

checks internet speed and gives opportunity to change quality of downloaded content

0
likes
120/ 140
pub points
2%
popularity

We analyzed this package 1 hour ago, and awarded it 120 pub points (of a possible 140):

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.

OK
Provide documentation
20 / 20trigger folding of the section

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

31 out of 64 API elements (48.4 %) have documentation comments.

Some symbols that are missing documentation: performance_indicator.ContentRecording, performance_indicator.ContentRecording.ContentRecording, performance_indicator.ContentRecording.contentId, performance_indicator.ContentRecording.lastUpdate, performance_indicator.ContentRecording.notAccessible.

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:performance_indicator/performance_indicator.dart that imports:
  • package:performance_indicator/src/repo/db/hive_db.dart that imports:
  • package:performance_indicator/src/services/speed_service.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

Found 3 issues. Showing the first 2:

INFO: The part-of directive uses a library name.

lib/src/performance_indicator.dart:1:1

  ╷
1 │ part of performance_indicator;
  │ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  ╵

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

INFO: The import of 'package:performance_indicator/src/repo/db/hive_db.dart' is unnecessary because all of the used elements are also provided by the import of 'package:performance_indicator/performance_indicator.dart'.

lib/src/widgets/quality_converter/quality_converter.dart:5:8

  ╷
5 │ import 'package:performance_indicator/src/repo/db/hive_db.dart';
  │        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  ╵

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

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

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

Package Constraint Compatible Latest
align_positioned ^3.0.0 3.0.0 4.0.1
cron ^0.4.0 0.4.1 0.6.0
flutter flutter 0.0.0 0.0.0
flutter_staggered_grid_view ^0.6.1 0.6.2 0.7.0
hive_flutter ^1.1.0 1.1.0 1.1.0
hive_generator ^1.0.0 1.1.3 2.0.1
http ^0.13.5 0.13.6 1.2.1
material_design_icons_flutter ^5.0.6595 5.0.6996 7.0.7296
uuid ^3.0.4 3.0.7 4.4.0
Transitive dependencies
Package Constraint Compatible Latest
_fe_analyzer_shared - 47.0.0 68.0.0
analyzer - 4.7.0 6.5.0
args - 2.5.0 2.5.0
async - 2.11.0 2.11.0
build - 2.4.1 2.4.1
characters - 1.3.0 1.3.0
clock - 1.1.1 1.1.1
collection - 1.18.0 1.18.0
convert - 3.1.1 3.1.1
crypto - 3.0.3 3.0.3
dart_style - 2.2.4 2.3.6
ffi - 2.1.2 2.1.2
file - 7.0.0 7.0.0
glob - 2.1.2 2.1.2
hive - 2.2.3 2.2.3
http_parser - 4.0.2 4.0.2
logging - 1.2.0 1.2.0
material_color_utilities - 0.8.0 0.11.1
matrix4_transform - 2.0.1 3.0.1
meta - 1.11.0 1.14.0
package_config - 2.1.0 2.1.0
path - 1.9.0 1.9.0
path_provider - 2.1.3 2.1.3
path_provider_android - 2.2.4 2.2.4
path_provider_foundation - 2.3.2 2.3.2
path_provider_linux - 2.2.1 2.2.1
path_provider_platform_interface - 2.1.2 2.1.2
path_provider_windows - 2.2.1 2.2.1
platform - 3.1.4 3.1.4
plugin_platform_interface - 2.1.8 2.1.8
pub_semver - 2.1.4 2.1.4
sky_engine - 0.0.99 0.0.99
source_gen - 1.2.6 1.5.0
source_helper - 1.3.3 1.3.4
source_span - 1.10.0 1.10.0
string_scanner - 1.2.0 1.2.0
term_glyph - 1.2.1 1.2.1
typed_data - 1.3.2 1.3.2
vector_math - 2.1.4 2.1.4
watcher - 1.1.0 1.1.0
win32 - 5.5.0 5.5.0
xdg_directories - 1.0.4 1.0.4
yaml - 3.1.2 3.1.2

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

Found 7 issues. Showing the first 2:

The constraint `^3.0.0` on align_positioned does not support the stable version `4.0.0`.

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

The constraint `^0.4.0` on cron does not support the stable version `0.5.0`.

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

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

Analyzed with Pana 0.22.3, Flutter 3.19.6, Dart 3.3.4.

Check the analysis log for details.