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.

0
likes
85/ 160
pub points
18
downloads

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

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

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.

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.

OK
Provide documentation
20 / 20trigger folding of the section

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.

10/10 points: Package has an example

failed
Platform support
20 / 20trigger folding of the section

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.

failed
Pass static analysis
0 / 50trigger folding of the section

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

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

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.

0
likes
85
points
18
downloads

Publisher

unverified uploader

Weekly Downloads

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

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (license)

Dependencies

fpdart, offset_iterator

More

Packages that depend on state_iterator