flutter_spp_bluetooth_serial 0.1.5 copy "flutter_spp_bluetooth_serial: ^0.1.5" to clipboard
flutter_spp_bluetooth_serial: ^0.1.5 copied to clipboard

PlatformAndroid

Flutter basic implementation for Classical Bluetooth (only RFCOMM for now). Forked and republished as flutter_spp_bluetooth_serial.

130/ 160
pub points
119
downloads

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

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

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

Failed to verify repository URL.

Repository has no matching pubspec.yaml with name: flutter_spp_bluetooth_serial.

Please provide a valid repository URL in pubspec.yaml, such that:

  • repository can be cloned,
  • a clone of the repository contains a pubspec.yaml, which:,
    • contains name: flutter_spp_bluetooth_serial,
    • contains a version property, and,
    • does not contain a publish_to property.

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

`README.md` contains too many non-ASCII characters.

The site uses English as its primary language. The content of README.md in your package should primarily contain characters used in English.

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

`CHANGELOG.md` contains too many non-ASCII characters.

The site uses English as its primary language. The content of CHANGELOG.md in your package should primarily contain characters used in English.

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

52 out of 117 API elements (44.4 %) have documentation comments.

Some symbols that are missing documentation: flutter_spp_bluetooth_serial, flutter_spp_bluetooth_serial.BluetoothBondState, flutter_spp_bluetooth_serial.BluetoothBondState.BluetoothBondState.fromString, flutter_spp_bluetooth_serial.BluetoothBondState.BluetoothBondState.fromUnderlyingValue, flutter_spp_bluetooth_serial.BluetoothBondState.bonded.

Passed check 10/10 points: Package has an example

Passed 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:flutter_spp_bluetooth_serial/BluetoothBondState.dart that declares support for platforms: Android.
Package does not support platform `Windows`.

Because:

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

Because:

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

Because:

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

Because:

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

Built-in Kotlin-ready: This Android plugin supports built-in Kotlin. See https://docs.flutter.dev/release/breaking-changes/migrate-to-built-in-kotlin/for-plugin-authors 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 9 issues. Showing the first 2:

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

lib/BluetoothBondState.dart:1:1

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

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

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

lib/BluetoothConnection.dart:1:1

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

To reproduce make sure you are using the lints_core and run flutter analyze lib/BluetoothConnection.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

No dependencies.

Transitive dependencies
Package Constraint Compatible Latest Notes
characters - 1.4.1 1.4.1
collection - 1.19.1 1.19.1
material_color_utilities - 0.13.0 0.13.0
meta - 1.18.0 1.18.3
vector_math - 2.2.0 2.4.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.23.14, Flutter 3.44.4, Dart 3.12.2.

Check the analysis log for details.

Weekly downloads

Display as:
By versions:
2
likes
130
points
119
downloads

Documentation

API reference

Publisher

unverified uploader

Weekly Downloads

Flutter basic implementation for Classical Bluetooth (only RFCOMM for now). Forked and republished as flutter_spp_bluetooth_serial.

License

MIT (license)

Dependencies

flutter

More

Packages that depend on flutter_spp_bluetooth_serial

Packages that implement flutter_spp_bluetooth_serial