state_iterator 0.0.4 state_iterator: ^0.0.4 copied to clipboard
A special kind of OffsetIterator, designed for managing state in an application.
We analyzed this package 3 days ago, and awarded it 75 pub points (of a possible 160):
0/10 points: Provide a valid pubspec.yaml
Failed to verify repository URL.
Please provide a valid repository
URL in pubspec.yaml
, such that:
repository
can be cloned,- a clone of the repository contains a
pubspec.yaml
, which:,- contains
name: state_iterator
, - contains a
version
property, and, - does not contain a
publish_to
property.
- contains
Repository has no matching pubspec.yaml
with name: state_iterator
.
5/5 points: Provide a valid README.md
0/5 points: Provide a valid CHANGELOG.md
No `CHANGELOG.md` found.
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
.
10/10 points: 20% or more of the public API has dartdoc comments
65 out of 138 API elements (47.1 %) have documentation comments.
Some symbols that are missing documentation: state_iterator
, state_iterator.AccumulateExtension
, state_iterator.AccumulateIListExtension
, state_iterator.AccumulateIListExtension.accumulateIList
, state_iterator.AsyncMapExtension
.
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
0/0 points: WASM compatibility
Unable to detect compatibility with runtime wasm
, and this package will not be rewarded full points in a future version of the scoring model.
See https://dart.dev/web/wasm for details.
0/50 points: code has no errors, warnings, lints, or formatting issues
Found 3 issues. Showing the first 2:
ERROR: The returned type 'Some
lib/state_iterator.dart:44:19
╷
44 │ seed: () => Some(initialState),
│ ^^^^^^^^^^^^^^^^^^
╵
To reproduce make sure you are using the lints_core and run dart analyze lib/state_iterator.dart
ERROR: The name 'Option' is defined in the libraries 'package:fpdart/src/option.dart (via package:fpdart/fpdart.dart)' and 'package:fpdt/option.dart (via package:offset_iterator/offset_iterator.dart)'.
lib/state_iterator.dart:98:35
╷
98 │ ? (futureOr as Future<Option<StateIteratorAction<State>>>)
│ ^^^^^^
╵
To reproduce make sure you are using the lints_core and run dart analyze lib/state_iterator.dart
0/10 points: All of the package dependencies are supported in the latest version
Package | Constraint | Compatible | Latest |
---|---|---|---|
fpdart |
^0.0.12 |
0.0.14 | 1.1.1 |
offset_iterator |
^0.0.49 |
0.0.65 | 0.1.0 |
Transitive dependencies
Package | Constraint | Compatible | Latest |
---|---|---|---|
collection |
- | 1.19.1 | 1.19.1 |
fast_immutable_collections |
- | 11.0.0 | 11.0.0 |
fpdt |
- | 0.1.4 | 0.1.4 |
meta |
- | 1.16.0 | 1.16.0 |
To reproduce run dart pub outdated --no-dev-dependencies --up-to-date --no-dependency-overrides
.
The constraint `^0.0.12` on fpdart does not support the stable version `0.1.0`.
Try running dart pub upgrade --major-versions fpdart
to update the constraint.
The constraint `^0.0.49` on offset_iterator does not support the stable version `0.1.0`.
Try running dart pub upgrade --major-versions offset_iterator
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.22.17
, Dart 3.6.0
.
Check the analysis log for details.