hive_flutter_kit 2.4.18
hive_flutter_kit: ^2.4.18 copied to clipboard
A Flutter plugin to seamlessly integrate Hive blockchain authentication (via AIOHA-JS) and operations into your Flutter applications.
We analyzed this package 33 hours ago, and awarded it 45 pub points (of a possible 160):
10/10 points: Provide a valid pubspec.yaml
5/5 points: Provide a valid README.md
0/5 points: Provide a valid CHANGELOG.md
`CHANGELOG.md` does not contain reference to the current version ("2.4.18").
Changelog entries help developers follow the progress of your package. Check out the Dart conventions for Maintaining a package changelog.
10/10 points: Use an OSI-approved license
Detected license: MIT.
0/10 points: 20% or more of the public API has dartdoc comments
102 out of 2297 API elements (4.4 %) 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: account, account.Account, account.Account.Account.fromJson, account.Account.Account.new, account.Account.active.
10/10 points: Package has an example
0/20 points: Supports 0 of 6 possible platforms (iOS, Android, Web, Windows, macOS, Linux)
0/50 points: code has no errors, warnings, lints, or formatting issues
Found 112 issues. Showing the first 2:
ERROR: The method 'promiseToFuture' isn't defined for the type 'HiveFlutterKitWeb'.
lib/core/hive_flutter_kit_web.dart:247:24
╷
247 │ var result = await promiseToFuture(promise);
│ ^^^^^^^^^^^^^^^
╵
To reproduce make sure you are using the lints_core and run flutter analyze lib/core/hive_flutter_kit_web.dart
ERROR: The method 'promiseToFuture' isn't defined for the type 'HiveFlutterKitWeb'.
lib/core/hive_flutter_kit_web.dart:254:24
╷
254 │ var result = await promiseToFuture(promise);
│ ^^^^^^^^^^^^^^^
╵
To reproduce make sure you are using the lints_core and run flutter analyze lib/core/hive_flutter_kit_web.dart
0/10 points: All of the package dependencies are supported in the latest version
| Package | Constraint | Compatible | Latest | Notes |
|---|---|---|---|---|
another_tus_client |
^3.2.6 |
3.2.6 | 3.2.6 | |
cached_network_image |
^3.4.1 |
3.4.1 | 3.4.1 | |
chewie |
^1.11.1 |
1.13.0 | 1.13.0 | |
collection |
^1.19.1 |
1.19.1 | 1.19.1 | |
cross_file |
^0.3.4+2 |
0.3.5+2 | 0.3.5+2 | |
crypto |
^3.0.6 |
3.0.7 | 3.0.7 | |
equatable |
^2.0.7 |
2.0.8 | 2.0.8 | |
file_picker |
^10.2.0 |
10.3.10 | 10.3.10 | |
flutter_html |
^3.0.0 |
3.0.0 | 3.0.0 | |
flutter_inappwebview |
^6.1.5 |
6.1.5 | 6.1.5 | |
flutter_markdown |
^0.7.7+1 |
0.7.7+1 | 0.7.7+1 | Discontinued |
flutter_secure_storage |
9.2.4 |
9.2.4 | 10.0.0 | |
flutter_staggered_grid_view |
^0.7.0 |
0.7.0 | 0.7.0 | |
get_storage |
^2.1.1 |
2.1.1 | 2.1.1 | |
html |
^0.15.4 |
0.15.6 | 0.15.6 | |
http |
^1.4.0 |
1.6.0 | 1.6.0 | |
http_parser |
^4.1.2 |
4.1.2 | 4.1.2 | |
image |
^4.5.4 |
4.8.0 | 4.8.0 | |
image_picker |
^1.1.2 |
1.2.1 | 1.2.1 | |
intl |
^0.20.2 |
0.20.2 | 0.20.2 | |
js |
^0.6.3 |
0.6.7 | 0.7.2 | Discontinued |
mime |
^2.0.0 |
2.0.0 | 2.0.0 | |
plugin_platform_interface |
^2.0.2 |
2.1.8 | 2.1.8 | |
qr_flutter |
^4.1.0 |
4.1.0 | 4.1.0 | |
scrollable_positioned_list |
^0.3.8 |
0.3.8 | 0.3.8 | |
share_plus |
^11.0.0 |
11.1.0 | 12.0.1 | |
skeletonizer |
^2.1.0+1 |
2.1.3 | 2.1.3 | |
timeago |
^3.7.1 |
3.7.1 | 3.7.1 | |
url_launcher |
^6.3.1 |
6.3.2 | 6.3.2 | |
video_player |
^2.9.5 |
2.11.0 | 2.11.0 | |
video_player_web_hls |
^1.3.0 |
1.3.0 | 1.3.0 | |
web |
^1.1.1 |
1.1.1 | 1.1.1 |
Transitive dependencies
To reproduce run dart pub outdated --no-dev-dependencies --up-to-date --no-dependency-overrides.
Found 4 issues. Showing the first 2:
The constraint `9.2.4` on flutter_secure_storage does not support the stable version `10.0.0`.
Try running dart pub upgrade --major-versions flutter_secure_storage to update the constraint.
The constraint `^0.6.3` on js does not support the stable version `0.7.0`.
Try running dart pub upgrade --major-versions js to update the constraint.
10/10 points: Package supports latest stable Dart and Flutter SDKs
0/20 points: Compatible with dependency constraint lower bounds
downgrade analysis failed failed with 41 errors:
UNDEFINED_METHOD-lib/core/hive_flutter_kit_web.dart:247:24- The method 'promiseToFuture' isn't defined for the type 'HiveFlutterKitWeb'.UNDEFINED_METHOD-lib/core/hive_flutter_kit_web.dart:254:24- The method 'promiseToFuture' isn't defined for the type 'HiveFlutterKitWeb'.UNDEFINED_METHOD-lib/core/hive_flutter_kit_web.dart:265:24- The method 'promiseToFuture' isn't defined for the type 'HiveFlutterKitWeb'.
Run flutter pub downgrade and then flutter analyze to reproduce the above problem.
You may run dart pub upgrade --tighten to update your dependency constraints, see dart.dev/go/downgrade-testing for details.
Analyzed with Pana 0.23.10, Flutter 3.41.2, Dart 3.11.0.
Check the analysis log for details.