get_hooked 0.2.2
get_hooked: ^0.2.2 copied to clipboard
Shared state with flutter_hooks! Inspired by riverpod and get_it.
We analyzed this package 3 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: 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 651739 elements... Initialized dartdoc with 798 libraries ERR: dartdoc 9.0.0 (/tmp/analyzerVVJBAJ/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:585:28) #3 DocumentationComment._processCommentWithoutTools (package:dartdoc/src/model/documentation_comment.dartπ―16) #4 DocumentationComment._buildDocumentationBaseSync (package:dartdoc/src/model/documentation_comment.dart:788:19) #5 DocumentationComment.documentationLocal (package:dartdoc/src/model/documentation_comment.dart:700: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 28 issues. Showing the first 2:
WARNING: Target of URI doesn't exist: 'package:flutter_test/flutter_test.dart'.
lib/utils/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/utils/value_animation.dart
INFO: Missing type annotation.
lib/src/get/get.dart:283:16
β·
283 β void toggle([_]) => emit(!value);
β ^
β΅
To reproduce make sure you are using the lints_core and run flutter analyze lib/src/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.24
, Flutter 3.35.5
, Dart 3.9.2
.
Check the analysis log for details.