linkhive_flutter 1.5.1
linkhive_flutter: ^1.5.1 copied to clipboard
A Flutter plugin to connect with LinkHive for dynamic links.
We analyzed this package 32 hours ago, and awarded it 130 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: Apache-2.0.
0/10 points: 20% or more of the public API has dartdoc comments
7 out of 72 API elements (9.7 %) have documentation comments.
Providing good documentation for libraries, classes, functions, and other API elements improves code readability and helps developers find and use your API. Document at least 20% of the public API elements.
To highlight public API members missing documentation consider enabling the public_member_api_docs lint.
Some symbols that are missing documentation: linkhive_flutter, linkhive_flutter.DynamicLink, linkhive_flutter.DynamicLink.DynamicLink.fromJson, linkhive_flutter.DynamicLink.DynamicLink.new, linkhive_flutter.DynamicLink.androidFallbackUrl.
10/10 points: Package has 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:linkhive_flutter/linkhive_flutter.dartthat imports:package:linkhive_flutter/src/LinkHiveClient.dartthat imports:package:linkhive_flutter/src/services/DynamicLinksService.dartthat imports:package:linkhive_flutter/src/services/EventTrackingService.dartthat imports:package:linkhive_flutter/src/device_utils_info.dartthat imports:package:package_info_plus/package_info_plus.dartthat imports:package:package_info_plus/src/package_info_plus_windows.dartthat imports:package:package_info_plus/src/file_version_info.dartthat imports:package:win32/win32.dartthat declares support for platforms:Windows.
Package does not support platform `iOS`.
Because:
package:linkhive_flutter/linkhive_flutter.dartthat imports:package:linkhive_flutter/src/LinkHiveClient.dartthat imports:package:linkhive_flutter/src/services/DynamicLinksService.dartthat imports:package:linkhive_flutter/src/services/EventTrackingService.dartthat imports:package:linkhive_flutter/src/device_utils_info.dartthat imports:package:package_info_plus/package_info_plus.dartthat imports:package:package_info_plus/src/package_info_plus_windows.dartthat imports:package:package_info_plus/src/file_version_info.dartthat imports:package:win32/win32.dartthat declares support for platforms:Windows.
Package does not support platform `Linux`.
Because:
package:linkhive_flutter/linkhive_flutter.dartthat imports:package:linkhive_flutter/src/LinkHiveClient.dartthat imports:package:linkhive_flutter/src/services/DynamicLinksService.dartthat imports:package:linkhive_flutter/src/services/EventTrackingService.dartthat imports:package:linkhive_flutter/src/device_utils_info.dartthat imports:package:package_info_plus/package_info_plus.dartthat imports:package:package_info_plus/src/package_info_plus_windows.dartthat imports:package:package_info_plus/src/file_version_info.dartthat imports:package:win32/win32.dartthat declares support for platforms:Windows.
Package does not support platform `macOS`.
Because:
package:linkhive_flutter/linkhive_flutter.dartthat imports:package:linkhive_flutter/src/LinkHiveClient.dartthat imports:package:linkhive_flutter/src/services/DynamicLinksService.dartthat imports:package:linkhive_flutter/src/services/EventTrackingService.dartthat imports:package:linkhive_flutter/src/device_utils_info.dartthat imports:package:package_info_plus/package_info_plus.dartthat imports:package:package_info_plus/src/package_info_plus_windows.dartthat imports:package:package_info_plus/src/file_version_info.dartthat imports:package:win32/win32.dartthat declares support for platforms:Windows.
Package not compatible with platform Web
Because:
package:linkhive_flutter/linkhive_flutter.dartthat imports:package:linkhive_flutter/src/LinkHiveClient.dartthat imports:package:linkhive_flutter/src/services/DynamicLinksService.dartthat imports:package:logger/logger.dartthat imports:package:logger/src/outputs/advanced_file_output_stub.dartthat imports:dart:io
0/0 points: WASM compatibility
Package not compatible with runtime wasm
Because:
package:linkhive_flutter/linkhive_flutter.dartthat imports:package:linkhive_flutter/src/LinkHiveClient.dartthat imports:package:linkhive_flutter/src/services/DynamicLinksService.dartthat imports:package:logger/logger.dartthat imports:package:logger/src/outputs/advanced_file_output_stub.dartthat 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.cn/web/wasm for details.
0/0 points: Swift Package Manager support
Package does not support the Swift Package Manager on macOS
It does not contain macos/linkhive_flutter/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.
30/50 points: code has no errors, warnings, lints, or formatting issues
Found 20 issues. Showing the first 2:
WARNING: Unused import: 'package:flutter_secure_storage/flutter_secure_storage.dart'.
lib/src/services/DynamicLinksService.dart:4:8
╷
4 │ import 'package:flutter_secure_storage/flutter_secure_storage.dart';
│ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
╵
To reproduce make sure you are using the lints_core and run flutter analyze lib/src/services/DynamicLinksService.dart
INFO: The file name 'LinkHiveClient.dart' isn't a lower_case_with_underscores identifier.
To reproduce make sure you are using the lints_core and run flutter analyze lib/src/LinkHiveClient.dart
10/10 points: All of the package dependencies are supported in the latest version
| Package | Constraint | Compatible | Latest | Notes |
|---|---|---|---|---|
app_links |
^6.4.1 |
6.4.1 | 7.0.0 | |
device_info_plus |
^12.1.0 |
12.2.0 | 12.2.0 | |
dio |
^5.9.0 |
5.9.0 | 5.9.0 | |
flutter_secure_storage |
^9.2.4 |
9.2.4 | 9.2.4 | |
logger |
^2.6.2 |
2.6.2 | 2.6.2 | |
package_info_plus |
^9.0.0 |
9.0.0 | 9.0.0 | |
plugin_platform_interface |
^2.1.8 |
2.1.8 | 2.1.8 | |
uuid |
^4.5.1 |
4.5.2 | 4.5.2 | |
web |
^1.1.1 |
1.1.1 | 1.1.1 |
Transitive dependencies
| Package | Constraint | Compatible | Latest | Notes |
|---|---|---|---|---|
app_links_linux |
- | 1.0.3 | 1.0.3 | |
app_links_platform_interface |
- | 2.0.2 | 2.0.2 | |
app_links_web |
- | 1.0.4 | 1.0.4 | |
async |
- | 2.13.0 | 2.13.0 | |
characters |
- | 1.4.0 | 1.4.1 | |
clock |
- | 1.1.2 | 1.1.2 | |
collection |
- | 1.19.1 | 1.19.1 | |
crypto |
- | 3.0.7 | 3.0.7 | |
device_info_plus_platform_interface |
- | 7.0.3 | 7.0.3 | |
dio_web_adapter |
- | 2.1.1 | 2.1.1 | |
ffi |
- | 2.1.4 | 2.1.4 | |
file |
- | 7.0.1 | 7.0.1 | |
fixnum |
- | 1.1.1 | 1.1.1 | |
flutter_secure_storage_linux |
- | 1.2.3 | 2.0.1 | |
flutter_secure_storage_macos |
- | 3.1.3 | 4.0.0 | |
flutter_secure_storage_platform_interface |
- | 1.1.2 | 2.0.1 | |
flutter_secure_storage_web |
- | 1.2.1 | 2.0.0 | |
flutter_secure_storage_windows |
- | 3.1.2 | 4.0.0 | |
gtk |
- | 2.1.0 | 2.1.0 | |
http |
- | 1.6.0 | 1.6.0 | |
http_parser |
- | 4.1.2 | 4.1.2 | |
js |
- | 0.6.7 | 0.7.2 | Discontinued |
material_color_utilities |
- | 0.11.1 | 0.13.0 | |
meta |
- | 1.17.0 | 1.17.0 | |
mime |
- | 2.0.0 | 2.0.0 | |
package_info_plus_platform_interface |
- | 3.2.1 | 3.2.1 | |
path |
- | 1.9.1 | 1.9.1 | |
path_provider |
- | 2.1.5 | 2.1.5 | |
path_provider_android |
- | 2.2.21 | 2.2.21 | |
path_provider_foundation |
- | 2.4.4 | 2.4.4 | |
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 | |
platform |
- | 3.1.6 | 3.1.6 | |
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 | |
vector_math |
- | 2.2.0 | 2.2.0 | |
win32 |
- | 5.15.0 | 5.15.0 | |
win32_registry |
- | 2.1.0 | 2.1.0 | |
xdg_directories |
- | 1.1.0 | 1.1.0 |
To reproduce run dart pub outdated --no-dev-dependencies --up-to-date --no-dependency-overrides.
The constraint `^6.4.1` on app_links does not support the stable version `7.0.0`, that was published 1 days ago.
When app_links is 30 days old, this package will no longer be awarded points in this category.
Try running dart pub upgrade --major-versions app_links 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.1, Flutter 3.38.0, Dart 3.10.0-290.4.beta.
Check the analysis log for details.