clix_flutter 0.0.2
clix_flutter: ^0.0.2 copied to clipboard
Clix - Clix - Mobile push for builders
We analyzed this package 3 hours ago, and awarded it 120 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.
5/5 points: Provide a valid README.md
5/5 points: Provide a valid CHANGELOG.md
0/10 points: Use an OSI-approved license
No license was recognized.
Consider using an OSI-approved license in the LICENSE
file to make it more accessible to the community.
10/10 points: 20% or more of the public API has dartdoc comments
17 out of 64 API elements (26.6 %) have documentation comments.
Some symbols that are missing documentation: clix_flutter
, clix_flutter.Clix
, clix_flutter.Clix.setLogLevel
, clix_flutter.ClixConfig
, clix_flutter.ClixConfig.ClixConfig.fromJson
.
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:clix_flutter/clix_flutter.dart
that declares support for platforms:Android
,iOS
.
Package does not support platform `Linux`.
Because:
package:clix_flutter/clix_flutter.dart
that declares support for platforms:Android
,iOS
.
Package does not support platform `macOS`.
Because:
package:clix_flutter/clix_flutter.dart
that declares support for platforms:Android
,iOS
.
Package does not support platform `Web`.
Because:
package:clix_flutter/clix_flutter.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:clix_flutter/clix_flutter.dart
that imports:package:clix_flutter/src/core/clix.dart
that imports:package:clix_flutter/src/services/notification_service.dart
that imports:package:clix_flutter/src/services/device_service.dart
that imports:package:clix_flutter/src/services/device_api_service.dart
that imports:package:clix_flutter/src/services/clix_api_client.dart
that imports:package:clix_flutter/src/core/clix_version.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:clix_flutter/clix_flutter.dart
that imports:package:clix_flutter/src/core/clix.dart
that imports:package:clix_flutter/src/services/notification_service.dart
that imports:package:clix_flutter/src/services/device_service.dart
that imports:package:clix_flutter/src/services/device_api_service.dart
that imports:package:clix_flutter/src/services/clix_api_client.dart
that imports:package:clix_flutter/src/core/clix_version.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:clix_flutter/clix_flutter.dart
that imports:package:clix_flutter/src/core/clix.dart
that imports:package:clix_flutter/src/services/notification_service.dart
that imports:package:clix_flutter/src/services/device_service.dart
that imports:package:clix_flutter/src/services/device_api_service.dart
that imports:package:clix_flutter/src/services/clix_api_client.dart
that imports:package:clix_flutter/src/core/clix_version.dart
that imports:package:package_info_plus/package_info_plus.dart
that imports:package:package_info_plus/src/package_info_plus_linux.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.cn/web/wasm for details.
0/0 points: Swift Package Manager support
Package does not support the Swift Package Manager on iOS
It does not contain ios/clix_flutter/Package.swift
.
This package for iOS or macOS does not support the Swift Package Manager. It will not receive full points in a future version of the scoring model.
See https://docs.flutter.dev/to/spm for details.
50/50 points: code has no errors, warnings, lints, or formatting issues
0/10 points: All of the package dependencies are supported in the latest version
Package | Constraint | Compatible | Latest | Notes |
---|---|---|---|---|
device_info_plus |
^10.1.0 |
10.1.2 | 12.1.0 | |
firebase_messaging |
^15.1.3 |
15.2.10 | 16.0.3 | |
flutter_local_notifications |
^17.2.3 |
17.2.4 | 19.5.0 | |
http |
^1.2.0 |
1.5.0 | 1.5.0 | |
json_annotation |
^4.9.0 |
4.9.0 | 4.9.0 | |
package_info_plus |
^8.0.0 |
8.3.1 | 9.0.0 | |
permission_handler |
^11.3.1 |
11.4.0 | 12.0.1 | |
shared_preferences |
^2.2.2 |
2.5.3 | 2.5.3 | |
url_launcher |
^6.3.1 |
6.3.2 | 6.3.2 | |
uuid |
^4.5.1 |
4.5.1 | 4.5.1 |
Transitive dependencies
To reproduce run dart pub outdated --no-dev-dependencies --up-to-date --no-dependency-overrides
.
Found 5 issues. Showing the first 2:
The constraint `^10.1.0` on device_info_plus does not support the stable version `11.0.0`.
Try running dart pub upgrade --major-versions device_info_plus
to update the constraint.
The constraint `^15.1.3` on firebase_messaging does not support the stable version `16.0.0`.
Try running dart pub upgrade --major-versions firebase_messaging
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.24
, Flutter 3.35.5
, Dart 3.9.2
.
Check the analysis log for details.