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 23 days ago, and awarded it 120 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 150198 elements... Initialized dartdoc with 150 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_VGPPQG/lib/src/core/server.dart:318:16) warning: unresolved doc reference [SmartManagement.onlyBuilders] from smart_management.SmartManagement: (file:///tmp/pana_VGPPQG/lib/src/framework/get_core/src/smart_management.dart:18:6) warning: unresolved doc reference [bool Function()] from rx_workers.ever: (file:///tmp/pana_VGPPQG/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_VGPPQG/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_VGPPQG/lib/src/framework/get_rx/src/rx_workers/rx_workers.dart:82:8) [151 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.dartthat imports:package:get_server/src/widgets/pageable.dartthat imports:dart:io
30/50 points: code has no errors, warnings, lints, or formatting issues
Found 36 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
0/10 points: All of the package dependencies are supported in the latest version
| Package | Constraint | Compatible | Latest | Notes |
|---|---|---|---|---|
jaguar_jwt |
^3.0.0 |
3.0.0 | 3.0.0 | |
meta |
>=1.3.0 <2.0.0 |
1.17.0 | 1.17.0 | |
mime |
^1.0.0 |
1.0.6 | 2.0.0 | |
path |
^1.8.0 |
1.9.1 | 1.9.1 |
Transitive dependencies
| Package | Constraint | Compatible | Latest | Notes |
|---|---|---|---|---|
auth_header |
- | 3.0.1 | 3.0.1 | |
collection |
- | 1.19.1 | 1.19.1 | |
crypto |
- | 3.0.7 | 3.0.7 | |
typed_data |
- | 1.4.0 | 1.4.0 |
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`.
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.23.3, Dart 3.10.4.
Check the analysis log for details.