_private_core_network 0.0.93 copy "_private_core_network: ^0.0.93" to clipboard
_private_core_network: ^0.0.93 copied to clipboard

discontinued

_private_core_network project.

0
likes
80/ 160
pub points
78%
popularity

We analyzed this package 2 days ago, and awarded it 80 pub points (of a possible 160):

failed
Follow Dart file conventions
20 / 30trigger folding of the section

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 60 to 180 characters to describe the package, what it does, and its target use case.

* `pubspec.yaml` doesn't have a `homepage` entry. * `pubspec.yaml` doesn't have a `repository` 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.

failed
Provide documentation
0 / 20trigger folding of the section

0/10 points: 20% or more of the public API has dartdoc comments

133 out of 6482 API elements (2.1 %) 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: _model, _repository, address_component, address_component.AddressComponent, address_component.AddressComponent.AddressComponent.

0/10 points: Package has an example

No example found.

See package layout guidelines on how to add an example.

OK
Platform support
20 / 20trigger folding of the section

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

  • ✓ Android
  • ✓ iOS

These platforms are not supported:

Package does not support platform `Windows`.

Because:

  • package:_private_core_network/network_resources/model/_model.dart that imports:
  • package:_private_core_network/network_resources/model/event_info_model.dart that imports:
  • package:_private_core_network/network_resources/resources.dart that imports:
  • package:_private_core_network/network_resources/service/service.dart that imports:
  • package:_private_core_network/network_resources/service/wifi_service.dart that imports:
  • package:connectivity_plus/connectivity_plus.dart that imports:
  • package:connectivity_plus/src/connectivity_plus_linux.dart that imports:
  • package:nm/nm.dart that declares support for platforms: Linux.
Package does not support platform `Linux`.

Because:

  • package:_private_core_network/network_resources/model/_model.dart that imports:
  • package:_private_core_network/network_resources/model/event_info_model.dart that imports:
  • package:_private_core_network/network_resources/resources.dart that imports:
  • package:_private_core_network/network_resources/repository/_repository.dart that imports:
  • package:_private_core_network/network_resources/repository/auth_repo.dart that imports:
  • package:_private_core/utils/device_infos.dart that imports:
  • package:client_information/client_information.dart that declares support for platforms: Android, iOS, Web.
Package does not support platform `macOS`.

Because:

  • package:_private_core_network/network_resources/model/_model.dart that imports:
  • package:_private_core_network/network_resources/model/event_info_model.dart that imports:
  • package:_private_core_network/network_resources/resources.dart that imports:
  • package:_private_core_network/network_resources/service/service.dart that imports:
  • package:_private_core_network/network_resources/service/wifi_service.dart that imports:
  • package:connectivity_plus/connectivity_plus.dart that imports:
  • package:connectivity_plus/src/connectivity_plus_linux.dart that imports:
  • package:nm/nm.dart that declares support for platforms: Linux.
Package not compatible with platform Web

Because:

  • package:_private_core_network/mqtt/app_mqtt.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

These issues are present but do not affect the score, because they may not originate in your package:

Package does not support platform `Android`.

Because:

  • package:_private_core_network/network_resources/model/_model.dart that imports:
  • package:_private_core_network/network_resources/model/event_info_model.dart that imports:
  • package:_private_core_network/network_resources/resources.dart that imports:
  • package:_private_core_network/network_resources/service/service.dart that imports:
  • package:_private_core_network/network_resources/service/wifi_service.dart that imports:
  • package:connectivity_plus/connectivity_plus.dart that imports:
  • package:connectivity_plus/src/connectivity_plus_linux.dart that imports:
  • package:nm/nm.dart that declares support for platforms: Linux.
Package does not support platform `iOS`.

Because:

  • package:_private_core_network/network_resources/model/_model.dart that imports:
  • package:_private_core_network/network_resources/model/event_info_model.dart that imports:
  • package:_private_core_network/network_resources/resources.dart that imports:
  • package:_private_core_network/network_resources/service/service.dart that imports:
  • package:_private_core_network/network_resources/service/wifi_service.dart that imports:
  • package:connectivity_plus/connectivity_plus.dart that imports:
  • package:connectivity_plus/src/connectivity_plus_linux.dart that imports:
  • package:nm/nm.dart that declares support for platforms: Linux.
failed
Pass static analysis
0 / 50trigger folding of the section

0/50 points: code has no errors, warnings, lints, or formatting issues

Found 2168 issues. Showing the first 2:

ERROR: Undefined name 'arckipelmqttUrl'.

lib/mqtt/app_mqtt.dart:7:24

  ╷
7 │ String _host = 'wss://$arckipelmqttUrl/mqtt';
  │                        ^^^^^^^^^^^^^^^
  ╵

To reproduce make sure you are using the lints_core and run flutter analyze lib/mqtt/app_mqtt.dart

ERROR: Undefined name 'arckipelmqttPort'.

lib/mqtt/app_mqtt.dart:8:13

  ╷
8 │ int _port = arckipelmqttPort;
  │             ^^^^^^^^^^^^^^^^
  ╵

To reproduce make sure you are using the lints_core and run flutter analyze lib/mqtt/app_mqtt.dart

