nxfit_sync_sdk 0.0.11 copy "nxfit_sync_sdk: ^0.0.11" to clipboard
nxfit_sync_sdk: ^0.0.11 copied to clipboard

PlatformAndroidiOS
unlisted

Seamlessly sync health data from iOS HealthKit and Android Health Connect to the NxFit platform.

140/ 160
pub points
24
downloads

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

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

Passed check 10/10 points: Provide a valid pubspec.yaml

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.

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

19 out of 45 API elements (42.2 %) have documentation comments.

Some symbols that are missing documentation: local_integration_list, local_integration_list.LocalIntegrationList.LocalIntegrationList.fromJson, local_integration_list.LocalIntegrationList.toJson, nxfit_sync_sdk, nxfit_sync_sdk.AndroidHelpers.AndroidHelpers.new.

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 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:nxfit_sync_sdk/nxfit_sync_sdk.dart that declares support for platforms: Android, iOS.
Package does not support platform `Linux`.

Because:

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

Because:

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

Because:

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

These issues are present but do not affect the score, because they may not originate in your package:

Package does not support platform `Android`.

Because:

  • package:nxfit_sync_sdk/nxfit_sync_sdk.dart that imports:
  • package:nxfit_sync_sdk/nxfit_sync_sdk_platform.dart that imports:
  • package:nxfit_sync_sdk/nxfit_sync_sdk_impl.dart that imports:
  • package:nxfit_sdk/core.dart that imports:
  • package:nxfit_sdk/src/nxfit_repositories.dart that imports:
  • package:nxfit_sdk/src/repositories/implementation/source_repository_impl.dart that imports:
  • package:nxfit_sdk/src/cache/persistent_cached_resource.dart that imports:
  • package:nxfit_sdk/src/cache/entities/cached_query_entity.dart that imports:
  • package:froom/froom.dart that imports:
  • package:froom/src/sqflite_database_factory.dart that imports:
  • package:sqflite_common_ffi_web/sqflite_ffi_web.dart that declares support for platforms: Web.
Package does not support platform `iOS`.

Because:

  • package:nxfit_sync_sdk/nxfit_sync_sdk.dart that imports:
  • package:nxfit_sync_sdk/nxfit_sync_sdk_platform.dart that imports:
  • package:nxfit_sync_sdk/nxfit_sync_sdk_impl.dart that imports:
  • package:nxfit_sdk/core.dart that imports:
  • package:nxfit_sdk/src/nxfit_repositories.dart that imports:
  • package:nxfit_sdk/src/repositories/implementation/source_repository_impl.dart that imports:
  • package:nxfit_sdk/src/cache/persistent_cached_resource.dart that imports:
  • package:nxfit_sdk/src/cache/entities/cached_query_entity.dart that imports:
  • package:froom/froom.dart that imports:
  • package:froom/src/sqflite_database_factory.dart that imports:
  • package:sqflite_common_ffi_web/sqflite_ffi_web.dart that declares support for platforms: Web.

Swift PM-ready: This iOS or macOS plugin supports the Swift Package Manager. See https://docs.flutter.dev/to/spm for details.

Built-in Kotlin support:

Legacy Kotlin configuration detected in `android/build.gradle`.

This plugin applies the Kotlin Gradle Plugin (KGP) or uses the android.kotlinOptions{} block.

Note: This Android plugin does not support built-in Kotlin. In the future, this might affect scoring. See https://docs.flutter.dev/release/breaking-changes/migrate-to-built-in-kotlin/for-plugin-authors for details.

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

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

Found 3 issues. Showing the first 2:

WARNING: Only public elements in a package's private API can be annotated as being internal.

lib/nxfit_sync_sdk_impl.dart:12:2

   ╷
12 │ @internal
   │  ^^^^^^^^
   ╵

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

INFO: Missing type annotation.

lib/nxfit/models/local_integration_list.dart:19:41

   ╷
19 │   factory LocalIntegrationList.fromJson(json) => _$LocalIntegrationListFromJson(json);
   │                                         ^^^^
   ╵

