vtj_bluetooth_package 1.0.5 copy "vtj_bluetooth_package: ^1.0.5" to clipboard
vtj_bluetooth_package: ^1.0.5 copied to clipboard

A Flutter package for seamless Bluetooth Low Energy (BLE) communication with Ventriject medical devices. Provides easy-to-use APIs for device discovery, connection management, and data exchange.

45/ 160
pub points
39
downloads

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

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

Failed check 0/10 points: Provide a valid pubspec.yaml

The package description is too long.

Search engines display only the first part of the description. Try to keep the value of the description field in your package's pubspec.yaml file between 60 and 180 characters.

Repository URL doesn't exist.

At the time of the analysis https://github.com/ventriject/vtj_bluetooth_package was unreachable. Make sure that the website is reachable via HEAD requests.

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

Failed check 0/5 points: Provide a valid CHANGELOG.md

`CHANGELOG.md` does not contain reference to the current version ("1.0.5").

Changelog entries help developers follow the progress of your package. Check out the Dart conventions for Maintaining a package changelog.

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

Detected license: MIT.

Passed report section
Provide documentation
20 / 20trigger folding of the section

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

376 out of 615 API elements (61.1 %) have documentation comments.

Some symbols that are missing documentation: accel_self_test_command, accel_self_test_command.AccelSelfTestCommand, accel_self_test_command.AccelSelfTestCommand.AccelSelfTestCommand.new, accel_self_test_result, accel_self_test_result.AccelSelfTestResult.

Passed check 10/10 points: Package has an example

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

Failed check 0/20 points: Supports 0 of 6 possible platforms (iOS, Android, Web, Windows, macOS, Linux)

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

ERROR: Missing concrete implementation of 'VtjDevicesRepository.stopScan'.

lib/repositories/mock_vtj_devices_repository.dart:24:7

   ╷
24 │ class MockVtjDevicesRepository implements VtjDevicesRepository {
   │       ^^^^^^^^^^^^^^^^^^^^^^^^
   ╵

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

WARNING: The '!' will have no effect because the receiver can't be null.

lib/repositories/vtj_devices_repository_impl.dart:64:47

   ╷
64 │               advertisingData: advertisingData!,
   │                                               ^
   ╵

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

Failed report section
Support up-to-date dependencies
10 / 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
crypto ^3.0.0 3.0.7 3.0.7
device_info_plus ^11.5.0 11.5.0 12.3.0
dio ^5.8.0+1 5.9.2 5.9.2
flutter_blue_plus ^1.35.5 1.36.8 2.2.1
fpdart ^1.1.0 1.2.0 1.2.0
freezed_annotation ^3.1.0 3.1.0 3.1.0
intl ^0.20.1 0.20.2 0.20.2
json_annotation ^4.9.0 4.11.0 4.11.0
meta ^1.11.0 1.17.0 1.18.2
permission_handler ^12.0.1 12.0.1 12.0.1
retrofit ^4.5.0 4.9.2 4.9.2
shared_preferences ^2.5.3 2.5.4 2.5.4
uuid ^4.0.0 4.5.3 4.5.3
Transitive dependencies
Package Constraint Compatible Latest Notes
args - 2.7.0 2.7.0
async - 2.13.0 2.13.0
bluez - 0.8.3 0.8.3
characters - 1.4.1 1.4.1
clock - 1.1.2 1.1.2
collection - 1.19.1 1.19.1
dbus - 0.7.12 0.7.12
device_info_plus_platform_interface - 7.0.3 7.0.3
dio_web_adapter - 2.1.2 2.1.2
ffi - 2.2.0 2.2.0
file - 7.0.1 7.0.1
fixnum - 1.1.1 1.1.1
flutter_blue_plus_android - 7.0.4 8.2.1
flutter_blue_plus_darwin - 7.0.3 8.2.1
flutter_blue_plus_linux - 7.0.3 8.2.1
flutter_blue_plus_platform_interface - 7.0.0 8.2.1
flutter_blue_plus_web - 7.0.2 8.2.1
http_parser - 4.1.2 4.1.2
material_color_utilities - 0.13.0 0.13.0
mime - 2.0.0 2.0.0
path - 1.9.1 1.9.1
path_provider_linux - 2.2.1 2.2.1
path_provider_platform_interface - 2.1.2 2.1.2
path_provider_windows - 2.3.0 2.3.0
permission_handler_android - 13.0.1 13.0.1
permission_handler_apple - 9.4.7 9.4.7
permission_handler_html - 0.1.3+5 0.1.3+5
permission_handler_platform_interface - 4.3.0 4.3.0
permission_handler_windows - 0.2.1 0.2.1
petitparser - 7.0.2 7.0.2
platform - 3.1.6 3.1.6
plugin_platform_interface - 2.1.8 2.1.8
rxdart - 0.28.0 0.28.0
shared_preferences_android - 2.4.21 2.4.21
shared_preferences_foundation - 2.5.6 2.5.6
shared_preferences_linux - 2.4.1 2.4.1
shared_preferences_platform_interface - 2.4.1 2.4.1
shared_preferences_web - 2.4.3 2.4.3
shared_preferences_windows - 2.4.1 2.4.1
source_span - 1.10.2 1.10.2
string_scanner - 1.4.1 1.4.1
term_glyph - 1.2.2 1.2.2
typed_data - 1.4.0 1.4.0
vector_math - 2.2.0 2.3.0
web - 1.1.1 1.1.1
win32 - 5.15.0 6.0.0
win32_registry - 2.1.0 3.0.2
xdg_directories - 1.1.0 1.1.0
xml - 6.6.1 6.6.1

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

The constraint `^11.5.0` on device_info_plus does not support the stable version `12.0.0`.

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

The constraint `^1.35.5` on flutter_blue_plus does not support the stable version `2.0.0`.

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

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

Failed check 0/20 points: Compatible with dependency constraint lower bounds

downgrade analysis failed failed with 1 error:

  • NON_ABSTRACT_CLASS_INHERITS_ABSTRACT_MEMBER - lib/repositories/mock_vtj_devices_repository.dart:24:7 - Missing concrete implementation of 'VtjDevicesRepository.stopScan'.

Run flutter pub downgrade and then flutter analyze to reproduce the above problem.

You may run dart pub upgrade --tighten to update your dependency constraints, see dart.dev/go/downgrade-testing for details.

Analyzed with Pana 0.23.11, Flutter 3.41.4, Dart 3.11.1.

Check the analysis log for details.

Weekly downloads

Display as:
By versions:
1
likes
45
points
39
downloads

Documentation

API reference

Publisher

verified publisherventriject.com

Weekly Downloads

A Flutter package for seamless Bluetooth Low Energy (BLE) communication with Ventriject medical devices. Provides easy-to-use APIs for device discovery, connection management, and data exchange.

Homepage
Repository (GitHub)

License

MIT (license)

Dependencies

crypto, device_info_plus, dio, flutter, flutter_blue_plus, fpdart, freezed_annotation, intl, json_annotation, meta, permission_handler, retrofit, shared_preferences, uuid

More

Packages that depend on vtj_bluetooth_package