posix_sdk 0.0.3 copy "posix_sdk: ^0.0.3" to clipboard
posix_sdk: ^0.0.3 copied to clipboard

Posix SDK is a bluetooth plugin for Flutter, a new app SDK to help developers build modern multi-platform apps. Using the Posix SDK instance, you can scan for and check LED to nearby devices.

2
likes
110/ 140
pub points
0%
popularity

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

failed
Follow Dart file conventions
20 / 30trigger folding of the section

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.

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: BSD-3-Clause.

OK
Provide documentation
20 / 20trigger folding of the section

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

3 out of 10 API elements (30.0 %) have documentation comments.

Some symbols that are missing documentation: Uuid, Uuid.Uuid.data, Uuid.Uuid.Uuid.parse, posix_sdk, posix_sdk.PosixSdk.

10/10 points: Package has an example

OK
Platform support
20 / 20trigger folding of the section

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

  • ✓ Android
  • ✓ iOS
  • ✓ macOS

These platforms are not supported:

Package does not support platform `Windows`.

Because:

  • package:posix_sdk/posix_sdk.dart that imports:
  • package:flutter_blue/flutter_blue.dart that declares support for platforms: Android, iOS, macOS.
Package does not support platform `Linux`.

Because:

  • package:posix_sdk/posix_sdk.dart that imports:
  • package:flutter_blue/flutter_blue.dart that declares support for platforms: Android, iOS, macOS.
Package does not support platform `Web`.

Because:

  • package:posix_sdk/posix_sdk.dart that imports:
  • package:flutter_blue/flutter_blue.dart that declares support for platforms: Android, iOS, macOS.
failed
Pass static analysis
30 / 50trigger folding of the section

30/50 points: code has no errors, warnings, lints, or formatting issues

Found 8 issues. Showing the first 2:

WARNING: The parameter type of '==' operators should be non-nullable.

lib/Uuid.dart:71:17

   ╷
71 │   bool operator ==(dynamic other) =>
   │                 ^^
   ╵

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

INFO: The file name 'Uuid.dart' isn't a lower_case_with_underscores identifier.

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

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

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

Package Constraint Compatible Latest
collection ^1.16.0 1.18.0 1.18.0
convert ^3.0.2 3.1.1 3.1.1
flutter flutter 0.0.0 0.0.0
flutter_blue ^0.8.0 0.8.0 0.8.0
meta ^1.7.0 1.11.0 1.14.0
Transitive dependencies
Package Constraint Compatible Latest
characters - 1.3.0 1.3.0
fixnum - 1.1.0 1.1.0
material_color_utilities - 0.8.0 0.11.1
protobuf - 2.1.0 3.1.0
rxdart - 0.26.0 0.27.7
sky_engine - 0.0.99 0.0.99
typed_data - 1.3.2 1.3.2
vector_math - 2.1.4 2.1.4

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

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.

2
likes
110
pub points
0%
popularity

Publisher

unverified uploader

Posix SDK is a bluetooth plugin for Flutter, a new app SDK to help developers build modern multi-platform apps. Using the Posix SDK instance, you can scan for and check LED to nearby devices.

Repository (GitHub)
View/report issues

Documentation

API reference

License

BSD-3-Clause (LICENSE)

Dependencies

collection, convert, flutter, flutter_blue, meta

More

Packages that depend on posix_sdk