flutter_alien_signals 0.2.0 copy "flutter_alien_signals: ^0.2.0" to clipboard
flutter_alien_signals: ^0.2.0 copied to clipboard

discontinuedreplaced by: oref

Flutter Alien Signals is a Flutter binding based on Alien Signals.

90/ 160
pub points
52
downloads

We analyzed this package 10 hours ago, and awarded it 90 pub points (of a possible 160):

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

Failed check 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: flutter_alien_signals,
    • contains a version property, and,
    • does not contain a publish_to property.

Repository has no matching pubspec.yaml with name: flutter_alien_signals.

Repository URL doesn't exist.

At the time of the analysis https://github.com/medz/alien-signals-dart/tree/main/pub/flutter_alien_signals was unreachable. Make sure that the website is reachable via HEAD requests.

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

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

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

26 out of 44 API elements (59.1 %) have documentation comments.

Some symbols that are missing documentation: flutter_alien_signals, flutter_alien_signals.SignalObserver, flutter_alien_signals.SignalObserver.SignalObserver.new, flutter_alien_signals.SignalObserver.builder, flutter_alien_signals.SignalObserver.signal.

Passed check 10/10 points: Package has an example

Failed 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 check 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.cn/web/wasm for details.

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

ERROR: Undefined class 'WriteableSignal'.

lib/src/api_signal.dart:6:1

  ╷
6 │ alien.WriteableSignal<T> signal<T>(T value) {
  │ ^^^^^^^^^^^^^^^^^^^^^
  ╵

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

ERROR: Undefined class 'WriteableSignal'.

lib/src/compat.dart:7:37

  ╷
7 │ extension ValueWritableSignal<T> on WriteableSignal<T> {
  │                                     ^^^^^^^^^^^^^^^
  ╵

To reproduce make sure you are using the lints_core and run flutter analyze lib/src/compat.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
alien_signals ^0.2.0 0.2.4 1.0.3
Transitive dependencies
Package Constraint Compatible Latest Notes
characters - 1.4.0 1.4.1
collection - 1.19.1 1.19.1
material_color_utilities - 0.11.1 0.13.0
meta - 1.16.0 1.17.0
vector_math - 2.2.0 2.2.0

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

The constraint `^0.2.0` on alien_signals does not support the stable version `0.3.0`.

Try running dart pub upgrade --major-versions alien_signals 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.22.23, Flutter 3.35.5, Dart 3.9.2.

Check the analysis log for details.

Weekly downloads

Display as:
By versions:
2
likes
90
points
52
downloads

Publisher

verified publishermedz.dev

Weekly Downloads

Flutter Alien Signals is a Flutter binding based on Alien Signals.

Topics

#signal #signals #reactive #alien-signals #state

Documentation

API reference

License

MIT (license)

Dependencies

alien_signals, flutter

More

Packages that depend on flutter_alien_signals