frame_sdk 0.0.7 copy "frame_sdk: ^0.0.7" to clipboard
frame_sdk: ^0.0.7 copied to clipboard

The Flutter SDK for the Frame from Brilliant Labs

3
likes
120/ 160
pub points
206
downloads

We analyzed this package 13 hours ago, and awarded it 120 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

The package description is too short.

Add more detail to the description field of pubspec.yaml. Use 50 to 180 characters to describe the package, what it does, and its target use case.

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

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

Failed check 0/10 points: Use an OSI-approved license

No license was recognized.

Consider using an OSI-approved license in the LICENSE file to make it more accessible to the community.

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

110 out of 175 API elements (62.9 %) have documentation comments.

Some symbols that are missing documentation: bluetooth, bluetooth.BrilliantBluetooth, bluetooth.BrilliantBluetooth.BrilliantBluetooth.new, bluetooth.BrilliantBluetoothException.BrilliantBluetoothException.new, bluetooth.BrilliantBluetoothException.msg.

Passed check 10/10 points: Package has an example

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

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

  • ✓ Android

  • ✓ iOS

These platforms are not supported:

Package does not support platform `Windows`.

Because:

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

Because:

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

Because:

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

Because:

  • package:frame_sdk/frame_sdk.dart that declares support for platforms: Android, iOS.

Failed check 0/0 points: WASM compatibility

Package not compatible with runtime wasm

Because:

  • package:frame_sdk/frame_sdk.dart that imports:
  • package:frame_sdk/motion.dart that imports:
  • package:frame_sdk/bluetooth.dart that imports:
  • package:flutter_blue_plus/flutter_blue_plus.dart that imports:
  • dart:io

This package is not compatible with runtime wasm, and will not be rewarded full points in a future version of the scoring model.

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

Failed check 0/0 points: Swift Package Manager support

Package does not support the Swift Package Manager on iOS

It does not contain ios/frame_sdk/Package.swift.

This package for iOS or macOS does not support the Swift Package Manager. It will not receive full points in a future version of the scoring model.

See https://docs.flutter.dev/to/spm 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 27 issues. Showing the first 2:

INFO: Angle brackets will be interpreted as HTML.

lib/camera.dart:47:15

   ╷
47 │   ///   Future<Uint8List>: The photo as a byte array.
   │               ^^^^^^^^^^^
   ╵
copied to clipboard

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

INFO: 'red' is deprecated and shouldn't be used. Use .r.

lib/display.dart:543:69

    ╷
543 │         "frame.display.assign_color(${paletteIndex.name},${newColor.red},${newColor.green},${newColor.blue})",
    │                                                                     ^^^
    ╵
copied to clipboard

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

Failed report section
Support up-to-date dependencies
30 / 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
archive ^3.5.0 3.6.1 4.0.5
flutter_blue_plus ^1.32.11 1.35.3 1.35.3
image ^4.2.0 4.3.0 4.5.4
just_audio ^0.9.37 0.9.46 0.9.46
logging ^1.2.0 1.3.0 1.3.0
path_provider ^2.1.3 2.1.5 2.1.5
plugin_platform_interface ^2.0.2 2.1.8 2.1.8
Transitive dependencies
Package Constraint Compatible Latest Notes
args - 2.7.0 2.7.0
async - 2.13.0 2.13.0
audio_session - 0.1.25 0.2.0
bluez - 0.8.3 0.8.3
characters - 1.4.0 1.4.0
collection - 1.19.1 1.19.1
crypto - 3.0.6 3.0.6
dbus - 0.7.11 0.7.11
ffi - 2.1.4 2.1.4
fixnum - 1.1.1 1.1.1
flutter_blue_plus_android - 3.0.0 3.0.0
flutter_blue_plus_darwin - 3.0.0 3.0.0
flutter_blue_plus_linux - 3.0.0 3.0.0
flutter_blue_plus_platform_interface - 3.0.0 3.0.0
flutter_blue_plus_web - 3.0.0 3.0.0
just_audio_platform_interface - 4.4.0 4.4.0
just_audio_web - 0.4.14 0.4.14
material_color_utilities - 0.11.1 0.12.0
meta - 1.16.0 1.16.0
path - 1.9.1 1.9.1
path_provider_android - 2.2.16 2.2.16
path_provider_foundation - 2.4.1 2.4.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
petitparser - 6.1.0 6.1.0
platform - 3.1.6 3.1.6
rxdart - 0.28.0 0.28.0
sprintf - 7.0.0 7.0.0
typed_data - 1.4.0 1.4.0
uuid - 4.5.1 4.5.1
vector_math - 2.1.4 2.1.4
web - 1.1.1 1.1.1
xdg_directories - 1.1.0 1.1.0
xml - 6.5.0 6.5.0

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

The constraint `^3.5.0` on archive does not support the stable version `4.0.0`.

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

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:
Jul 2Jul 30Aug 27Sep 24Oct 22Nov 19Dec 17Jan 14Feb 11Mar 11020406080100120140160>=0.0.0-0 <1.0.0
3
likes
120
points
206
downloads

Publisher

unverified uploader

Weekly Downloads

2024.09.17 - 2025.04.01

The Flutter SDK for the Frame from Brilliant Labs

Repository (GitHub)

Documentation

Documentation
API reference

License

unknown (license)

Dependencies

archive, flutter, flutter_blue_plus, image, just_audio, logging, path_provider, plugin_platform_interface

More

Packages that depend on frame_sdk