fhir_r5 0.1.0+1 copy "fhir_r5: ^0.1.0+1" to clipboard
fhir_r5: ^0.1.0+1 copied to clipboard

FHIR library for supporing the R5 Version of FHIR for Dart & Flutter.

0
likes
90/ 160
pub points
0
downloads

We analyzed this package 6 hours ago, and awarded it 90 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.

Failed report section
Provide documentation
10 / 20trigger folding of the section

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

21169 out of 26769 API elements (79.1 %) have documentation comments.

Some symbols that are missing documentation: fhir_r5, fhir_r5.AbsParser, fhir_r5.AbsParser.AbsParser.new, fhir_r5.Account.copyWith, fhir_r5.Account.fhirType.

Failed check 0/10 points: Package has an example

No example found.

See package layout guidelines on how to add an example.

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

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

  • ✓ Android

  • ✓ iOS

  • ✓ Windows

  • ✓ Linux

  • ✓ macOS

  • ✓ Web

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:fhir_r5/fhir_r5.dart that imports:
  • package:fhir_r5/src/fhir_auth/r5.dart that imports:
  • package:fhir_r5/src/fhir_auth/fhir_client/export.dart that imports:
  • package:fhir_r5/src/fhir_auth/fhir_client/smart_fhir_client.dart that imports:
  • package:fhir_r5/src/fhir_auth/fhir_client/authenticate/device_authentication.dart that imports:
  • package:flutter_web_auth_2/flutter_web_auth_2.dart that imports:
  • package:flutter_web_auth_2/src/server.dart that imports:
  • package:window_to_front/window_to_front.dart that declares support for platforms: Windows, Linux, macOS.
Package does not support platform `iOS`.

Because:

  • package:fhir_r5/fhir_r5.dart that imports:
  • package:fhir_r5/src/fhir_auth/r5.dart that imports:
  • package:fhir_r5/src/fhir_auth/fhir_client/export.dart that imports:
  • package:fhir_r5/src/fhir_auth/fhir_client/smart_fhir_client.dart that imports:
  • package:fhir_r5/src/fhir_auth/fhir_client/authenticate/device_authentication.dart that imports:
  • package:flutter_web_auth_2/flutter_web_auth_2.dart that imports:
  • package:flutter_web_auth_2/src/server.dart that imports:
  • package:window_to_front/window_to_front.dart that declares support for platforms: Windows, Linux, macOS.
Package does not support platform `Windows`.

Because:

  • package:fhir_r5/fhir_r5.dart that imports:
  • package:fhir_r5/src/fhir_auth/r5.dart that imports:
  • package:fhir_r5/src/fhir_auth/fhir_client/export.dart that imports:
  • package:fhir_r5/src/fhir_auth/fhir_client/gcp_fhir_client.dart that imports:
  • package:google_sign_in/google_sign_in.dart that declares support for platforms: Android, iOS, macOS, Web.
Package does not support platform `Linux`.

Because:

  • package:fhir_r5/fhir_r5.dart that imports:
  • package:fhir_r5/src/fhir_auth/r5.dart that imports:
  • package:fhir_r5/src/fhir_auth/fhir_client/export.dart that imports:
  • package:fhir_r5/src/fhir_auth/fhir_client/gcp_fhir_client.dart that imports:
  • package:google_sign_in/google_sign_in.dart that declares support for platforms: Android, iOS, macOS, Web.
Package not compatible with platform Web

Because:

  • package:fhir_r5/fhir_r5.dart that imports:
  • package:fhir_r5/src/fhir_path/r5.dart that imports:
  • package:fhir_r5/src/fhir_path/utils/utils.dart that imports:
  • package:fhir_r5/src/fhir_path/utils/singleton_evaluation.dart that imports:
  • package:ucum/ucum.dart that imports:
  • package:ucum/special/special.dart that imports:
  • package:ucum/special/xml_utils.dart that imports:
  • dart:io

Failed check 0/0 points: WASM compatibility

Unable to detect compatibility with runtime wasm, and this package will not be rewarded full points in a future version of the scoring model.

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

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

Found 1710 issues. Showing the first 2:

