fluxer_dart 2.0.0
fluxer_dart: ^2.0.0 copied to clipboard
Dart SDK for Fluxer a free and open source instant messaging and VoIP platform.
We analyzed this package 7 hours ago, and awarded it 110 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: AGPL-3.0.
10/10 points: 20% or more of the public API has dartdoc comments
3279 out of 9726 API elements (33.7 %) have documentation comments.
Some symbols that are missing documentation: active_jobs_response_schema, active_jobs_response_schema.ActiveJobsResponseSchema, active_jobs_response_schema.ActiveJobsResponseSchema.ActiveJobsResponseSchema.fromJson, active_jobs_response_schema.ActiveJobsResponseSchema.ActiveJobsResponseSchema.new, active_jobs_response_schema.ActiveJobsResponseSchema.jobs.
0/10 points: Package has an example
No example found.
See package layout guidelines on how to add 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:fluxer_dart/gateway.dartthat imports:package:fluxer_dart/gateway_client/gateway_connection.dartthat imports:package:zstd_dart/zstd_dart.dartthat imports:package:zstd_dart/src/zstd.dartthat imports:package:zstd_dart/src/zstd_bindings.dartthat imports:package:ffi/ffi.dartthat imports:package:ffi/src/utf8.dartthat imports:dart:ffi
30/50 points: code has no errors, warnings, lints, or formatting issues
Found 6 issues. Showing the first 2:
WARNING: The declaration '_$ChannelCreateRequestToJson' isn't referenced.
lib/models/channel_create_request.g.dart:9:22
╷
9 │ Map<String, dynamic> _$ChannelCreateRequestToJson(
│ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
╵
To reproduce make sure you are using the lints_core and run dart analyze lib/models/channel_create_request.g.dart
WARNING: The declaration '_$ChannelUpdateRequestToJson' isn't referenced.
lib/models/channel_update_request.g.dart:9:22
╷
9 │ Map<String, dynamic> _$ChannelUpdateRequestToJson(
│ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
╵
To reproduce make sure you are using the lints_core and run dart analyze lib/models/channel_update_request.g.dart
10/10 points: All of the package dependencies are supported in the latest version
| Package | Constraint | Compatible | Latest | Notes |
|---|---|---|---|---|
dio |
^5.7.0 |
5.9.2 | 5.9.2 | |
json_annotation |
^4.9.0 |
4.12.0 | 4.12.0 | |
retrofit |
^4.4.1 |
4.9.2 | 4.9.2 | |
web_socket_channel |
^3.0.1 |
3.0.3 | 3.0.3 | |
zstd_dart |
^1.0.0 |
1.0.0 | 1.0.0 |
Transitive dependencies
| Package | Constraint | Compatible | Latest | Notes |
|---|---|---|---|---|
async |
- | 2.13.1 | 2.13.1 | |
code_assets |
- | 1.0.0 | 1.2.1 | |
collection |
- | 1.19.1 | 1.19.1 | |
crypto |
- | 3.0.7 | 3.0.7 | |
dio_web_adapter |
- | 2.1.2 | 2.1.2 | |
ffi |
- | 2.2.0 | 2.2.0 | |
file |
- | 7.0.1 | 7.0.1 | |
glob |
- | 2.1.3 | 2.1.3 | |
hooks |
- | 1.0.3 | 2.0.0 | |
http_parser |
- | 4.1.2 | 4.1.2 | |
logging |
- | 1.3.0 | 1.3.0 | |
meta |
- | 1.18.2 | 1.18.2 | |
mime |
- | 2.0.0 | 2.0.0 | |
native_toolchain_c |
- | 0.17.6 | 0.19.1 | |
path |
- | 1.9.1 | 1.9.1 | |
pub_semver |
- | 2.2.0 | 2.2.0 | |
record_use |
- | 0.6.0 | 0.6.0 | |
source_span |
- | 1.10.2 | 1.10.2 | |
stream_channel |
- | 2.1.4 | 2.1.4 | |
string_scanner |
- | 1.4.1 | 1.4.1 | |
term_glyph |
- | 1.2.2 | 1.2.2 | |
typed_data |
- | 1.4.0 | 1.4.0 | |
web |
- | 1.1.1 | 1.1.1 | |
web_socket |
- | 1.0.1 | 1.0.1 | |
yaml |
- | 3.1.3 | 3.1.3 |
To reproduce run dart pub outdated --no-dev-dependencies --up-to-date --no-dependency-overrides.
10/10 points: Package supports latest stable Dart and Flutter SDKs
0/20 points: Compatible with dependency constraint lower bounds
downgrade analysis failed failed with 353 errors:
UNDEFINED_NAMED_PARAMETER-lib/admin/admin_api.g.dart:46:45- The named parameter 'response' isn't defined.UNDEFINED_NAMED_PARAMETER-lib/admin/admin_api.g.dart:78:45- The named parameter 'response' isn't defined.UNDEFINED_NAMED_PARAMETER-lib/admin/admin_api.g.dart:107:45- The named parameter 'response' isn't defined.
Run dart pub downgrade and then dart analyze to reproduce the above problem.
You may run dart pub upgrade --tighten to update your dependency constraints, see dart.dev/go/downgrade-testing for details.
Analyzed with Pana 0.23.12, Dart 3.12.0.
Check the analysis log for details.