state_iterator 0.0.4+1 copy "state_iterator: ^0.0.4+1" to clipboard
state_iterator: ^0.0.4+1 copied to clipboard

discontinuedreplaced by: bloc_stream

A special kind of OffsetIterator, designed for managing state in an application.

85/ 160
pub points
1
downloads

We analyzed this package 20 days ago, and awarded it 85 pub points (of a possible 160):

Failed report section
Follow Dart file conventions
15 / 30trigger folding of the section

Failed check 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:

  • 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.

Passed check 5/5 points: Provide a valid README.md

Failed check 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.

Passed check 10/10 points: Use an OSI-approved license

Detected license: MIT.

Passed report section
Provide documentation
20 / 20trigger folding of the section

Passed check 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.

Passed check 10/10 points: Package has an example

Passed report section
Platform support
20 / 20trigger folding of the section

Passed check 20/20 points: Supports 6 of 6 possible platforms (iOS, Android, Web, Windows, macOS, Linux)

  • ✓ Android

  • ✓ iOS

  • ✓ Windows

  • ✓ Linux

  • ✓ macOS

  • ✓ Web

Failed report section
Pass static analysis
0 / 50trigger folding of the section

Failed check 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

Failed report section
Support up-to-date dependencies
30 / 40trigger folding of the section

Failed check 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.

Passed check 10/10 points: Package supports latest stable Dart and Flutter SDKs

Passed check 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.

Weekly downloads

Display as:
By versions:
0
likes
85
points
1
downloads

Publisher

unverified uploader

Weekly Downloads

A special kind of OffsetIterator, designed for managing state in an application.

Documentation

API reference

License

MIT (license)

Dependencies

fpdart, offset_iterator

More

Packages that depend on state_iterator