dartway_serverpod_core_server 0.12.1 copy "dartway_serverpod_core_server: ^0.12.1" to clipboard
dartway_serverpod_core_server: ^0.12.1 copied to clipboard

Server side of the DartWay core, a Serverpod module: model-driven CRUD with realtime, declarative access and validation configs, phone auth, cloud storage and Telegram alerts.

130/ 160
pub points
295
downloads

We analyzed this package 3 hours ago, and awarded it 130 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.

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

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

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: Apache-2.0.

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

479 out of 918 API elements (52.2 %) have documentation comments.

Some symbols that are missing documentation: dartway_serverpod_core_server, dartway_serverpod_core_server.DwActionRejection.DwActionRejection.new, dartway_serverpod_core_server.DwAdvisoryLock.DwAdvisoryLock.new, dartway_serverpod_core_server.DwAdvisoryLockNamespace.authIdentifier, dartway_serverpod_core_server.DwAdvisoryLockNamespace.authRequest.

Passed check 10/10 points: Package has an example

Passed report section
Platform support
20 / 20trigger folding of the section

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

  • ✓ Android

  • ✓ iOS

  • ✓ Windows

  • ✓ Linux

  • ✓ macOS

These platforms are not supported:

Package not compatible with platform Web

Because:

  • package:dartway_serverpod_core_server/dartway_serverpod_core_server.dart that imports:
  • package:dartway_serverpod_core_server/src/utils/web_logs/dw_web_server_logger.dart that imports:
  • package:dartway_serverpod_core_server/src/private/dw_singleton.dart that imports:
  • package:dartway_serverpod_core_server/src/core/dw_core.dart that imports:
  • package:dartway_serverpod_core_server/src/domain/crud/domain/dw_crud_entity.dart that imports:
  • package:serverpod/serverpod.dart that imports:
  • package:serverpod/diagnostic_events.dart that imports:
  • package:serverpod/src/server/diagnostic_events/operation_context.dart that imports:
  • package:serverpod/src/authentication/authentication_info.dart that imports:
  • package:serverpod/src/server/session.dart that imports:
  • package:serverpod/src/cache/caches.dart that imports:
  • package:serverpod_shared/serverpod_shared.dart that imports:
  • package:serverpod_shared/src/password_manager.dart that imports:
  • dart:io
Failed report section
Pass static analysis
30 / 50trigger folding of the section

Failed check 30/50 points: code has no errors, warnings, lints, or formatting issues

Found 4 issues. Showing the first 2:

WARNING: Dead code.

lib/src/generated/dw_updates_transport.dart:59:15

   ╷
59 │             : v.toJson(),
   │               ^^^^^^^^^^
   ╵

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

INFO: Missing type annotation.

lib/src/business/dw_session_extension.dart:54:3

   ╷
54 │   sendUpdates({
   │   ^^^^^^^^^^^
   ╵

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

Partially passed report section
Support up-to-date dependencies
40 / 40trigger folding of the section

Partially passed check 10/10 points: All of the package dependencies are supported in the latest version

Package Constraint Compatible Latest Notes
amazon_cognito_identity_dart_2 ^4.0.0 4.0.1 4.0.1
bcrypt ^1.1.3 1.2.0 1.2.0
collection ^1.19.1 1.19.1 1.19.1
crypto ^3.0.6 3.0.7 3.0.7
dartway_serverpod_core_shared ^0.12.0 0.12.1 0.12.1
http ^1.5.0 1.6.0 1.6.0
meta ^1.16.0 1.19.0 1.19.0
mime ^2.0.0 2.1.0 2.1.0
minio ^3.5.8 3.5.8 3.5.8
path ^1.9.1 1.9.1 1.9.1
serverpod ^3.4.11 3.4.13 4.0.0
Transitive dependencies
Package Constraint Compatible Latest Notes
args - 2.7.0 2.7.0
async - 2.13.1 2.13.1
buffer - 1.2.3 1.2.3
charcode - 1.4.0 1.4.0
clock - 1.1.3 1.1.3
convert - 3.1.2 3.1.2
ffi - 2.2.0 2.2.0
fixnum - 1.1.1 1.1.1
http_parser - 4.1.2 4.1.2
intl - 0.20.3 0.20.3
js - 0.7.2 0.7.2 Discontinued
mustache_template - 2.0.6 2.0.6
petitparser - 7.0.2 7.0.2
pool - 1.5.3 1.5.3
postgres - 3.5.13 3.5.13
redis - 4.1.0 4.1.0
relic - 1.2.0 1.2.0
relic_core - 1.2.0 1.2.0
relic_io - 1.2.0 1.2.0
retry - 3.1.2 3.1.2
serverpod_serialization - 3.4.13 4.0.0
serverpod_shared - 3.4.13 4.0.0
source_span - 1.10.2 1.10.2
stack_trace - 1.12.2 1.12.2
stream_channel - 2.1.4 2.1.4
string_scanner - 1.4.1 1.4.1
super_string - 1.0.3 1.0.3
synchronized - 3.4.2 3.4.2
system_resources_2 - 2.2.2 2.2.2
term_glyph - 1.2.2 1.2.2
typed_data - 1.4.0 1.4.0
uuid - 4.6.0 4.6.0
vm_service - 15.3.0 15.3.0
web - 1.1.1 1.1.1
web_socket - 1.0.1 1.0.1
web_socket_channel - 3.0.3 3.0.3
xml - 6.6.1 7.0.1
yaml - 3.1.4 3.1.4

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

The constraint `^3.4.11` on serverpod does not support the stable version `4.0.0`, that was published 3 days ago.

When serverpod is 30 days old, this package will no longer be awarded points in this category.

Try running dart pub upgrade --major-versions serverpod 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.23.19, Dart 3.13.4.

Check the analysis log for details.

Weekly downloads

Display as:
By versions:
0
likes
130
points
295
downloads

Documentation

API reference

Publisher

verified publisherdartway.dev

Weekly Downloads

Server side of the DartWay core, a Serverpod module: model-driven CRUD with realtime, declarative access and validation configs, phone auth, cloud storage and Telegram alerts.

Topics

#dartway #serverpod #backend #crud #realtime

License

Apache-2.0 (license)

Dependencies

amazon_cognito_identity_dart_2, bcrypt, collection, crypto, dartway_serverpod_core_shared, http, meta, mime, minio, path, serverpod

More

Packages that depend on dartway_serverpod_core_server