chalona_api 0.0.174
chalona_api: ^0.0.174 copied to clipboard
Framework Chalona para desarrollo de aplicaciones Flutter con servicios en background, notificaciones, base de datos y comunicación en tiempo real.
We analyzed this package 2 days ago, and awarded it 85 pub points (of a possible 160):
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.
5/5 points: Provide a valid README.md
0/5 points: Provide a valid CHANGELOG.md
`CHANGELOG.md` does not contain reference to the current version ("0.0.174").
Changelog entries help developers follow the progress of your package. Check out the Dart conventions for Maintaining a package changelog.
10/10 points: Use an OSI-approved license
Detected license: MIT.
0/10 points: 20% or more of the public API has dartdoc comments
140 out of 929 API elements (15.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: android-components, android-components.ChalonaAndroidApp, android-components.ChalonaAndroidApp.ChalonaAndroidApp.new, android.notifcation, api-components.
0/10 points: Package has an example
No example found.
See package layout guidelines on how to add an example.
0/20 points: Supports 0 of 6 possible platforms (iOS, Android, Web, Windows, macOS, Linux)
These platforms are not supported:
Package not compatible with platform Android
Because:
package:chalona_api/core/file/file.html.dartthat imports:dart:html
Package not compatible with platform iOS
Because:
package:chalona_api/core/file/file.html.dartthat imports:dart:html
Package not compatible with platform Windows
Because:
package:chalona_api/core/file/file.html.dartthat imports:dart:html
Package not compatible with platform Linux
Because:
package:chalona_api/core/file/file.html.dartthat imports:dart:html
Package not compatible with platform macOS
Because:
package:chalona_api/core/file/file.html.dartthat imports:dart:html
Package not compatible with platform Web
Because:
package:chalona_api/android-components.dartthat imports:package:chalona_api/api-components.dartthat imports:package:chalona_api/core/core.dartthat imports:package:chalona_api/server-components.dartthat imports:package:chalona_api/core/http.server.dartthat imports:dart:io
30/50 points: code has no errors, warnings, lints, or formatting issues
Found 94 issues. Showing the first 2:
WARNING: Dead code.
lib/core/host.dart:36:5
╷
36 │ ┌ if (!_source.containsKey('translated')) {
37 │ │ var t = translate(
38 │ │ '${_source['msg'] ?? ''}',
39 │ │ lang: lang,
40 │ │ data: _source['data'] ?? {},
41 │ │ );
42 │ │
43 │ │ if (t != _source['msg']) {
44 │ │ _source['translated'] = true;
45 │ │ }
46 │ │
47 │ │ _source['msg'] = t;
48 │ └ }
╵
To reproduce make sure you are using the lints_core and run flutter analyze lib/core/host.dart
WARNING: The value of the local variable 'service' isn't used.
lib/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/core/notification/android.notifcation.dart
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.3.1 | |
device_info_plus |
^11.4.0 |
11.5.0 | 12.3.0 | |
flutter_background_service |
^5.1.0 |
5.1.0 | 5.1.0 | |
flutter_local_notifications |
^19.1.0 |
19.5.0 | 20.1.0 | |
http |
^1.3.0 |
1.6.0 | 1.6.0 | |
http_parser |
^4.0.2 |
4.1.2 | 4.1.2 | |
intl |
^0.20.2 |
0.20.2 | 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 | 3.0.0 | |
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.9 | 3.5.9 | |
shared_preferences |
^2.5.3 |
2.5.4 | 2.5.4 | |
socket_io_client |
^1.0.0 |
1.0.2 | 3.1.4 | |
sqlite3 |
^2.7.4 |
2.9.4 | 3.1.6 | |
timezone |
^0.10.0 |
0.10.1 | 0.11.0 | |
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.6.1 | 6.6.1 |
Transitive dependencies
To reproduce run dart pub outdated --no-dev-dependencies --up-to-date --no-dependency-overrides.
Found 8 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 `^11.4.0` on device_info_plus does not support the stable version `12.0.0`.
Try running dart pub upgrade --major-versions device_info_plus 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.23.10, Flutter 3.41.0, Dart 3.11.0.
Check the analysis log for details.