code_id_alice 0.0.8 copy "code_id_alice: ^0.0.8" to clipboard
code_id_alice: ^0.0.8 copied to clipboard

Alice package with awesome notification for use for company code.id.

0
likes
130/ 160
pub points
73
downloads

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

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

Passed check 10/10 points: Provide a valid pubspec.yaml

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
10 / 20trigger folding of the section

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

70 out of 252 API elements (27.8 %) have documentation comments.

Some symbols that are missing documentation: alice, alice.Alice, alice.Alice.channelDescription, alice.Alice.channelId, alice.Alice.channelName.

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 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:code_id_alice/code_id_alice.dart that imports:
  • package:code_id_alice/alice.dart that imports:
  • package:code_id_alice/core/alice_http_client_adapter.dart that imports:
  • package:code_id_alice/core/alice_core.dart that imports:
  • package:code_id_alice/ui/page/alice_calls_list_screen.dart that imports:
  • package:code_id_alice/ui/page/alice_call_details_screen.dart that imports:
  • package:share/share.dart that declares support for platforms: Android, iOS.
Package does not support platform `Linux`.

Because:

  • package:code_id_alice/code_id_alice.dart that imports:
  • package:code_id_alice/alice.dart that imports:
  • package:code_id_alice/core/alice_http_client_adapter.dart that imports:
  • package:code_id_alice/core/alice_core.dart that imports:
  • package:code_id_alice/ui/page/alice_calls_list_screen.dart that imports:
  • package:code_id_alice/ui/page/alice_call_details_screen.dart that imports:
  • package:share/share.dart that declares support for platforms: Android, iOS.
Package does not support platform `macOS`.

Because:

  • package:code_id_alice/code_id_alice.dart that imports:
  • package:code_id_alice/alice.dart that imports:
  • package:code_id_alice/core/alice_http_client_adapter.dart that imports:
  • package:code_id_alice/core/alice_core.dart that imports:
  • package:code_id_alice/ui/page/alice_calls_list_screen.dart that imports:
  • package:code_id_alice/ui/page/alice_call_details_screen.dart that imports:
  • package:share/share.dart that declares support for platforms: Android, iOS.
Package does not support platform `Web`.

Because:

  • package:code_id_alice/code_id_alice.dart that imports:
  • package:code_id_alice/alice.dart that imports:
  • package:code_id_alice/core/alice_http_client_adapter.dart that imports:
  • package:code_id_alice/core/alice_core.dart that imports:
  • package:code_id_alice/ui/page/alice_calls_list_screen.dart that imports:
  • package:code_id_alice/ui/page/alice_call_details_screen.dart that imports:
  • package:share/share.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:code_id_alice/code_id_alice.dart that imports:
  • package:code_id_alice/alice.dart that imports:
  • package:code_id_alice/core/alice_http_client_adapter.dart that imports:
  • package:code_id_alice/core/alice_core.dart that imports:
  • package:code_id_alice/ui/page/alice_calls_list_screen.dart that imports:
  • package:code_id_alice/ui/page/alice_call_details_screen.dart that imports:
  • package:code_id_alice/helper/alice_save_helper.dart that imports:
  • package:package_info_plus/package_info_plus.dart that imports:
  • package:package_info_plus/src/package_info_plus_windows.dart that imports:
  • package:package_info_plus/src/file_version_info.dart that imports:
  • package:win32/win32.dart that declares support for platforms: Windows.
Package does not support platform `iOS`.

Because:

  • package:code_id_alice/code_id_alice.dart that imports:
  • package:code_id_alice/alice.dart that imports:
  • package:code_id_alice/core/alice_http_client_adapter.dart that imports:
  • package:code_id_alice/core/alice_core.dart that imports:
  • package:code_id_alice/ui/page/alice_calls_list_screen.dart that imports:
  • package:code_id_alice/ui/page/alice_call_details_screen.dart that imports:
  • package:code_id_alice/helper/alice_save_helper.dart that imports:
  • package:package_info_plus/package_info_plus.dart that imports:
  • package:package_info_plus/src/package_info_plus_windows.dart that imports:
  • package:package_info_plus/src/file_version_info.dart that imports:
  • package:win32/win32.dart that declares support for platforms: Windows.

