app_stratus_parse 0.0.7 copy "app_stratus_parse: ^0.0.7" to clipboard
app_stratus_parse: ^0.0.7 copied to clipboard

Parse backend for AppStratus.

75/ 160
pub points
53
downloads

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

Failed report section
Follow Dart file conventions
5 / 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.

Homepage URL is insecure.

Update the homepage field and use a secure (https) URL.

Repository URL doesn't exist.

At the time of the analysis https://wisdomcode.visualstudio.com/ChartArt/_git/ChartArt 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.7").

Changelog entries help developers follow the progress of your package. Check out the Dart conventions for Maintaining a package changelog.

Failed check 0/10 points: Use an OSI-approved license

No license was recognized.

Consider using an OSI-approved license in the LICENSE file to make it more accessible to the community.

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

7 out of 27 API elements (25.9 %) have documentation comments.

Some symbols that are missing documentation: app_stratus_parse, app_stratus_parse.AppStratusParse, app_stratus_parse.AppStratusParse.AppStratusParse.new, app_stratus_parse.AppStratusParse.getAppLayout, app_stratus_parse.AppStratusParse.getDefaultFeed.

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 3 of 6 possible platforms (iOS, Android, Web, Windows, macOS, Linux)

  • ✓ Android

  • ✓ iOS

  • ✓ Web

These platforms are not supported:

Package does not support platform `Windows`.

Because:

  • package:app_stratus_parse/app_stratus_parse.dart that declares support for platforms: Android, iOS, Web.
Package does not support platform `Linux`.

Because:

  • package:app_stratus_parse/app_stratus_parse.dart that declares support for platforms: Android, iOS, Web.
Package does not support platform `macOS`.

Because:

  • package:app_stratus_parse/app_stratus_parse.dart that declares support for platforms: Android, iOS, Web.

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

Package not compatible with platform Web

Because:

  • package:app_stratus_parse/app_stratus_parse.dart that imports:
  • package:parse_server_sdk_flutter/parse_server_sdk.dart that imports:
  • package:parse_server_sdk/parse_server_sdk.dart that imports:
  • package:parse_server_sdk/src/network/parse_dio_client.dart that imports:
  • package:parse_server_sdk/src/network/dio_adapter_js.dart that imports:
  • dart:io

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

ERROR: Missing concrete implementation of 'abstract class AppStratusBackend.updateCurrentUserState'.

lib/app_stratus_parse.dart:8:7

  ╷
8 │ class AppStratusParse extends AppStratusBackend {
  │       ^^^^^^^^^^^^^^^
  ╵

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

INFO: 'dart:html' is deprecated and shouldn't be used. Use package:web and dart:js_interop instead.

lib/app_stratus_parse_web.dart:5:1

  ╷
5 │ import 'dart:html' as html show window;
  │ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  ╵

To reproduce make sure you are using the lints_core and run flutter analyze lib/app_stratus_parse_web.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
app_stratus_backend ^0.0.5 0.0.6 0.0.6
parse_server_sdk_flutter ^3.1.3 3.1.3 9.0.0
plugin_platform_interface ^2.0.2 2.1.8 2.1.8
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
collection - 1.19.1 1.19.1
connectivity_plus - 2.3.9 7.0.0
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
dio - 4.0.6 5.9.0
ffi - 2.1.4 2.1.4
file - 7.0.1 7.0.1
google_sign_in - 5.4.4 7.2.0
google_sign_in_android - 6.2.1 7.2.2
google_sign_in_ios - 5.9.0 6.2.1
google_sign_in_platform_interface - 2.5.0 3.1.0
google_sign_in_web - 0.10.2+1 1.1.0
http - 0.13.6 1.5.0
http_parser - 4.1.2 4.1.2
idb_shim - 2.6.7 2.6.7
js - 0.6.7 0.7.2 Discontinued
material_color_utilities - 0.11.1 0.13.0
meta - 1.16.0 1.17.0
mime_type - 1.0.1 1.0.1
nm - 0.5.0 0.5.0
package_info_plus - 1.4.3+1 9.0.0
package_info_plus_linux - 1.0.5 2.0.0 Discontinued
package_info_plus_macos - 1.3.0 2.0.0 Discontinued
package_info_plus_platform_interface - 1.0.2 3.2.1
package_info_plus_web - 1.0.6 2.0.0 Discontinued
package_info_plus_windows - 2.1.0 3.0.0 Discontinued
parse_server_sdk - 3.1.15 8.0.0
path - 1.9.1 1.9.1
path_provider - 2.1.5 2.1.5
path_provider_android - 2.2.20 2.2.20
path_provider_foundation - 2.4.2 2.4.2
path_provider_linux - 2.2.1 2.2.1
path_provider_platform_interface - 2.1.2 2.1.2
path_provider_windows - 2.3.0 2.3.0
petitparser - 7.0.1 7.0.1
platform - 3.1.6 3.1.6
sembast - 3.8.5+1 3.8.5+1
sembast_web - 2.4.2 2.4.2
shared_preferences - 2.5.3 2.5.3
shared_preferences_android - 2.4.15 2.4.15
shared_preferences_foundation - 2.5.4 2.5.4
shared_preferences_linux - 2.4.1 2.4.1
shared_preferences_platform_interface - 2.4.1 2.4.1
shared_preferences_web - 2.4.3 2.4.3
shared_preferences_windows - 2.4.1 2.4.1
source_span - 1.10.1 1.10.1
stream_channel - 2.1.4 2.1.4
string_scanner - 1.4.1 1.4.1
synchronized - 3.4.0 3.4.0
term_glyph - 1.2.2 1.2.2
timezone - 0.9.4 0.10.1
typed_data - 1.4.0 1.4.0
uuid - 3.0.7 4.5.1
vector_math - 2.2.0 2.2.0
web - 0.5.1 1.1.1
web_socket_channel - 2.4.5 3.0.3
win32 - 3.1.4 5.15.0
xdg_directories - 1.1.0 1.1.0
xml - 6.6.1 6.6.1
xxtea - 2.1.0 2.1.0

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

The constraint `^3.1.3` on parse_server_sdk_flutter does not support the stable version `4.0.0`.

Try running dart pub upgrade --major-versions parse_server_sdk_flutter 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: