这是indexloc提供的服务,不要输入任何密码

chalona_api 1.0.15 copy "chalona_api: ^1.0.15" to clipboard
chalona_api: ^1.0.15 copied to clipboard

PlatformAndroid

Framework Chalona para desarrollo de aplicaciones Flutter con servicios en background, notificaciones, base de datos y comunicación en tiempo real.

0
likes
110/ 160
pub points
2.44k
downloads

We analyzed this package 5 hours ago, and awarded it 110 pub points (of a possible 160):

Partially passed report section
Follow Dart file conventions
30 / 30trigger folding of the section

Partially passed check 10/10 points: Provide a valid pubspec.yaml

Homepage URL doesn't exist.

At the time of the analysis https://github.com/pedromateoa/chalona-api was unreachable. Make sure that the website is reachable via HEAD requests.

Repository URL doesn't exist.

At the time of the analysis https://github.com/pedromateoa/chalona-api was unreachable. Make sure that the website is reachable via HEAD requests.

Issue tracker URL doesn't exist.

At the time of the analysis https://github.com/pedromateoa/chalona-api/issues was unreachable. Make sure that the website is reachable via HEAD requests.

Passed check 5/5 points: Provide a valid README.md

Passed check 5/5 points: Provide a valid CHANGELOG.md

Passed check 10/10 points: Use an OSI-approved license

Detected license: MIT.

Failed report section
Provide documentation
0 / 20trigger folding of the section

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

148 out of 844 API elements (17.5 %) 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: android, android.ChalonaAndroidApp, android.ChalonaAndroidApp.ChalonaAndroidApp.new, android.ChalonaAndroidApp.initialize, chalona_api.Cantidad.

Failed check 0/10 points: Package has an example

No example found.

See package layout guidelines on how to add an example.

Failed report section
Platform support
20 / 20trigger folding of the section

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

  • ✓ Android

These platforms are not supported:

Package does not support platform `iOS`.

Because:

  • package:chalona_api/chalona_api.dart that imports:
  • package:chalona_api/components/ecf.dart that imports:
  • package:chalona_api/src/ecf/dgii.dart that imports:
  • package:chalona_api/src/core/service.dart that imports:
  • package:chalona_api/src/core/notification/android.notifcation.dart that imports:
  • package:flutter_background_service/flutter_background_service.dart that imports:
  • package:flutter_background_service_android/flutter_background_service_android.dart that declares support for platforms: Android.
Package does not support platform `Windows`.

Because:

  • package:chalona_api/chalona_api.dart that imports:
  • package:chalona_api/components/ecf.dart that imports:
  • package:chalona_api/src/ecf/dgii.dart that imports:
  • package:chalona_api/src/core/service.dart that imports:
  • package:chalona_api/src/core/notification/android.notifcation.dart that imports:
  • package:flutter_background_service/flutter_background_service.dart that declares support for platforms: Android, iOS.
Package does not support platform `Linux`.

Because:

  • package:chalona_api/chalona_api.dart that imports:
  • package:chalona_api/components/ecf.dart that imports:
  • package:chalona_api/src/ecf/dgii.dart that imports:
  • package:chalona_api/src/core/service.dart that imports:
  • package:chalona_api/src/core/notification/android.notifcation.dart that imports:
  • package:flutter_background_service/flutter_background_service.dart that declares support for platforms: Android, iOS.
Package does not support platform `macOS`.

Because:

  • package:chalona_api/chalona_api.dart that imports:
  • package:chalona_api/components/ecf.dart that imports:
  • package:chalona_api/src/ecf/dgii.dart that imports:
  • package:chalona_api/src/core/service.dart that imports:
  • package:chalona_api/src/core/notification/android.notifcation.dart that imports:
  • package:flutter_background_service/flutter_background_service.dart that declares support for platforms: Android, iOS.
Package does not support platform `Web`.

Because:

  • package:chalona_api/chalona_api.dart that imports:
  • package:chalona_api/components/ecf.dart that imports:
  • package:chalona_api/src/ecf/dgii.dart that imports:
  • package:chalona_api/src/core/service.dart that imports:
  • package:chalona_api/src/core/notification/android.notifcation.dart that imports:
  • package:flutter_background_service/flutter_background_service.dart that declares support for platforms: Android, iOS.

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:chalona_api/chalona_api.dart that imports:
  • package:chalona_api/components/ecf.dart that imports:
  • package:chalona_api/src/ecf/dgii.dart that imports:
  • package:chalona_api/src/core/service.dart that imports:
  • package:chalona_api/src/core/notification/android.notifcation.dart that imports:
  • package:flutter_background_service/flutter_background_service.dart that imports:
  • package:flutter_background_service_ios/flutter_background_service_ios.dart that declares support for platforms: iOS.

Failed check 0/0 points: WASM compatibility

Package not compatible with runtime wasm

Because:

  • package:chalona_api/chalona_api.dart that imports:
  • package:chalona_api/components/ecf.dart that imports:
  • package:chalona_api/src/ecf/dgii.dart that imports:
  • package:chalona_api/src/ecf/ecf.dart that imports:
  • package:chalona_api/src/core/host.dart that imports:
  • package:chalona_api/src/core/util.dart that imports:
  • package:chalona_api/src/core/server.dart that imports:
  • package:chalona_api/src/core/file.dart that imports:
  • package:chalona_api/src/core/file/file.html.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.

Failed report section
Pass static analysis
30 / 50trigger folding of the section

Failed check 30/50 points: code has no errors, warnings, lints, or formatting issues

Found 43 issues. Showing the first 2:

WARNING: The value of the local variable 'service' isn't used.

