get_hooked 0.3.0
get_hooked: ^0.3.0 copied to clipboard
Shared state with flutter_hooks! Inspired by riverpod and get_it.
We analyzed this package 9 days 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: MIT
.
0/10 points: 20% or more of the public API has dartdoc comments
OUT: Documenting get_hooked... Discovering libraries... Linking elements... Precaching local docs for 654540 elements... Initialized dartdoc with 802 libraries ERR: dartdoc 8.3.4 (/tmp/analyzerVSGEON/pub-cache/global_packages/dartdoc/bin/dartdoc.dart-3.9.2.snapshot) failed: RangeError (start): Invalid value: Not in inclusive range 0..103: 104 #0 RangeError.checkValidRange (dart:core/errors.dart:387:7) #1 _StringBase.substring (dart:core-patch/string_patch.dart:440:27) #2 DocumentationComment._stripDocImports (package:dartdoc/src/model/documentation_comment.dart:597:28) #3 DocumentationComment._processCommentWithoutTools (package:dartdoc/src/model/documentation_comment.dart:110:16) #4 DocumentationComment._buildDocumentationBaseSync (package:dartdoc/src/model/documentation_comment.dart:831:19) #5 DocumentationComment.documentationLocal (package:dartdoc/src/model/documentation_comment.dart:743:29) #6 ModelElement.documentation.
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
0/0 points: WASM compatibility
This package is compatible with runtime wasm
, and will be rewarded additional points in a future version of the scoring model.
See https://dart.cn/web/wasm for details.
30/50 points: code has no errors, warnings, lints, or formatting issues
Found 33 issues. Showing the first 2:
WARNING: Target of URI doesn't exist: 'package:flutter_test/flutter_test.dart'.
lib/listenables/value_animation.dart:6:16
╷
6 │ /// @docImport 'package:flutter_test/flutter_test.dart';
│ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
╵
To reproduce make sure you are using the lints_core and run flutter analyze lib/listenables/value_animation.dart
WARNING: The getter doesn't redeclare a getter declared in a superinterface.
lib/ref/get/get.dart:248:12
╷
248 │ void get addListener {}
│ ^^^^^^^^^^^
╵
To reproduce make sure you are using the lints_core and run flutter analyze lib/ref/get/get.dart
10/10 points: All of the package dependencies are supported in the latest version
Package | Constraint | Compatible | Latest | Notes |
---|---|---|---|---|
collection |
^1.18.0 |
1.19.1 | 1.19.1 | |
collection_notifiers |
^1.1.0 |
1.1.0 | 1.1.0 | |
meta |
>=1.10.0 <2.0.0 |
1.16.0 | 1.17.0 |
Transitive dependencies
Package | Constraint | Compatible | Latest | Notes |
---|---|---|---|---|
characters |
- | 1.4.0 | 1.4.1 | |
material_color_utilities |
- | 0.11.1 | 0.13.0 | |
vector_math |
- | 2.2.0 | 2.2.0 |
To reproduce run dart pub outdated --no-dev-dependencies --up-to-date --no-dependency-overrides
.
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.22.23
, Flutter 3.35.5
, Dart 3.9.2
.
Check the analysis log for details.