state_iterator 0.0.4+1
state_iterator: ^0.0.4+1 copied to clipboard
A special kind of OffsetIterator, designed for managing state in an application.
We analyzed this package 20 days ago, and awarded it 85 pub points (of a possible 160):
0/10 points: Provide a valid pubspec.yaml
Failed to verify repository URL.
Repository has no matching pubspec.yaml with name: state_iterator.
Please provide a valid repository URL in pubspec.yaml, such that:
repositorycan be cloned,- a clone of the repository contains a
pubspec.yaml, which:,- contains
name: state_iterator, - contains a
versionproperty, and, - does not contain a
publish_toproperty.
- contains
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 143 API elements (45.5 %) have documentation comments.
Some symbols that are missing documentation: state_iterator, state_iterator.AccumulateExtension, state_iterator.AccumulateIListExtension, state_iterator.AccumulateIListExtension.accumulateIList, state_iterator.AsyncMapExtension.
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/50 points: code has no errors, warnings, lints, or formatting issues
Found 4 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 | Notes |
|---|---|---|---|---|
fpdart |
^0.0.12 |
0.0.14 | 1.2.0 | |
offset_iterator |
^0.0.49 |
0.0.65 | 0.1.0 |
Transitive dependencies
| Package | Constraint | Compatible | Latest | Notes |
|---|---|---|---|---|
collection |
- | 1.19.1 | 1.19.1 | |
fast_immutable_collections |
- | 11.1.0 | 11.1.0 | |
fpdt |
- | 0.1.4 | 0.1.4 | |
meta |
- | 1.17.0 | 1.17.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.23.3, Dart 3.10.4.
Check the analysis log for details.