el_state 0.0.9 copy "el_state: ^0.0.9" to clipboard
el_state: ^0.0.9 copied to clipboard

discontinued

A simple state manager.

55/ 160
pub points
28
downloads

We analyzed this package 20 hours ago, and awarded it 55 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

The package description is too short.

Add more detail to the description field of pubspec.yaml. Use 50 to 180 characters to describe the package, what it does, and its target use case.

Repository URL doesn't exist.

At the time of the analysis https://github.com/luoyi58624/el was unreachable. Make sure that the website is reachable via HEAD requests.

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

Failed check 0/5 points: Provide a valid CHANGELOG.md

`CHANGELOG.md` does not contain reference to the current version ("0.0.9").

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.

Failed report section
Provide documentation
10 / 20trigger folding of the section

Passed check 10/10 points: 20% or more of the public API has dartdoc comments

154 out of 163 API elements (94.5 %) have documentation comments.

Some symbols that are missing documentation: el_state, el_state.BoolObs, el_state.BoolObs.BoolObs.new, el_state.ListObs, el_state.MapObs.

Failed check 0/10 points: Package has an example

No example found.

See package layout guidelines on how to add an example.

Failed report section
Platform support
0 / 20trigger folding of the section

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

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 9 issues. Showing the first 2:

ERROR: The name 'ElStorage' is defined in the libraries 'package:el_dart/src/core/modules/storage/index.dart (via package:el_dart/el_dart.dart)' and 'package:el_storage/el_storage.dart'.

lib/src/core/obs.dart:40:5

   ╷
40 │     ElStorage? storage, // 为当前响应式变量指定自定义存储对象
   │     ^^^^^^^^^
   ╵

To reproduce make sure you are using the lints_core and run flutter analyze lib/src/core/obs.dart

ERROR: The name 'ElStorage' is defined in the libraries 'package:el_dart/src/core/modules/storage/index.dart (via package:el_dart/el_dart.dart)' and 'package:el_storage/el_storage.dart'.

lib/src/core/obs.dart:96:14

   ╷
96 │   late final ElStorage? _storage;
   │              ^^^^^^^^^
   ╵

To reproduce make sure you are using the lints_core and run flutter analyze lib/src/core/obs.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
el_dart ^0.0.13 0.0.17 0.0.17
el_storage ^0.0.8 0.0.8 0.0.8 Discontinued
Transitive dependencies
Package Constraint Compatible Latest Notes
archive - 4.3.0 4.3.0
async - 2.13.1 2.13.1
characters - 1.4.1 1.4.1
clock - 1.1.3 1.1.3
collection - 1.19.1 1.19.1
crypto - 3.0.7 3.0.7
dio - 5.11.1 5.11.1
dio_smart_retry - 7.0.1 7.0.1
dio_web_adapter - 2.2.2 2.2.2
equatable - 2.1.0 3.0.0
faker - 2.2.0 2.2.0
ffi - 2.2.0 2.2.0
fixnum - 1.1.1 1.1.1
http_parser - 4.1.2 4.1.2
logger - 2.8.0 2.8.0
material_color_utilities - 0.13.0 0.13.1
meta - 1.19.0 1.19.0
mime - 2.1.0 2.1.0
path - 1.9.1 1.9.1
posix - 6.5.2 6.5.2
source_span - 1.10.2 1.10.2
string_scanner - 1.4.1 1.4.1
term_glyph - 1.2.2 1.2.2
typed_data - 1.4.0 1.4.0
uuid - 4.6.0 4.6.0
vector_math - 2.4.2 2.4.2
web - 1.1.1 1.1.1

To reproduce run dart pub outdated --no-dev-dependencies --up-to-date --no-dependency-overrides.

The package has one or more discontinued direct dependencies.

Discontinued packages are no longer maintained, and can end up being a liability.

Consider migrating away from these dependencies:

  • el_storage.

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.19, Flutter 3.47.0, Dart 3.13.0.

Check the analysis log for details.

Weekly downloads

Display as:
By versions:
0
likes
55
points
28
downloads

Documentation

API reference

Publisher

unverified uploader

Weekly Downloads

A simple state manager.

Repository (GitHub)

License

MIT (license)

Dependencies

el_dart, el_storage, flutter

More

Packages that depend on el_state