get_server 1.2.1 get_server: ^1.2.1 copied to clipboard
A backend server (http and websocket) that makes it possible to program with Flutter syntax and reuse existing code
We analyzed this package 8 days ago, and awarded it 130 pub points (of a possible 160):
10/10 points: Provide a valid pubspec.yaml
5/5 points: Provide a valid README.md
5/5 points: Provide a valid CHANGELOG.md
10/10 points: Use an OSI-approved license
Detected license: Apache-2.0
.
0/10 points: 20% or more of the public API has dartdoc comments
OUT: Documenting get_server... Discovering libraries... Linking elements... Precaching local docs for 164263 elements... Initialized dartdoc with 181 libraries Generating docs for library get_server.dart from package:get_server/get_server.dart... ERR: warning: unresolved doc reference [GlobalKey] from server.LocalKey: (file:///tmp/pana_ZYUBRD/lib/src/core/src/widgets/widget.dart:318:16) warning: unresolved doc reference [SmartManagement.onlyBuilders] from smart_management.SmartManagement: (file:///tmp/pana_ZYUBRD/lib/src/framework/get_core/src/smart_management.dart:18:6) warning: unresolved doc reference [bool Function()] from rx_workers.ever: (file:///tmp/pana_ZYUBRD/lib/src/framework/get_rx/src/rx_workers/rx_workers.dart:59:8) warning: unresolved doc reference [worker] from rx_workers.ever: (file:///tmp/pana_ZYUBRD/lib/src/framework/get_rx/src/rx_workers/rx_workers.dart:59:8) warning: unresolved doc reference [worker.dispose()] from rx_workers.everAll: (file:///tmp/pana_ZYUBRD/lib/src/framework/get_rx/src/rx_workers/rx_workers.dart:82:8) [122 more lines]
10/10 points: Package has an example
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:get_server/get_server.dart
that imports:package:get_server/src/widgets/pageable.dart
that imports:dart:io
0/0 points: WASM compatibility
Package not compatible with runtime wasm
Because:
package:get_server/get_server.dart
that imports:package:get_server/src/framework/get_utils/get_utils.dart
that imports:package:get_server/src/framework/get_utils/src/platform/platform.dart
that imports:package:get_server/src/framework/get_utils/src/platform/platform_web.dart
that imports:dart:html
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.dev/web/wasm for details.
30/50 points: code has no errors, warnings, lints, or formatting issues
Found 27 issues. Showing the first 2:
WARNING: The parameter type of '==' operators should be non-nullable.
lib/src/framework/get_rx/src/rx_types/rx_core/rx_impl.dart:84:17
╷
84 │ bool operator ==(dynamic o) {
│ ^^
╵
To reproduce make sure you are using the lints_core and run dart analyze lib/src/framework/get_rx/src/rx_types/rx_core/rx_impl.dart
WARNING: Duplicate import.
lib/src/widgets/pageable.dart:5:8
╷
5 │ import '../../get_server.dart';
│ ^^^^^^^^^^^^^^^^^^^^^^^
╵
To reproduce make sure you are using the lints_core and run dart analyze lib/src/widgets/pageable.dart
10/10 points: All of the package dependencies are supported in the latest version
Package | Constraint | Compatible | Latest |
---|---|---|---|
jaguar_jwt |
^3.0.0 |
3.0.0 | 3.0.0 |
meta |
>=1.3.0 <2.0.0 |
1.16.0 | 1.16.0 |
mime |
^1.0.0 |
1.0.6 | 2.0.0 |
path |
^1.8.0 |
1.9.0 | 1.9.0 |
Transitive dependencies
Package | Constraint | Compatible | Latest |
---|---|---|---|
auth_header |
- | 3.0.1 | 3.0.1 |
collection |
- | 1.19.0 | 1.19.0 |
crypto |
- | 3.0.5 | 3.0.5 |
typed_data |
- | 1.3.2 | 1.3.2 |
To reproduce run dart pub outdated --no-dev-dependencies --up-to-date --no-dependency-overrides
.
The constraint `^1.0.0` on mime does not support the stable version `2.0.0`, that was published 0 days ago.
When mime is 30 days old, this package will no longer be awarded points in this category.
Try running dart pub upgrade --major-versions mime
to update the constraint.
10/10 points: Package supports latest stable Dart and Flutter SDKs
20/20 points: Compatible with dependency constraint lower bounds
pub downgrade
does not expose any static analysis error.
Analyzed with Pana 0.22.12
, Dart 3.5.3
.
Check the analysis log for details.