ERROR: Missing concrete implementations of 'FhirBase.addAnnotation', 'FhirBase.addPropertyChangedListener', 'FhirBase.annotations', 'FhirBase.clearUserData', and 23 more.

lib/src/fhir/basic_types/fhir_extension.dart:18:7

   ╷
18 │ class FhirExtension with _$FhirExtension implements FhirBase {
   │       ^^^^^^^^^^^^^
   ╵

To reproduce make sure you are using the lints_core and run flutter analyze lib/src/fhir/basic_types/fhir_extension.dart

ERROR: Missing concrete implementations of 'FhirBase.addAnnotation', 'FhirBase.addPropertyChangedListener', 'FhirBase.annotations', 'FhirBase.clearUserData', and 23 more.

lib/src/fhir/basic_types/fhir_extension.freezed.dart:1934:7

     ╷
1934 │ class _$FhirExtensionImpl extends _FhirExtension {
     │       ^^^^^^^^^^^^^^^^^^^
     ╵

To reproduce make sure you are using the lints_core and run flutter analyze lib/src/fhir/basic_types/fhir_extension.freezed.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.6.1 3.6.1 4.0.6
collection ^1.18.0 1.19.1 1.19.1
crypto ^3.0.3 3.0.6 3.0.6
fhir_primitives ^0.1.2 0.1.3 0.1.3
flutter_web_auth_2 ^3.1.2 3.1.2 4.1.0
freezed_annotation ^2.4.4 2.4.4 3.0.0
google_sign_in ^6.2.1 6.3.0 6.3.0
hive ^2.2.3 2.2.3 2.2.3
http ^1.2.2 1.3.0 1.3.0
http_parser ^4.0.2 4.1.2 4.1.2
intl ^0.19.0 0.19.0 0.20.2
json_annotation ^4.9.0 4.9.0 4.9.0
jwt_decoder ^2.0.1 2.0.1 2.0.1
mime ^1.0.5 1.0.6 2.0.0
oauth2 ^2.0.2 2.0.3 2.0.3
petitparser ^6.0.2 6.1.0 6.1.0
rxdart ^0.28.0 0.28.0 0.28.0
ucum ^0.5.0 0.5.0 0.6.0
universal_io ^2.2.2 2.2.2 2.2.2
url_launcher ^6.3.0 6.3.1 6.3.1
uuid ^4.4.2 4.5.1 4.5.1
xml ^6.5.0 6.5.0 6.5.0
yaml ^3.1.2 3.1.3 3.1.3
Transitive dependencies
Package Constraint Compatible Latest Notes
async - 2.13.0 2.13.0
characters - 1.4.0 1.4.0
clock - 1.1.2 1.1.2
fixnum - 1.1.1 1.1.1
flutter_web_auth_2_platform_interface - 3.1.0 4.1.0
google_identity_services_web - 0.3.3 0.3.3
google_sign_in_android - 6.2.1 6.2.1
google_sign_in_ios - 5.9.0 5.9.0
google_sign_in_platform_interface - 2.5.0 2.5.0
google_sign_in_web - 0.12.4+4 0.12.4+4
material_color_utilities - 0.11.1 0.12.0
meta - 1.16.0 1.16.0
path - 1.9.1 1.9.1
plugin_platform_interface - 2.1.8 2.1.8
source_span - 1.10.1 1.10.1
sprintf - 7.0.0 7.0.0
string_scanner - 1.4.1 1.4.1
term_glyph - 1.2.2 1.2.2
typed_data - 1.4.0 1.4.0
url_launcher_android - 6.3.16 6.3.16
url_launcher_ios - 6.3.3 6.3.3
url_launcher_linux - 3.2.1 3.2.1
url_launcher_macos - 3.2.2 3.2.2
url_launcher_platform_interface - 2.3.2 2.3.2
url_launcher_web - 2.4.0 2.4.0
url_launcher_windows - 3.1.4 3.1.4
vector_math - 2.1.4 2.1.5
web - 1.1.1 1.1.1
window_to_front - 0.0.3 0.0.3

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

Found 6 issues. Showing the first 2:

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

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

The constraint `^3.1.2` on flutter_web_auth_2 does not support the stable version `4.0.0`.

Try running dart pub upgrade --major-versions flutter_web_auth_2 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: