code_id_alice 0.0.8 code_id_alice: ^0.0.8 copied to clipboard
Alice package with awesome notification for use for company code.id.
We analyzed this package 15 hours ago, and awarded it 130 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: MIT
.
10/10 points: 20% or more of the public API has dartdoc comments
70 out of 250 API elements (28.0 %) have documentation comments.
Some symbols that are missing documentation: alice
, alice.Alice
, alice.Alice.channelDescription
, alice.Alice.channelId
, alice.Alice.channelName
.
0/10 points: Package has an example
No example found.
See package layout guidelines on how to add an example.
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
.
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.
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
0/10 points: All of the package dependencies are supported in the latest version
Package | Constraint | Compatible | Latest |
---|---|---|---|
awesome_notifications |
^0.8.2 |
0.8.2 | 0.10.0 |
dio |
^5.3.3 |
5.7.0 | 5.7.0 |
fast_immutable_collections |
^9.1.6 |
9.2.1 | 11.0.2 |
flutter |
flutter |
0.0.0 | 0.0.0 |
intl |
^0.18.1 |
0.18.1 | 0.20.1 |
package_info_plus |
^5.0.0 |
5.0.1 | 8.1.2 |
rxdart |
^0.27.7 |
0.27.7 | 0.28.0 |
share |
^2.0.4 |
2.0.4 | 2.0.4 |
url_launcher |
^6.1.14 |
6.3.1 | 6.3.1 |
Transitive dependencies
Package | Constraint | Compatible | Latest |
---|---|---|---|
async |
- | 2.12.0 | 2.12.0 |
characters |
- | 1.3.0 | 1.4.0 |
clock |
- | 1.1.2 | 1.1.2 |
collection |
- | 1.19.0 | 1.19.1 |
dio_web_adapter |
- | 1.0.1 | 2.0.0 |
ffi |
- | 2.1.3 | 2.1.3 |
flutter_web_plugins |
- | 0.0.0 | 0.0.0 |
http |
- | 1.2.0 | 1.2.2 |
http_parser |
- | 4.1.1 | 4.1.1 |
material_color_utilities |
- | 0.11.1 | 0.12.0 |
meta |
- | 1.15.0 | 1.16.0 |
mime |
- | 1.0.6 | 2.0.0 |
package_info_plus_platform_interface |
- | 2.0.1 | 3.0.2 |
path |
- | 1.9.1 | 1.9.1 |
plugin_platform_interface |
- | 2.1.8 | 2.1.8 |
sky_engine |
- | 0.0.0 | 0.0.0 |
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.14 | 6.3.14 |
url_launcher_ios |
- | 6.3.2 | 6.3.2 |
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.3.3 |
url_launcher_windows |
- | 3.1.3 | 3.1.3 |
vector_math |
- | 2.1.4 | 2.1.4 |
web |
- | 0.4.2 | 1.1.0 |
win32 |
- | 5.10.0 | 5.10.0 |
To reproduce run dart pub outdated --no-dev-dependencies --up-to-date --no-dependency-overrides
.
Found 5 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.
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.17
, Flutter 3.27.0
, Dart 3.6.0
.
Check the analysis log for details.