my_sdk 1.0.23
my_sdk: ^1.0.23 copied to clipboard
sdk with core company funcionality.
We analyzed this package 2 days ago, and awarded it 80 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.
Repository URL doesn't exist.
At the time of the analysis https://github.com/CultivApp/sdk.git was unreachable. Make sure that the website is reachable via HEAD requests.
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.
0/10 points: 20% or more of the public API has dartdoc comments
12 out of 72 API elements (16.7 %) 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: ErrorHttp, authWithGoogleService, authWithGoogleService.AuthWithGoogleService, authWithGoogleService.AuthWithGoogleService.AuthWithGoogleService.new, authWithGoogleService.AuthWithGoogleService.TAG.
0/10 points: Package has an example
No example found.
See package layout guidelines on how to add an example.
20/20 points: Supports 3 of 6 possible platforms (iOS, Android, Web, Windows, macOS, Linux)
SDK issues found:
Package is not compatible with the Dart SDK.
Because:
my_sdkthat depends on:firebase_corethat is a package requiring flutter.
-
✓ Android
-
✓ iOS
-
✓ macOS
These platforms are not supported:
Package does not support platform `Windows`.
Because:
package:my_sdk/my_sdk.dartthat imports:package:my_sdk/core/services/authWithGoogleService.dartthat imports:package:google_sign_in/google_sign_in.dartthat declares support for platforms:Android,iOS,macOS,Web.
Package does not support platform `Linux`.
Because:
package:my_sdk/my_sdk.dartthat imports:package:my_sdk/core/services/authWithGoogleService.dartthat imports:package:google_sign_in/google_sign_in.dartthat declares support for platforms:Android,iOS,macOS,Web.
Package not compatible with platform Web
Because:
package:my_sdk/my_sdk.dartthat imports:package:my_sdk/core/services/client_socket.dartthat imports:dart:io
30/50 points: code has no errors, warnings, lints, or formatting issues
Found 18 issues. Showing the first 2:
WARNING: The value of the field '_params' isn't used.
lib/core/services/okhttp/request_http.dart:6:24
╷
6 │ Map<String, String>? _params;
│ ^^^^^^^
╵
To reproduce make sure you are using the lints_core and run dart analyze lib/core/services/okhttp/request_http.dart
INFO: The file name 'userStorageInfo.dart' isn't a lower_case_with_underscores identifier.
To reproduce make sure you are using the lints_core and run dart analyze lib/core/management/userStorageInfo.dart
0/10 points: All of the package dependencies are supported in the latest version
| Package | Constraint | Compatible | Latest | Notes |
|---|---|---|---|---|
firebase_auth |
^4.4.2 |
4.16.0 | 6.1.4 | |
firebase_core |
^2.10.0 |
2.32.0 | 4.4.0 | |
google_sign_in |
^6.1.0 |
6.3.0 | 7.2.0 | |
http |
^0.13.6 |
0.13.6 | 1.6.0 | |
shared_preferences |
^2.1.0 |
2.5.4 | 2.5.4 | |
url_launcher |
^6.0.12 |
6.3.2 | 6.3.2 |
Transitive dependencies
To reproduce run dart pub outdated --no-dev-dependencies --up-to-date --no-dependency-overrides.
Found 4 issues. Showing the first 2:
The constraint `^4.4.2` on firebase_auth does not support the stable version `5.0.0`.
Try running dart pub upgrade --major-versions firebase_auth to update the constraint.
The constraint `^2.10.0` on firebase_core does not support the stable version `3.0.0`.
Try running dart pub upgrade --major-versions firebase_core to update the constraint.
10/10 points: Package supports latest stable Dart and Flutter SDKs
0/20 points: Compatible with dependency constraint lower bounds
downgrade analysis failed failed with 4 errors:
UNDEFINED_METHOD-lib/core/utils/main_utils.dart:9:13- The method 'canLaunchUrl' isn't defined for the type 'Utils'.UNDEFINED_METHOD-lib/core/utils/main_utils.dart:9:39- The method 'launchUrl' isn't defined for the type 'Utils'.UNDEFINED_METHOD-lib/core/utils/main_utils.dart:12:15- The method 'canLaunchUrl' isn't defined for the type 'Utils'.
Run dart pub downgrade and then dart analyze to reproduce the above problem.
You may run dart pub upgrade --tighten to update your dependency constraints, see dart.dev/go/downgrade-testing for details.
Analyzed with Pana 0.23.9, Dart 3.11.0.
Check the analysis log for details.