_private_core_network 1.4.3+8
_private_core_network: ^1.4.3+8 copied to clipboard
_private_core_network project.
We analyzed this package 15 hours ago, and awarded it 80 pub points (of a possible 160):
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.
-
pubspec.yaml
doesn't have ahomepage
entry. -
pubspec.yaml
doesn't have arepository
entry.
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
216 out of 6504 API elements (3.3 %) have documentation comments.
Providing good documentation for libraries, classes, functions, and other API elements improves code readability and helps developers find and use your API. Document at least 20% of the public API elements.
To highlight public API members missing documentation consider enabling the public_member_api_docs
lint.
Some symbols that are missing documentation: _repository
, account_base
, account_base.AccountBase
, account_base.AccountBase.AccountBase.fromJson
, account_base.AccountBase.AccountBase.new
.
0/10 points: Package has an example
No example found.
See package layout guidelines on how to add an example.
0/20 points: Supports 0 of 6 possible platforms (iOS, Android, Web, Windows, macOS, Linux)
These platforms are not supported:
Package does not support platform `Android`.
Because:
package:_private_core_network/mqtt/app_mqtt.dart
that imports:package:_private_core_network/options.dart
that imports:package:_private_core_network/network_resources/resources.dart
that imports:package:_private_core_network/network_resources/provider/provider.dart
that imports:package:_private_core_network/network_resources/provider/client.dart
that imports:package:native_dio_adapter/native_dio_adapter.dart
that imports:package:native_dio_adapter/src/native_adapter.dart
that imports:package:native_dio_adapter/src/cupertino_adapter.dart
that imports:package:cupertino_http/cupertino_http.dart
that declares support for platforms:iOS
,macOS
.
Package does not support platform `iOS`.
Because:
package:_private_core_network/mqtt/app_mqtt.dart
that imports:package:_private_core_network/options.dart
that imports:package:_private_core_network/network_resources/resources.dart
that imports:package:_private_core_network/network_resources/provider/provider.dart
that imports:package:_private_core_network/network_resources/provider/client.dart
that imports:package:native_dio_adapter/native_dio_adapter.dart
that imports:package:native_dio_adapter/src/native_adapter.dart
that imports:package:native_dio_adapter/src/cronet_adapter.dart
that imports:package:cronet_http/cronet_http.dart
that declares support for platforms:Android
.
Package does not support platform `Windows`.
Because:
package:_private_core_network/mqtt/app_mqtt.dart
that imports:package:_private_core_network/options.dart
that imports:package:_private_core_network/network_resources/resources.dart
that imports:package:_private_core_network/network_resources/provider/provider.dart
that imports:package:_private_core_network/network_resources/provider/client.dart
that imports:package:native_dio_adapter/native_dio_adapter.dart
that imports:package:native_dio_adapter/src/native_adapter.dart
that imports:package:native_dio_adapter/src/cupertino_adapter.dart
that imports:package:cupertino_http/cupertino_http.dart
that declares support for platforms:iOS
,macOS
.
Package does not support platform `Linux`.
Because:
package:_private_core_network/mqtt/app_mqtt.dart
that imports:package:_private_core_network/options.dart
that imports:package:_private_core_network/network_resources/resources.dart
that imports:package:_private_core_network/network_resources/provider/provider.dart
that imports:package:_private_core_network/network_resources/provider/client.dart
that imports:package:native_dio_adapter/native_dio_adapter.dart
that imports:package:native_dio_adapter/src/native_adapter.dart
that imports:package:native_dio_adapter/src/cupertino_adapter.dart
that imports:package:cupertino_http/cupertino_http.dart
that declares support for platforms:iOS
,macOS
.
Package does not support platform `macOS`.
Because:
package:_private_core_network/mqtt/app_mqtt.dart
that imports:package:_private_core_network/options.dart
that imports:package:_private_core_network/network_resources/resources.dart
that imports:package:_private_core_network/network_resources/provider/provider.dart
that imports:package:_private_core_network/network_resources/provider/client.dart
that imports:package:native_dio_adapter/native_dio_adapter.dart
that imports:package:native_dio_adapter/src/native_adapter.dart
that imports:package:native_dio_adapter/src/cronet_adapter.dart
that imports:package:cronet_http/cronet_http.dart
that declares support for platforms:Android
.
Package not compatible with platform Web
Because:
package:_private_core_network/mqtt/app_mqtt.dart
that imports:package:_private_core_network/options.dart
that imports:package:_private_core_network/network_resources/resources.dart
that imports:package:_private_core_network/network_resources/provider/provider.dart
that imports:package:_private_core_network/network_resources/provider/client_web.dart
that imports:package:_private_core/_private_core.dart
that imports:package:_private_core/extensions/extensions.dart
that imports:package:_private_core/extensions/context_extension.dart
that imports:dart:io
0/0 points: WASM compatibility
Package not compatible with runtime wasm
Because:
package:_private_core_network/mqtt/app_mqtt.dart
that imports:package:_private_core_network/mqtt/mqtt_v5_client_wrapper.dart
that imports:package:mqtt5_client/mqtt5_server_client.dart
that imports:dart:io
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 183 issues. Showing the first 2:
WARNING: Unused import: 'dart:typed_data'.
lib/mqtt/mqtt_v3_client_wrapper.dart:4:8
╷
4 │ import 'dart:typed_data';
│ ^^^^^^^^^^^^^^^^^
╵
To reproduce make sure you are using the lints_core and run flutter analyze lib/mqtt/mqtt_v3_client_wrapper.dart
WARNING: The operand can't be 'null', so the condition is always 'true'.
lib/mqtt/mqtt_v3_client_wrapper.dart:214:28
╷
214 │ if (messageBytes != null) {
│ ^^^^^^^
╵
To reproduce make sure you are using the lints_core and run flutter analyze lib/mqtt/mqtt_v3_client_wrapper.dart
0/10 points: All of the package dependencies are supported in the latest version
Package | Constraint | Compatible | Latest | Notes |
---|---|---|---|---|
_private_core |
>=1.3.1+28 |
1.3.1+32 | 1.3.1+32 | Discontinued |
collection |
>=1.19.1 |
1.19.1 | 1.19.1 | |
connectivity_plus |
>=6.1.3 |
6.1.4 | 6.1.4 | |
dio |
>=5.8.0+1 |
5.8.0+1 | 5.8.0+1 | |
dio_cache_interceptor |
>=3.5.1 |
3.5.1 | 4.0.3 | |
dio_cache_interceptor_hive_store |
>=4.0.0 |
4.0.0 | 4.0.0 | Discontinued |
equatable |
>=2.0.7 |
2.0.7 | 2.0.7 | |
http_parser |
>=4.1.2 |
4.1.2 | 4.1.2 | |
mime |
^2.0.0 |
2.0.0 | 2.0.0 | |
mqtt5_client |
>=4.0.0 |
4.13.2 | 4.13.2 | |
mqtt_client |
>=10.0.0 |
10.10.0 | 10.10.0 | |
native_dio_adapter |
>=1.4.0 |
1.4.0 | 1.4.0 |
Transitive dependencies
Package | Constraint | Compatible | Latest | Notes |
---|---|---|---|---|
archive |
- | 4.0.7 | 4.0.7 | |
args |
- | 2.7.0 | 2.7.0 | |
async |
- | 2.13.0 | 2.13.0 | |
cached_network_image |
- | 3.4.1 | 3.4.1 | |
cached_network_image_platform_interface |
- | 4.1.1 | 4.1.1 | |
cached_network_image_web |
- | 1.3.1 | 1.3.1 | |
characters |
- | 1.4.0 | 1.4.1 | |
charcode |
- | 1.4.0 | 1.4.0 | |
clock |
- | 1.1.2 | 1.1.2 | |
connectivity_plus_platform_interface |
- | 2.0.1 | 2.0.1 | |
convert |
- | 3.1.2 | 3.1.2 | |
country_flags |
- | 3.3.0 | 3.3.0 | |
cronet_http |
- | 1.3.4 | 1.3.4 | |
crypto |
- | 3.0.6 | 3.0.6 | |
csslib |
- | 1.0.2 | 1.0.2 | |
cupertino_http |
- | 2.2.0 | 2.2.0 | |
dart_ipify |
- | 1.1.1 | 1.1.1 | |
dash_flags |
- | 0.1.1 | 0.1.1 | |
dbus |
- | 0.7.11 | 0.7.11 | |
device_info_plus |
- | 11.5.0 | 11.5.0 | |
device_info_plus_platform_interface |
- | 7.0.3 | 7.0.3 | |
dio_web_adapter |
- | 2.1.1 | 2.1.1 | |
event_bus |
- | 2.0.1 | 2.0.1 | |
ffi |
- | 2.1.4 | 2.1.4 | |
file |
- | 7.0.1 | 7.0.1 | |
fixnum |
- | 1.1.1 | 1.1.1 | |
flutter_cache_manager |
- | 3.4.1 | 3.4.1 | |
flutter_portal |
- | 1.1.4 | 1.1.4 | |
flutter_staggered_animations |
- | 1.1.1 | 1.1.1 | |
flutter_svg |
- | 2.2.0 | 2.2.0 | |
google_fonts |
- | 6.2.1 | 6.2.1 | |
hive_ce |
- | 2.11.3 | 2.11.3 | |
html |
- | 0.15.6 | 0.15.6 | |
http |
- | 1.4.0 | 1.4.0 | |
http_profile |
- | 0.1.0 | 0.1.0 | |
image |
- | 4.5.4 | 4.5.4 | |
infinite_listview |
- | 1.1.0 | 1.1.0 | |
intl |
- | 0.20.2 | 0.20.2 | |
isolate_channel |
- | 0.2.2+1 | 0.2.2+1 | |
jni |
- | 0.12.2 | 0.14.2 | |
jovial_misc |
- | 0.9.2 | 0.9.2 | |
jovial_svg |
- | 1.1.27 | 1.1.27 | |
json_annotation |
- | 4.9.0 | 4.9.0 | |
lottie |
- | 3.3.1 | 3.3.1 | |
material_color_utilities |
- | 0.11.1 | 0.13.0 | |
meta |
- | 1.16.0 | 1.17.0 | |
nm |
- | 0.5.0 | 0.5.0 | |
objective_c |
- | 7.1.0 | 8.0.0 | |
octo_image |
- | 2.1.0 | 2.1.0 | |
package_config |
- | 2.2.0 | 2.2.0 | |
path |
- | 1.9.1 | 1.9.1 | |
path_parsing |
- | 1.1.0 | 1.1.0 | |
path_provider |
- | 2.1.5 | 2.1.5 | |
path_provider_android |
- | 2.2.17 | 2.2.17 | |
path_provider_foundation |
- | 2.4.1 | 2.4.1 | |
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 |
- | 6.1.0 | 7.0.0 | |
photo_view |
- | 0.15.0 | 0.15.0 | |
platform |
- | 3.1.6 | 3.1.6 | |
plugin_platform_interface |
- | 2.1.8 | 2.1.8 | |
pointer_interceptor |
- | 0.10.1+2 | 0.10.1+2 | |
pointer_interceptor_ios |
- | 0.10.1 | 0.10.1 | |
pointer_interceptor_platform_interface |
- | 0.10.0+1 | 0.10.0+1 | |
pointer_interceptor_web |
- | 0.10.3 | 0.10.3 | |
posix |
- | 6.0.3 | 6.0.3 | |
pub_semver |
- | 2.2.0 | 2.2.0 | |
rxdart |
- | 0.28.0 | 0.28.0 | |
source_span |
- | 1.10.1 | 1.10.1 | |
sprintf |
- | 7.0.0 | 7.0.0 | |
sqflite |
- | 2.4.2 | 2.4.2 | |
sqflite_android |
- | 2.4.1 | 2.4.1 | |
sqflite_common |
- | 2.5.5 | 2.5.5 | |
sqflite_darwin |
- | 2.4.2 | 2.4.2 | |
sqflite_platform_interface |
- | 2.4.0 | 2.4.0 | |
string_scanner |
- | 1.4.1 | 1.4.1 | |
synchronized |
- | 3.4.0 | 3.4.0 | |
term_glyph |
- | 1.2.2 | 1.2.2 | |
typed_data |
- | 1.4.0 | 1.4.0 | |
universal_html |
- | 2.2.4 | 2.2.4 | |
universal_io |
- | 2.2.2 | 2.2.2 | |
uuid |
- | 4.5.1 | 4.5.1 | |
vector_graphics |
- | 1.1.19 | 1.1.19 | |
vector_graphics_codec |
- | 1.1.13 | 1.1.13 | |
vector_graphics_compiler |
- | 1.1.17 | 1.1.17 | |
vector_math |
- | 2.1.4 | 2.2.0 | |
web |
- | 1.1.1 | 1.1.1 | |
web_socket |
- | 1.0.1 | 1.0.1 | |
win32 |
- | 5.14.0 | 5.14.0 | |
win32_registry |
- | 2.1.0 | 2.1.0 | |
xdg_directories |
- | 1.1.0 | 1.1.0 | |
xml |
- | 6.5.0 | 6.6.0 |
To reproduce run dart pub outdated --no-dev-dependencies --up-to-date --no-dependency-overrides
.
The package has one or more discontinued direct dependencies.
Discontinued packages are no longer maintained, and can end up being a
liability.
Consider migrating away from these dependencies:
- _private_core
- dio_cache_interceptor_hive_store.
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.21
, Flutter 3.32.4
, Dart 3.8.1
.
Check the analysis log for details.