OK
Support up-to-date dependencies
40 / 40trigger folding of the section

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

Package Constraint Compatible Latest
_private_core >=0.0.47 1.3.0+37 1.3.0+37
connectivity_plus >=2.3.6+1 6.0.3 6.0.3
dio >=4.0.6 5.4.3+1 5.4.3+1
dio_cache_interceptor >=3.3.1 3.5.0 3.5.0
equatable >=2.0.5 2.0.5 2.0.5
flutter flutter 0.0.0 0.0.0
get >=4.6.5 4.6.6 4.6.6
logger >=1.1.0 2.3.0 2.3.0
mqtt_client >=9.7.2 10.2.1 10.2.1
Transitive dependencies
Package Constraint Compatible Latest
archive - 3.6.1 3.6.1
args - 2.5.0 2.5.0
async - 2.11.0 2.11.0
cached_network_image - 3.3.1 3.3.1
cached_network_image_platform_interface - 4.0.0 4.0.0
cached_network_image_web - 1.2.0 1.2.0
characters - 1.3.0 1.3.0
charcode - 1.3.1 1.3.1
client_information - 2.1.4 2.1.4
clock - 1.1.1 1.1.1
collection - 1.18.0 1.18.0
connectivity_plus_platform_interface - 2.0.0 2.0.0
crypto - 3.0.3 3.0.3
csslib - 1.0.0 1.0.0
dart_ipify - 1.1.1 1.1.1
dash_flags - 0.1.1 0.1.1
dbus - 0.7.10 0.7.10
device_info_plus - 10.1.0 10.1.0
device_info_plus_platform_interface - 7.0.0 7.0.0
event_bus - 2.0.0 2.0.0
ffi - 2.1.2 2.1.2
file - 7.0.0 7.0.0
fixnum - 1.1.0 1.1.0
flutter_cache_manager - 3.3.2 3.3.2
flutter_staggered_animations - 1.1.1 1.1.1
flutter_svg - 2.0.10+1 2.0.10+1
flutter_web_plugins - 0.0.0 0.0.0
google_fonts - 6.2.1 6.2.1
html - 0.15.4 0.15.4
http - 1.2.1 1.2.1
http_parser - 4.0.2 4.0.2
image - 4.2.0 4.2.0
infinite_listview - 1.1.0 1.1.0
intl - 0.19.0 0.19.0
js - 0.6.7 0.7.1
libphonenumber_platform_interface - 0.4.2 0.4.2
libphonenumber_plugin - 0.3.3 0.3.3
libphonenumber_web - 0.3.2 0.3.2
lottie - 3.1.2 3.1.2
material_color_utilities - 0.8.0 0.12.0
meta - 1.12.0 1.15.0
nm - 0.5.0 0.5.0
octo_image - 2.0.0 2.0.0
path - 1.9.0 1.9.0
path_parsing - 1.0.1 1.0.1
path_provider - 2.1.3 2.1.3
path_provider_android - 2.2.5 2.2.5
path_provider_foundation - 2.4.0 2.4.0
path_provider_linux - 2.2.1 2.2.1
path_provider_platform_interface - 2.1.2 2.1.2
path_provider_windows - 2.2.1 2.2.1
petitparser - 6.0.2 6.0.2
photo_view - 0.15.0 0.15.0
platform - 3.1.4 3.1.4
plugin_platform_interface - 2.1.8 2.1.8
pointer_interceptor - 0.10.1+1 0.10.1+1
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.2 0.10.2
rxdart - 0.27.7 0.27.7
sky_engine - 0.0.99 0.0.99
source_span - 1.10.0 1.10.0
sprintf - 7.0.0 7.0.0
sqflite - 2.3.3+1 2.3.3+1
sqflite_common - 2.5.4 2.5.4
string_scanner - 1.2.0 1.2.0
synchronized - 3.1.0+1 3.1.0+1
term_glyph - 1.2.1 1.2.1
typed_data - 1.3.2 1.3.2
universal_html - 2.2.4 2.2.4
universal_io - 2.2.2 2.2.2
uuid - 4.4.0 4.4.0
vector_graphics - 1.1.11+1 1.1.11+1
vector_graphics_codec - 1.1.11+1 1.1.11+1
vector_graphics_compiler - 1.1.11+1 1.1.11+1
vector_math - 2.1.4 2.1.4
web - 0.5.1 0.5.1
win32 - 5.5.1 5.5.1
win32_registry - 1.1.3 1.1.3
xdg_directories - 1.0.4 1.0.4
xml - 6.5.0 6.5.0

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

20/20 points: Compatible with dependency constraint lower bounds

pub downgrade does not expose any static analysis error.

Analyzed with Pana 0.22.5, Flutter 3.22.1, Dart 3.4.1.

Check the analysis log for details.

0
likes
80
pub points
78%
popularity

Publisher

unverified uploader

_private_core_network project.

Documentation

API reference

License

Apache-2.0 (LICENSE)

Dependencies

_private_core, connectivity_plus, dio, dio_cache_interceptor, equatable, flutter, get, logger, mqtt_client

More

Packages that depend on _private_core_network