hycop_multi_platform 0.6.61
hycop_multi_platform: ^0.6.61 copied to clipboard
Hycop Framework
We analyzed this package 21 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 50 to 180 characters to describe the package, what it does, and its target use case.
Homepage URL is insecure.
Update the homepage
field and use a secure (https
) URL.
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: BSD-3-Clause
.
0/10 points: 20% or more of the public API has dartdoc comments
31 out of 692 API elements (4.5 %) 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: abs_account
, abs_account.AbsAccount
, abs_account.AbsAccount.AbsAccount.new
, abs_account.AbsAccount.createAccount
, abs_account.AbsAccount.deleteAccount
.
10/10 points: Package has 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:hycop_multi_platform/common/util/http_client_settings_web.dart
that imports:package:http/browser_client.dart
that imports:package:http/src/browser_client.dart
that imports:package:web/web.dart
that imports:package:web/src/helpers.dart
that imports:package:web/src/helpers/http.dart
that imports:package:web/src/helpers/events/events.dart
that imports:package:web/src/helpers/events/streams.dart
that imports:package:web/src/dom.dart
that imports:package:web/src/dom/xhr.dart
that imports:package:web/src/dom/html.dart
that imports:package:web/src/dom/webidl.dart
that imports:dart:js_interop
Package not compatible with platform iOS
Because:
package:hycop_multi_platform/common/util/http_client_settings_web.dart
that imports:package:http/browser_client.dart
that imports:package:http/src/browser_client.dart
that imports:package:web/web.dart
that imports:package:web/src/helpers.dart
that imports:package:web/src/helpers/http.dart
that imports:package:web/src/helpers/events/events.dart
that imports:package:web/src/helpers/events/streams.dart
that imports:package:web/src/dom.dart
that imports:package:web/src/dom/xhr.dart
that imports:package:web/src/dom/html.dart
that imports:package:web/src/dom/webidl.dart
that imports:dart:js_interop
Package does not support platform `Windows`.
Because:
package:hycop_multi_platform/common/undo/save_manager.dart
that imports:package:hycop_multi_platform/hycop/absModel/abs_ex_model_manager.dart
that imports:package:hycop_multi_platform/hycop/hycop_factory.dart
that imports:package:hycop_multi_platform/hycop/storage/supabase_storage.dart
that imports:package:hycop_multi_platform/hycop/account/account_manager.dart
that imports:package:google_sign_in/google_sign_in.dart
that declares support for platforms:Android
,iOS
,Web
.
Package does not support platform `Linux`.
Because:
package:hycop_multi_platform/common/undo/save_manager.dart
that imports:package:hycop_multi_platform/hycop/absModel/abs_ex_model_manager.dart
that imports:package:hycop_multi_platform/hycop/hycop_factory.dart
that imports:package:hycop_multi_platform/hycop/storage/supabase_storage.dart
that imports:package:hycop_multi_platform/hycop/storage/abs_storage.dart
that imports:package:firebase_core/firebase_core.dart
that declares support for platforms:Android
,iOS
,Windows
,macOS
,Web
.
Package does not support platform `macOS`.
Because:
package:hycop_multi_platform/common/undo/save_manager.dart
that imports:package:hycop_multi_platform/hycop/absModel/abs_ex_model_manager.dart
that imports:package:hycop_multi_platform/hycop/hycop_factory.dart
that imports:package:hycop_multi_platform/hycop/storage/supabase_storage.dart
that imports:package:hycop_multi_platform/hycop/account/account_manager.dart
that imports:package:google_sign_in/google_sign_in.dart
that declares support for platforms:Android
,iOS
,Web
.
Package not compatible with platform Web
Because:
package:hycop_multi_platform/common/undo/save_manager.dart
that imports:package:hycop_multi_platform/hycop/absModel/abs_ex_model_manager.dart
that imports:package:hycop_multi_platform/hycop/hycop_factory.dart
that imports:package:hycop_multi_platform/hycop/storage/supabase_storage.dart
that imports:package:hycop_multi_platform/hycop/storage/abs_storage.dart
that imports:package:supabase_flutter/supabase_flutter.dart
that imports:package:supabase_flutter/src/supabase_auth.dart
that imports:dart:io
0/0 points: WASM compatibility
Package not compatible with runtime wasm
Because:
package:hycop_multi_platform/common/undo/save_manager.dart
that imports:package:hycop_multi_platform/hycop/absModel/abs_ex_model_manager.dart
that imports:package:hycop_multi_platform/hycop/hycop_factory.dart
that imports:package:hycop_multi_platform/hycop/storage/supabase_storage.dart
that imports:package:hycop_multi_platform/hycop/storage/abs_storage.dart
that imports:package:supabase_flutter/supabase_flutter.dart
that imports:package:supabase_flutter/src/supabase_auth.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.
40/50 points: code has no errors, warnings, lints, or formatting issues
Found 32 issues. Showing the first 2:
INFO: Missing type annotation.
lib/hycop/enum/model_enums.dart:83:10
╷
83 │ static getContentTypes(String contentType) {
│ ^^^^^^^^^^^^^^^
╵
To reproduce make sure you are using the lints_core and run flutter analyze lib/hycop/enum/model_enums.dart
/tmp/pana_GXVCIR/lib/common/undo/save_manager.dart doesn't match the Dart formatter.
To format your files run: dart format .
0/10 points: All of the package dependencies are supported in the latest version
Package | Constraint | Compatible | Latest | Notes |
---|---|---|---|---|
cloud_firestore |
^4.17.5 |
4.17.5 | 6.0.2 | |
cloud_functions |
^4.7.6 |
4.7.6 | 6.0.2 | |
collection |
^1.17.0 |
1.19.1 | 1.19.1 | |
convert |
^3.0.2 |
3.1.2 | 3.1.2 | |
crypto |
^3.0.2 |
3.0.6 | 3.0.6 | |
cupertino_icons |
^1.0.2 |
1.0.8 | 1.0.8 | |
encrypt |
^5.0.1 |
5.0.3 | 5.0.3 | |
equatable |
^2.0.3 |
2.0.7 | 2.0.7 | |
extension_google_sign_in_as_googleapis_auth |
^2.0.7 |
2.0.13 | 3.0.0 | |
firebase_core |
^2.32.0 |
2.32.0 | 4.1.1 | |
firebase_core_platform_interface |
^5.1.0 |
5.4.2 | 6.0.1 | |
firebase_database |
^10.5.7 |
10.5.7 | 12.0.2 | |
firebase_storage |
^11.7.7 |
11.7.7 | 13.0.2 | |
flutter_video_thumbnail_plus |
^1.0.5 |
1.0.5 | 1.0.5 | |
font_awesome_flutter |
^10.1.0 |
10.10.0 | 10.10.0 | |
google_sign_in |
^5.4.2 |
5.4.4 | 7.2.0 | |
http |
^1.1.0 |
1.5.0 | 1.5.0 | |
http_parser |
^4.1.2 |
4.1.2 | 4.1.2 | |
image |
^4.5.2 |
4.5.4 | 4.5.4 | |
logging |
^1.0.2 |
1.3.0 | 1.3.0 | |
path |
^1.9.0 |
1.9.1 | 1.9.1 | |
permission_handler |
^11.3.1 |
11.4.0 | 12.0.1 | |
provider |
^6.0.1 |
6.1.5+1 | 6.1.5+1 | |
random_string |
^2.3.1 |
2.3.1 | 2.3.1 | |
routemaster |
^1.0.1 |
1.0.1 | 1.0.1 | |
shimmer |
^2.0.0 |
2.0.0 | 3.0.0 | |
supabase_flutter |
^2.5.11 |
2.10.2 | 2.10.2 | |
synchronized |
^3.0.0 |
3.4.0 | 3.4.0 | |
uuid |
^4.1.0 |
4.5.1 | 4.5.1 | |
web |
^0.5.1 |
0.5.1 | 1.1.1 |
Transitive dependencies
To reproduce run dart pub outdated --no-dev-dependencies --up-to-date --no-dependency-overrides
.
Found 11 issues. Showing the first 2:
The constraint `^4.17.5` on cloud_firestore does not support the stable version `5.0.0`.
Try running dart pub upgrade --major-versions cloud_firestore
to update the constraint.
The constraint `^4.7.6` on cloud_functions does not support the stable version `5.0.0`.
Try running dart pub upgrade --major-versions cloud_functions
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.23
, Flutter 3.35.5
, Dart 3.9.2
.
Check the analysis log for details.