lib/src/core/notification/android.notifcation.dart:31:9

   ╷
31 │   final service = FlutterBackgroundService();
   │         ^^^^^^^
   ╵

To reproduce make sure you are using the lints_core and run flutter analyze lib/src/core/notification/android.notifcation.dart

WARNING: The declaration '_hasNotificationPermissions' isn't referenced.

lib/src/core/notification/android.notifcation.dart:162:14

    ╷
162 │ Future<bool> _hasNotificationPermissions() async {
    │              ^^^^^^^^^^^^^^^^^^^^^^^^^^^
    ╵

To reproduce make sure you are using the lints_core and run flutter analyze lib/src/core/notification/android.notifcation.dart

Failed report section
Support up-to-date dependencies
30 / 40trigger folding of the section

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

Package Constraint Compatible Latest Notes
ansicolor ^2.0.3 2.0.3 2.0.3
asn1lib ^1.6.2 1.6.5 1.6.5
basic_utils ^5.7.0 5.7.0 5.8.2
dart_jsonwebtoken ^2.14.2 2.17.0 3.2.0
device_info_plus ^11.4.0 11.5.0 11.5.0
flutter_background_service ^5.1.0 5.1.0 5.1.0
flutter_local_notifications ^19.1.0 19.4.0 19.4.0
http ^1.3.0 1.4.0 1.4.0
http_parser ^4.0.2 4.1.2 4.1.2
intl ^0.19.0 0.19.0 0.20.2
logging ^1.2.0 1.3.0 1.3.0
mime ^2.0.0 2.0.0 2.0.0
mssql_connection ^2.0.1 2.0.2 2.0.2
path ^1.9.0 1.9.1 1.9.1
permission_handler ^12.0.0+1 12.0.1 12.0.1
postgres ^3.5.5 3.5.6 3.5.6
shared_preferences ^2.5.3 2.5.3 2.5.3
socket_io_client ^1.0.0 1.0.2 3.1.2
sqlite3 ^2.7.4 2.7.7 2.7.7
timezone ^0.10.0 0.10.1 0.10.1
web ^1.1.1 1.1.1 1.1.1
web_socket_channel ^2.4.0 2.4.0 3.0.3
xml ^6.5.0 6.5.0 6.6.0
Transitive dependencies
Package Constraint Compatible Latest Notes
adaptive_number - 1.0.0 1.0.0
args - 2.7.0 2.7.0
async - 2.13.0 2.13.0
buffer - 1.2.3 1.2.3
characters - 1.4.0 1.4.1
charcode - 1.4.0 1.4.0
clock - 1.1.2 1.1.2
collection - 1.19.1 1.19.1
convert - 3.1.2 3.1.2
crypto - 3.0.6 3.0.6
dbus - 0.7.11 0.7.11
device_info_plus_platform_interface - 7.0.3 7.0.3
ed25519_edwards - 0.3.1 0.3.1
ffi - 2.1.4 2.1.4
file - 7.0.1 7.0.1
fixnum - 1.1.1 1.1.1
flutter_background_service_android - 6.3.1 6.3.1
flutter_background_service_ios - 5.0.3 5.0.3
flutter_background_service_platform_interface - 5.1.2 5.1.2
flutter_local_notifications_linux - 6.0.0 6.0.0
flutter_local_notifications_platform_interface - 9.1.0 9.1.0
flutter_local_notifications_windows - 1.0.2 1.0.2
js - 0.6.7 0.7.2 Discontinued
json_annotation - 4.9.0 4.9.0
material_color_utilities - 0.11.1 0.13.0
meta - 1.16.0 1.17.0
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
permission_handler_android - 13.0.1 13.0.1
permission_handler_apple - 9.4.7 9.4.7
permission_handler_html - 0.1.3+5 0.1.3+5
permission_handler_platform_interface - 4.3.0 4.3.0
permission_handler_windows - 0.2.1 0.2.1
petitparser - 6.1.0 7.0.0
platform - 3.1.6 3.1.6
plugin_platform_interface - 2.1.8 2.1.8
pointycastle - 3.9.1 4.0.0
pool - 1.5.1 1.5.1
sasl_scram - 0.1.1 0.1.1
saslprep - 1.0.3 1.0.3
shared_preferences_android - 2.4.10 2.4.10
shared_preferences_foundation - 2.5.4 2.5.4
shared_preferences_linux - 2.4.1 2.4.1
shared_preferences_platform_interface - 2.4.1 2.4.1
shared_preferences_web - 2.4.3 2.4.3
shared_preferences_windows - 2.4.1 2.4.1
socket_io_common - 1.0.1 3.1.1
source_span - 1.10.1 1.10.1
stack_trace - 1.12.1 1.12.1
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
unorm_dart - 0.3.1+1 0.3.1+1
vector_math - 2.1.4 2.2.0
win32 - 5.14.0 5.14.0
win32_registry - 2.1.0 2.1.0
xdg_directories - 1.1.0 1.1.0

To reproduce run dart pub outdated --no-dev-dependencies --up-to-date --no-dependency-overrides.

Found 4 issues. Showing the first 2:

The constraint `^2.14.2` on dart_jsonwebtoken does not support the stable version `3.0.0`.

Try running dart pub upgrade --major-versions dart_jsonwebtoken to update the constraint.

The constraint `^0.19.0` on intl does not support the stable version `0.20.0`.

Try running dart pub upgrade --major-versions intl to update the constraint.

Passed check 10/10 points: Package supports latest stable Dart and Flutter SDKs

Passed check 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.

Weekly downloads

Display as:
By versions: