ibl_ai_mobile_core_frontend 0.6.15 ibl_ai_mobile_core_frontend: ^0.6.15 copied to clipboard
Ibl mobile sdk
We analyzed this package 11 hours ago, and awarded it 100 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 60 to 180 characters to describe the package, what it does, and its target use case.
Homepage URL doesn't exist.
At the time of the analysis https://github.com/iblai/ibl-mobile-core-frontend
was unreachable. Make sure that the website is reachable via HEAD
requests.
Failed to verify repository URL.
Please provide a valid repository
URL in pubspec.yaml
, such that:
repository
can be cloned,- a clone of the repository contains a
pubspec.yaml
, which:,- contains
name: ibl_ai_mobile_core_frontend
, - contains a
version
property, and, - does not contain a
publish_to
property.
- contains
Unable to access git repository: Failed to run remote show origin
.
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.
0/10 points: 20% or more of the public API has dartdoc comments
2 out of 1580 API elements (0.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: api_client
, api_client.ApiClient
, api_client.ApiClient.ApiClient
, api_client.ApiClient.checkSubscriptionStatus
, api_client.ApiClient.createTenant
.
0/10 points: Package has an example
No example found.
See package layout guidelines on how to add an example.
20/20 points: Supports 6 of 6 possible platforms (iOS, Android, Web, Windows, macOS, Linux)
-
✓ Android
-
✓ iOS
-
✓ Windows
-
✓ Linux
-
✓ macOS
-
✓ Web
0/0 points: WASM compatibility
This package is compatible with runtime wasm
, and will be rewarded additional 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 2075 issues. Showing the first 2:
INFO: The variable name 'auth_headers' isn't a lowerCamelCase identifier.
lib/api_client.dart:133:9
╷
133 │ var auth_headers = {};
│ ^^^^^^^^^^^^
╵
To reproduce make sure you are using the lints_core and run flutter analyze lib/api_client.dart
INFO: The variable name 'success_url' isn't a lowerCamelCase identifier.
lib/api_client.dart:157:21
╷
157 │ required String success_url,
│ ^^^^^^^^^^^
╵
To reproduce make sure you are using the lints_core and run flutter analyze lib/api_client.dart
0/10 points: All of the package dependencies are supported in the latest version
Package | Constraint | Compatible | Latest |
---|---|---|---|
audio_waveforms |
^1.0.5 |
1.1.1 | 1.1.1 |
firebase_core |
^3.6.0 |
3.8.0 | 3.8.0 |
firebase_messaging |
^15.1.3 |
15.1.5 | 15.1.5 |
flutter |
flutter |
0.0.0 | 0.0.0 |
flutter_secure_storage |
^9.2.1 |
9.2.2 | 9.2.2 |
flutter_web_auth |
^0.5.0 |
0.5.0 | 0.6.0 |
flutter_webrtc |
^0.12.1 |
0.12.1+hotfix.1 | 0.12.1+hotfix.1 |
google_sign_in |
^6.2.1 |
6.2.2 | 6.2.2 |
http |
^1.1.0 |
1.2.2 | 1.2.2 |
http_parser |
^4.0.2 |
4.0.2 | 4.1.1 |
in_app_purchase |
^3.1.13 |
3.2.0 | 3.2.0 |
in_app_purchase_storekit |
^0.3.13 |
0.3.20 | 0.3.20 |
json_annotation |
^4.8.1 |
4.9.0 | 4.9.0 |
jwt_decode |
^0.3.0 |
0.3.1 | 0.3.1 |
mime_type |
^1.0.0 |
1.0.1 | 1.0.1 |
path_provider |
^2.0.14 |
2.1.5 | 2.1.5 |
sign_in_with_apple |
^6.1.0 |
6.1.3 | 6.1.3 |
uuid |
^3.0.1 |
3.0.7 | 4.5.1 |
web_socket_channel |
^3.0.1 |
3.0.1 | 3.0.1 |
webview_flutter |
^4.0.5 |
4.10.0 | 4.10.0 |
yaml |
^3.1.2 |
3.1.2 | 3.1.2 |
Transitive dependencies
To reproduce run dart pub outdated --no-dev-dependencies --up-to-date --no-dependency-overrides
.
The constraint `^0.5.0` on flutter_web_auth does not support the stable version `0.6.0`.
Try running dart pub upgrade --major-versions flutter_web_auth
to update the constraint.
The constraint `^3.0.1` on uuid does not support the stable version `4.0.0`.
Try running dart pub upgrade --major-versions uuid
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.15
, Flutter 3.24.4
, Dart 3.5.4
.
Check the analysis log for details.