Failed check 0/0 points: WASM compatibility

Package not compatible with runtime wasm

Because:

  • package:code_id_alice/code_id_alice.dart that imports:
  • package:code_id_alice/alice.dart that imports:
  • package:code_id_alice/model/alice_http_call.dart that imports:
  • package:code_id_alice/model/alice_http_request.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.

Partially passed report section
Pass static analysis
40 / 50trigger folding of the section

Partially passed check 40/50 points: code has no errors, warnings, lints, or formatting issues

Found 3 issues. Showing the first 2:

INFO: 'DioError' is deprecated and shouldn't be used. Use DioException instead. This will be removed in 6.0.0.

lib/core/alice_dio_interceptor.dart:116:16

    ╷
116 │   void onError(DioError error, ErrorInterceptorHandler handler) {
    │                ^^^^^^^^
    ╵

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

INFO: 'MaterialStateProperty' is deprecated and shouldn't be used. Use WidgetStateProperty instead. Moved to the Widgets layer to make code available outside of Material. This feature was deprecated after v3.19.0-0.3.pre.

lib/ui/widget/alice_call_response_widget.dart:170:17

    ╷
170 │                 MaterialStateProperty.all<Color>(AliceConstants.lightRed),
    │                 ^^^^^^^^^^^^^^^^^^^^^
    ╵

To reproduce make sure you are using the lints_core and run flutter analyze lib/ui/widget/alice_call_response_widget.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
awesome_notifications ^0.8.2 0.8.2 0.10.1
dio ^5.3.3 5.8.0+1 5.8.0+1
fast_immutable_collections ^9.1.6 9.2.1 11.0.4
intl ^0.18.1 0.18.1 0.20.2
package_info_plus ^5.0.0 5.0.1 8.3.0
rxdart ^0.27.7 0.27.7 0.28.0
share ^2.0.4 2.0.4 2.0.4 Discontinued
url_launcher ^6.1.14 6.3.1 6.3.1
Transitive dependencies
Package Constraint Compatible Latest Notes
async - 2.13.0 2.13.0
characters - 1.4.0 1.4.1
clock - 1.1.2 1.1.2
collection - 1.19.1 1.19.1
dio_web_adapter - 1.1.1 2.1.1
ffi - 2.1.4 2.1.4
http - 1.2.0 1.4.0
http_parser - 4.1.2 4.1.2
material_color_utilities - 0.11.1 0.13.0
meta - 1.16.0 1.17.0
mime - 1.0.6 2.0.0
package_info_plus_platform_interface - 2.0.1 3.2.0
path - 1.9.1 1.9.1
plugin_platform_interface - 2.1.8 2.1.8
source_span - 1.10.1 1.10.1
string_scanner - 1.4.1 1.4.1
term_glyph - 1.2.2 1.2.2
typed_data - 1.4.0 1.4.0
url_launcher_android - 6.3.16 6.3.16
url_launcher_ios - 6.3.3 6.3.3
url_launcher_linux - 3.2.1 3.2.1
url_launcher_macos - 3.2.2 3.2.2
url_launcher_platform_interface - 2.3.2 2.3.2
url_launcher_web - 2.2.3 2.4.1
url_launcher_windows - 3.1.4 3.1.4
vector_math - 2.1.4 2.2.0
web - 0.4.2 1.1.1
win32 - 5.14.0 5.14.0

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

Found 6 issues. Showing the first 2:

The constraint `^0.8.2` on awesome_notifications does not support the stable version `0.9.0`.

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

The constraint `^9.1.6` on fast_immutable_collections does not support the stable version `10.0.0`.

Try running dart pub upgrade --major-versions fast_immutable_collections 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:
0
likes
130
points
73
downloads

Publisher

unverified uploader

Weekly Downloads

Alice package with awesome notification for use for company code.id.

Homepage

Documentation

API reference

License

MIT (license)

Dependencies

awesome_notifications, dio, fast_immutable_collections, flutter, intl, package_info_plus, rxdart, share, url_launcher

More

Packages that depend on code_id_alice