To reproduce make sure you are using the lints_core and run flutter analyze lib/nxfit/models/local_integration_list.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
json_annotation ^4.9.0 4.12.0 4.12.0
logging ^1.3.0 1.3.0 1.3.0
nxfit_sdk ^0.4.0 0.4.0 0.4.0
plugin_platform_interface ^2.0.2 2.1.8 2.1.8
rxdart ^0.28.0 0.28.0 0.28.0
Transitive dependencies
Package Constraint Compatible Latest Notes
args - 2.7.0 2.7.0
async - 2.13.1 2.13.1
characters - 1.4.1 1.4.1
charcode - 1.4.0 1.4.0
code_assets - 2.0.0 2.0.0
collection - 1.19.1 1.19.1
copy_with_extension - 9.1.1 17.1.0
crypto - 3.0.7 3.0.7
dev_build - 1.1.9 1.1.9
dio - 5.11.1 5.11.1
dio_web_adapter - 2.2.2 2.2.2
ffi - 2.2.0 2.2.0
file - 7.0.1 7.0.1
fixnum - 1.1.1 1.1.1
froom - 3.0.2 6.0.0
froom_annotation - 3.0.2 6.0.0
froom_common - 3.0.2 6.0.0
glob - 2.2.0 2.2.0
hooks - 2.2.0 2.2.0
http - 1.6.0 1.6.0
http_parser - 4.1.2 4.1.2
material_color_utilities - 0.13.0 0.13.1
meta - 1.19.0 1.19.0
mime - 2.1.0 2.1.0
native_toolchain_c - 0.19.4 0.19.4
path - 1.9.1 1.9.1
path_provider_linux - 2.2.2 2.2.2
path_provider_platform_interface - 2.1.3 2.1.3
path_provider_windows - 2.3.0 2.3.0
platform - 3.2.0 3.2.0
pool - 1.5.3 1.5.3
pretty_dio_logger - 1.4.0 1.4.0
process - 5.0.6 5.0.6
process_run - 1.3.6 1.3.6
pub_semver - 2.2.1 2.2.1
record_use - 1.1.1 1.1.1
retrofit - 4.10.0 4.10.0
shared_preferences - 2.5.5 2.5.5
shared_preferences_android - 2.4.28 2.4.28
shared_preferences_foundation - 2.5.7 2.5.7
shared_preferences_linux - 2.4.1 2.4.1
shared_preferences_platform_interface - 2.4.2 2.4.2
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
sqflite - 2.4.4 2.4.4
sqflite_android - 2.4.4 2.4.4
sqflite_common - 2.5.12 2.5.12
sqflite_common_ffi - 2.4.3 2.4.3
sqflite_common_ffi_web - 1.1.3 1.1.3
sqflite_darwin - 2.4.4 2.4.4
sqflite_platform_interface - 2.4.2 2.4.2
sqlite3 - 3.6.0 3.6.0
sqlparser - 0.41.2 0.45.0
stack_trace - 1.12.2 1.12.2
string_scanner - 1.4.1 1.4.1
synchronized - 3.4.2 3.4.2
term_glyph - 1.2.2 1.2.2
time_machine - 0.9.17 0.9.17
typed_data - 1.4.0 1.4.0
uuid - 4.6.0 4.6.0
vector_math - 2.4.2 2.4.2
web - 1.1.1 1.1.1
xdg_directories - 1.1.0 1.1.0
yaml - 3.1.4 3.1.4

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.19, Flutter 3.47.0, Dart 3.13.0.

Check the analysis log for details.

Weekly downloads

Display as:
By versions:
1
likes
140
points
24
downloads

Documentation

API reference

Publisher

unverified uploader

Weekly Downloads

Seamlessly sync health data from iOS HealthKit and Android Health Connect to the NxFit platform.

Homepage
Repository (GitHub)
View/report issues

License

MIT (license)

Dependencies

flutter, json_annotation, logging, nxfit_sdk, plugin_platform_interface, rxdart

More

Packages that depend on nxfit_sync_sdk

Packages that implement nxfit_sync_sdk