pivo_android 0.2.4+1 copy "pivo_android: ^0.2.4+1" to clipboard
pivo_android: ^0.2.4+1 copied to clipboard

Android implementation of the pivo plugin. This package should not be used directly, use ´pivo´ instead.

0
likes
100/ 160
pub points
0
downloads

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

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

Partially passed check 10/10 points: Provide a valid pubspec.yaml

Repository URL doesn't exist.

At the time of the analysis https://bitbucket.org/SVEngineering/pivo-flutter.git was unreachable. Make sure that the website is reachable via HEAD requests.

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

37 out of 39 API elements (94.9 %) have documentation comments.

Some symbols that are missing documentation: pivo_android, pivo_android.PivoAndroid.PivoAndroid.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 1 of 6 possible platforms (iOS, Android, Web, Windows, macOS, Linux)

  • ✓ Android

These platforms are not supported:

Package does not support platform `iOS`.

Because:

  • package:pivo_android/pivo_android.dart that declares support for platforms: Android.
Package does not support platform `Windows`.

Because:

  • package:pivo_android/pivo_android.dart that declares support for platforms: Android.
Package does not support platform `Linux`.

Because:

  • package:pivo_android/pivo_android.dart that declares support for platforms: Android.
Package does not support platform `macOS`.

Because:

  • package:pivo_android/pivo_android.dart that declares support for platforms: Android.
Package does not support platform `Web`.

Because:

  • package:pivo_android/pivo_android.dart that declares support for platforms: Android.

Failed check 0/0 points: WASM compatibility

Unable to detect compatibility with runtime wasm, and this package will not be rewarded full points in a future version of the scoring model.

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

Failed report section
Pass static analysis
0 / 50trigger folding of the section

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

Found 10 issues. Showing the first 2:

ERROR: This expression has a type of 'void' so its value can't be used.

lib/pivo_android.dart:262:65

    ╷
262 │   Future<bool> get isScanning async => FlutterBluePlus.instance.isScanning.last;
    │                                                                 ^^^^^^^^^^
    ╵

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

ERROR: This expression has a type of 'void' so its value can't be used.

lib/pivo_android.dart:270:65

    ╷
270 │   Stream<bool> get isScanningStream => FlutterBluePlus.instance.isScanning;
    │                                                                 ^^^^^^^^^^
    ╵

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

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

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

Package Constraint Compatible Latest Notes
flutter_blue_plus ^1.3.1 1.35.4 1.35.4
pivo_platform_interface ^0.2.2+1 0.2.2+1 0.2.2+1
Transitive dependencies
Package Constraint Compatible Latest Notes
args - 2.7.0 2.7.0
bluez - 0.8.3 0.8.3
characters - 1.4.0 1.4.0
collection - 1.19.1 1.19.1
dbus - 0.7.11 0.7.11
ffi - 2.1.4 2.1.4
flutter_blue_plus_android - 4.0.2 4.0.2
flutter_blue_plus_darwin - 4.0.1 4.0.1
flutter_blue_plus_linux - 3.0.1 3.0.1
flutter_blue_plus_platform_interface - 4.0.1 4.0.1
flutter_blue_plus_web - 3.0.1 3.0.1
material_color_utilities - 0.11.1 0.12.0
meta - 1.16.0 1.16.0
petitparser - 6.1.0 6.1.0
plugin_platform_interface - 2.1.8 2.1.8
rxdart - 0.28.0 0.28.0
vector_math - 2.1.4 2.1.5
web - 1.1.1 1.1.1
xml - 6.5.0 6.5.0

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

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.20, Flutter 3.29.2, Dart 3.7.2.

Check the analysis log for details.

Weekly downloads

Display as:
By versions:
0
likes
100
points
0
downloads

Publisher

verified publisheraquiles.dev

Weekly Downloads

Android implementation of the pivo plugin. This package should not be used directly, use ´pivo´ instead.

Repository

Documentation

API reference

License

MIT (license)

Dependencies

flutter, flutter_blue_plus, pivo_platform_interface

More

Packages that depend on pivo_android