fhir_r5 0.1.0+1
fhir_r5: ^0.1.0+1 copied to clipboard
FHIR library for supporing the R5 Version of FHIR for Dart & Flutter.
We analyzed this package 42 hours ago, and awarded it 80 pub points (of a possible 160):
10/10 points: Provide a valid pubspec.yaml
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: MIT.
0/10 points: 20% or more of the public API has dartdoc comments
OUT: Resolving dependencies... Downloading packages...
- _fe_analyzer_shared 91.0.0 (was 91.0.0) (92.0.0 available)
- analyzer 8.4.1 (was 8.4.1) (9.0.0 available)
- args 2.7.0 (was 2.7.0)
- async 2.13.0 (was 2.13.0)
- collection 1.19.1 (was 1.19.1)
- convert 3.1.2 (was 3.1.2)
- crypto 3.0.7 (was 3.0.7)
- csslib 1.0.2 (was 1.0.2)
[18 more lines]
ERR:
The current activation of
dartdoccannot resolve to the same set of dependencies.
Try reactivating the package.
flutter pub global activate dartdoc
Failed to update packages.
0/10 points: Package has an example
No example found.
See package layout guidelines on how to add an example.
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.dartthat imports:package:fhir_r5/src/fhir_auth/r5.dartthat imports:package:fhir_r5/src/fhir_auth/fhir_client/export.dartthat imports:package:fhir_r5/src/fhir_auth/fhir_client/smart_fhir_client.dartthat imports:package:fhir_r5/src/fhir_auth/fhir_client/authenticate/device_authentication.dartthat imports:package:flutter_web_auth_2/flutter_web_auth_2.dartthat imports:package:flutter_web_auth_2/src/server.dartthat imports:package:window_to_front/window_to_front.dartthat declares support for platforms:Windows,Linux,macOS.
Package does not support platform `iOS`.
Because:
package:fhir_r5/fhir_r5.dartthat imports:package:fhir_r5/src/fhir_auth/r5.dartthat imports:package:fhir_r5/src/fhir_auth/fhir_client/export.dartthat imports:package:fhir_r5/src/fhir_auth/fhir_client/smart_fhir_client.dartthat imports:package:fhir_r5/src/fhir_auth/fhir_client/authenticate/device_authentication.dartthat imports:package:flutter_web_auth_2/flutter_web_auth_2.dartthat imports:package:flutter_web_auth_2/src/server.dartthat imports:package:window_to_front/window_to_front.dartthat declares support for platforms:Windows,Linux,macOS.
Package does not support platform `Windows`.
Because:
package:fhir_r5/fhir_r5.dartthat imports:package:fhir_r5/src/fhir_auth/r5.dartthat imports:package:fhir_r5/src/fhir_auth/fhir_client/export.dartthat imports:package:fhir_r5/src/fhir_auth/fhir_client/gcp_fhir_client.dartthat imports:package:google_sign_in/google_sign_in.dartthat declares support for platforms:Android,iOS,macOS,Web.
Package does not support platform `Linux`.
Because:
package:fhir_r5/fhir_r5.dartthat imports:package:fhir_r5/src/fhir_auth/r5.dartthat imports:package:fhir_r5/src/fhir_auth/fhir_client/export.dartthat imports:package:fhir_r5/src/fhir_auth/fhir_client/gcp_fhir_client.dartthat imports:package:google_sign_in/google_sign_in.dartthat declares support for platforms:Android,iOS,macOS,Web.
Package not compatible with platform Web
Because:
package:fhir_r5/fhir_r5.dartthat imports:package:fhir_r5/src/fhir_path/r5.dartthat imports:package:fhir_r5/src/fhir_path/utils/utils.dartthat imports:package:fhir_r5/src/fhir_path/utils/singleton_evaluation.dartthat imports:package:ucum/ucum.dartthat imports:package:ucum/special/special.dartthat imports:package:ucum/special/xml_utils.dartthat imports:dart:io
0/50 points: code has no errors, warnings, lints, or formatting issues
Found 1709 issues. Showing the first 2:
ERROR: Missing concrete implementations of 'abstract class FhirBase.addAnnotation', 'abstract class FhirBase.addPropertyChangedListener', 'abstract class FhirBase.annotations', 'abstract class 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 'abstract class FhirBase.addAnnotation', 'abstract class FhirBase.addPropertyChangedListener', 'abstract class FhirBase.annotations', 'abstract class 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
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.7 | |
collection |
^1.18.0 |
1.19.1 | 1.19.1 | |
crypto |
^3.0.3 |
3.0.7 | 3.0.7 | |
fhir_primitives |
^0.1.2 |
0.1.3 | 0.1.3 | Discontinued |
flutter_web_auth_2 |
^3.1.2 |
3.1.2 | 4.1.0 | |
freezed_annotation |
^2.4.4 |
2.4.4 | 3.1.0 | |
google_sign_in |
^6.2.1 |
6.3.0 | 7.2.0 | |
hive |
^2.2.3 |
2.2.3 | 2.2.3 | |
http |
^1.2.2 |
1.6.0 | 1.6.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.5 | 2.0.5 | |
petitparser |
^6.0.2 |
6.1.0 | 7.0.1 | |
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.3.1 | 2.3.1 | |
url_launcher |
^6.3.0 |
6.3.2 | 6.3.2 | |
uuid |
^4.4.2 |
4.5.2 | 4.5.2 | |
xml |
^6.5.0 |
6.5.0 | 6.6.1 | |
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.1 | |
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+1 | 0.3.3+1 | |
google_sign_in_android |
- | 6.2.1 | 7.2.7 | |
google_sign_in_ios |
- | 5.9.0 | 6.2.4 | |
google_sign_in_platform_interface |
- | 2.5.0 | 3.1.0 | |
google_sign_in_web |
- | 0.12.4+4 | 1.1.0 | |
material_color_utilities |
- | 0.11.1 | 0.13.0 | |
meta |
- | 1.17.0 | 1.17.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 | |
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.28 | 6.3.28 | |
url_launcher_ios |
- | 6.3.6 | 6.3.6 | |
url_launcher_linux |
- | 3.2.2 | 3.2.2 | |
url_launcher_macos |
- | 3.2.5 | 3.2.5 | |
url_launcher_platform_interface |
- | 2.3.2 | 2.3.2 | |
url_launcher_web |
- | 2.4.1 | 2.4.1 | |
url_launcher_windows |
- | 3.1.5 | 3.1.5 | |
vector_math |
- | 2.2.0 | 2.2.0 | |
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 9 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.
10/10 points: Package supports latest stable Dart and Flutter SDKs
20/20 points: Compatible with dependency constraint lower bounds
pub downgrade does not expose any static analysis error.
Analyzed with Pana 0.23.3, Flutter 3.38.4, Dart 3.10.3.
Check the analysis log for details.