askless 2.0.0 copy "askless: ^2.0.0" to clipboard
askless: ^2.0.0 copied to clipboard

Flutter client of Askless framework, which facilitates building realtime servers for JavaScript and Flutter Apps

120/ 160
pub points
85
downloads

We analyzed this package 22 hours ago, and awarded it 120 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: askless,
    • contains a version property, and,
    • does not contain a publish_to property.

pubspec.yaml from the repository URL mismatch: expected https://github.com/WiseTap/askless-flutter-client but got https://github.com/RodrigoBertotti/askless-flutter-client.

Documentation URL doesn't exist.

At the time of the analysis https://github.com/WiseTap/askless-flutter-client/blob/dev/documentation/english_documentation.md 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.

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

30 out of 119 API elements (25.2 %) have documentation comments.

Some symbols that are missing documentation: askless, askless.AsklessClient, askless.Connection, askless.CreateCli, askless.CreateCli.CreateCli.new.

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

These issues are present but do not affect the score, because they may not originate in your package:

Package does not support platform `Android`.

Because:

  • package:askless/askless.dart that imports:
  • package:askless/src/index.dart that imports:
  • package:askless/src/tasks/ReconnectWhenOffline.dart that imports:
  • package:connectivity_plus/connectivity_plus.dart that imports:
  • package:connectivity_plus_linux/connectivity_plus_linux.dart that declares support for platforms: Linux.
Package does not support platform `iOS`.

Because:

  • package:askless/askless.dart that imports:
  • package:askless/src/index.dart that imports:
  • package:askless/src/tasks/ReconnectWhenOffline.dart that imports:
  • package:connectivity_plus/connectivity_plus.dart that imports:
  • package:connectivity_plus_linux/connectivity_plus_linux.dart that declares support for platforms: Linux.
Package does not support platform `Windows`.

Because:

  • package:askless/askless.dart that imports:
  • package:askless/src/index.dart that imports:
  • package:askless/src/tasks/ReconnectWhenOffline.dart that imports:
  • package:connectivity_plus/connectivity_plus.dart that imports:
  • package:connectivity_plus_linux/connectivity_plus_linux.dart that declares support for platforms: Linux.
Package does not support platform `macOS`.

Because:

  • package:askless/askless.dart that imports:
  • package:askless/src/index.dart that imports:
  • package:askless/src/tasks/ReconnectWhenOffline.dart that imports:
  • package:connectivity_plus/connectivity_plus.dart that imports:
  • package:connectivity_plus_linux/connectivity_plus_linux.dart that declares support for platforms: Linux.
Package does not support platform `Web`.

Because:

  • package:askless/askless.dart that imports:
  • package:askless/src/index.dart that imports:
  • package:askless/src/tasks/ReconnectWhenOffline.dart that imports:
  • package:connectivity_plus/connectivity_plus.dart that imports:
  • package:connectivity_plus_linux/connectivity_plus_linux.dart that declares support for platforms: Linux.

Failed check 0/0 points: WASM compatibility

Package not compatible with runtime wasm

Because:

  • package:askless/askless.dart that imports:
  • package:askless/src/index.dart that imports:
  • package:askless/src/tasks/ReconnectWhenOffline.dart that imports:
  • package:connectivity_plus/connectivity_plus.dart that imports:
  • package:connectivity_plus_linux/connectivity_plus_linux.dart that imports:
  • package:connectivity_plus_linux/src/connectivity.dart that imports:
  • package:nm/nm.dart that imports:
  • package:nm/src/network_manager_client.dart that imports:
  • package:dbus/dbus.dart that imports:
  • package:dbus/src/dbus_value.dart that imports:
  • dart:io

This package is not compatible with runtime wasm, and will not be rewarded full points in a future version of the scoring model.

See https://dart.cn/web/wasm for details.

Partially passed report section
Pass static analysis
40 / 50trigger folding of the section

Partially passed check 40/50 points: code has no errors, warnings, lints, or formatting issues

Found 146 issues. Showing the first 2:

INFO: The import of 'package:askless/src/middleware/data/request/OperationRequestCli.dart' is unnecessary because all of the used elements are also provided by the import of '../askless.dart'.

lib/src/index.dart:4:8

  ╷
4 │ import 'package:askless/src/middleware/data/request/OperationRequestCli.dart';
  │        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  ╵

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

INFO: The import of 'package:askless/src/middleware/data/receivements/NewRealtimeData.dart' is unnecessary because all of the used elements are also provided by the import of '../askless.dart'.

lib/src/index.dart:5:8

  ╷
5 │ import 'package:askless/src/middleware/data/receivements/NewRealtimeData.dart';
  │        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  ╵

To reproduce make sure you are using the lints_core and run flutter analyze lib/src/index.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
collection ^1.15.0 1.19.1 1.19.1
connectivity_plus ^1.0.6 1.4.0 7.0.0
get_it ^7.2.0 7.7.0 8.2.0
injectable ^1.4.1 1.5.4 2.5.2
meta ^1.3.0 1.16.0 1.17.0
random_string ^2.3.1 2.3.1 2.3.1
synchronized ^3.0.0 3.4.0 3.4.0
web_socket_channel ^2.1.0 2.4.5 3.0.3
Transitive dependencies
Package Constraint Compatible Latest Notes
args - 2.7.0 2.7.0
async - 2.13.0 2.13.0
characters - 1.4.0 1.4.1
connectivity_plus_linux - 1.3.1 1.3.1 Discontinued
connectivity_plus_macos - 1.2.6 1.2.6 Discontinued
connectivity_plus_platform_interface - 1.2.4 2.0.1
connectivity_plus_web - 1.2.5 1.2.5 Discontinued
connectivity_plus_windows - 1.2.2 1.2.2 Discontinued
crypto - 3.0.6 3.0.6
dbus - 0.7.11 0.7.11
ffi - 2.1.4 2.1.4
js - 0.6.7 0.7.2 Discontinued
material_color_utilities - 0.11.1 0.13.0
nm - 0.5.0 0.5.0
petitparser - 7.0.1 7.0.1
plugin_platform_interface - 2.1.8 2.1.8
stream_channel - 2.1.4 2.1.4
typed_data - 1.4.0 1.4.0
vector_math - 2.2.0 2.2.0
web - 0.5.1 1.1.1
xml - 6.6.1 6.6.1

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

Found 4 issues. Showing the first 2:

The constraint `^1.0.6` on connectivity_plus does not support the stable version `2.0.0`.

Try running dart pub upgrade --major-versions connectivity_plus to update the constraint.

The constraint `^7.2.0` on get_it does not support the stable version `8.0.0`.

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

Check the analysis log for details.

Weekly downloads

Display as:
By versions:
10
likes
120
points
85
downloads

Publisher

verified publisherwisetap.com

Weekly Downloads

Flutter client of Askless framework, which facilitates building realtime servers for JavaScript and Flutter Apps

Documentation

API reference

License

MIT (license)

Dependencies

collection, connectivity_plus, flutter, get_it, injectable, meta, random_string, synchronized, web_socket_channel

More

Packages that depend on askless