hycop 0.4.75
hycop: ^0.4.75 copied to clipboard
Hycop Framework
We analyzed this package 4 days ago, and awarded it 110 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 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 800 API elements (3.9 %) 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
.
0/10 points: Package has an example
No example found.
See package layout guidelines on how to add an example.
20/20 points: Supports 1 of 6 possible platforms (iOS, Android, Web, Windows, macOS, Linux)
- ✓ Web
These platforms are not supported:
Package does not support platform `Android`.
Because:
package:hycop/hycop.dart
that imports:package:hycop/hycop/utils/hycop_utils.dart
that imports:package:hycop/hycop/hycop_factory.dart
that imports:package:hycop/hycop/storage/supabase_storage.dart
that imports:package:hycop/hycop/storage/abs_storage.dart
that imports:package:appwrite/appwrite.dart
that imports:package:appwrite/src/realtime.dart
that imports:package:appwrite/src/client.dart
that imports:package:appwrite/src/client_io.dart
that imports:package:flutter_web_auth_2/flutter_web_auth_2.dart
that imports:package:flutter_web_auth_2/src/server.dart
that imports:package:window_to_front/window_to_front.dart
that declares support for platforms:Windows
,Linux
,macOS
.
Package does not support platform `iOS`.
Because:
package:hycop/hycop.dart
that imports:package:hycop/hycop/utils/hycop_utils.dart
that imports:package:hycop/hycop/hycop_factory.dart
that imports:package:hycop/hycop/storage/supabase_storage.dart
that imports:package:hycop/hycop/storage/abs_storage.dart
that imports:package:appwrite/appwrite.dart
that imports:package:appwrite/src/realtime.dart
that imports:package:appwrite/src/client.dart
that imports:package:appwrite/src/client_io.dart
that imports:package:flutter_web_auth_2/flutter_web_auth_2.dart
that imports:package:flutter_web_auth_2/src/server.dart
that imports:package:window_to_front/window_to_front.dart
that declares support for platforms:Windows
,Linux
,macOS
.
Package does not support platform `Windows`.
Because:
package:hycop/hycop.dart
that imports:package:hycop/hycop/utils/hycop_utils.dart
that imports:package:hycop/hycop/hycop_factory.dart
that imports:package:hycop/hycop/storage/supabase_storage.dart
that imports:package:hycop/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/hycop.dart
that imports:package:hycop/hycop/utils/hycop_utils.dart
that imports:package:hycop/hycop/hycop_factory.dart
that imports:package:hycop/hycop/storage/supabase_storage.dart
that imports:package:hycop/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/hycop.dart
that imports:package:hycop/hycop/utils/hycop_utils.dart
that imports:package:hycop/hycop/hycop_factory.dart
that imports:package:hycop/hycop/storage/supabase_storage.dart
that imports:package:hycop/hycop/storage/abs_storage.dart
that imports:package:appwrite/appwrite.dart
that imports:package:appwrite/src/realtime.dart
that imports:package:appwrite/src/client.dart
that imports:package:appwrite/src/client_io.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
.
These issues are present but do not affect the score, because they may not originate in your package:
Package not compatible with platform Web
Because:
package:hycop/hycop.dart
that imports:package:hycop/hycop/utils/hycop_utils.dart
that imports:package:hycop/hycop/hycop_factory.dart
that imports:package:hycop/hycop/storage/supabase_storage.dart
that imports:package:hycop/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/hycop.dart
that imports:package:hycop/hycop/utils/hycop_utils.dart
that imports:package:hycop/hycop/hycop_factory.dart
that imports:package:hycop/hycop/storage/supabase_storage.dart
that imports:package:hycop/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.dev/web/wasm for details.
40/50 points: code has no errors, warnings, lints, or formatting issues
Found 44 issues. Showing the first 2:
INFO: 'value' is deprecated and shouldn't be used. Use component accessors like .r or .g, or toARGB32 for an explicit conversion.
lib/hycop/socket/socket_client.dart:118:41
╷
118 │ return Color.fromARGB(255, r, g, b).value;
│ ^^^^^
╵
To reproduce make sure you are using the lints_core and run flutter analyze lib/hycop/socket/socket_client.dart
INFO: 'dart:html' is deprecated and shouldn't be used. Use package:web and dart:js_interop instead.
lib/hycop/storage/appwrite_storage.dart:3:1
╷
3 │ import 'dart:html';
│ ^^^^^^^^^^^^^^^^^^^
╵
To reproduce make sure you are using the lints_core and run flutter analyze lib/hycop/storage/appwrite_storage.dart
0/10 points: All of the package dependencies are supported in the latest version
Package | Constraint | Compatible | Latest | Notes |
---|---|---|---|---|
appwrite |
^12.0.4 |
12.0.4 | 15.0.0 | |
cloud_firestore |
^4.17.5 |
4.17.5 | 5.6.5 | |
cloud_firestore_web |
^3.12.5 |
3.12.5 | 4.4.5 | |
cloud_functions |
^4.7.6 |
4.7.6 | 5.3.4 | |
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 | |
dart_appwrite |
^11.0.3 |
11.0.3 | 14.0.0 | |
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.12 | 2.0.12 | |
firebase_core |
^2.32.0 |
2.32.0 | 3.12.1 | |
firebase_core_platform_interface |
^5.1.0 |
5.4.0 | 5.4.0 | |
firebase_database |
^10.5.7 |
10.5.7 | 11.3.4 | |
firebase_storage |
^11.7.7 |
11.7.7 | 12.4.4 | |
flutter |
flutter |
0.0.0 | 0.0.0 | |
flutter_bloc |
^7.0.1 |
7.3.3 | 9.1.0 | |
flutter_dropzone |
^3.0.5 |
3.0.7 | 4.2.1 | |
flutter_web_plugins |
flutter |
0.0.0 | 0.0.0 | |
flutter_webrtc |
^0.9.35 |
0.9.48+hotfix.1 | 0.12.12+hotfix.1 | |
font_awesome_flutter |
^10.1.0 |
10.8.0 | 10.8.0 | |
google_sign_in |
^5.4.2 |
5.4.4 | 6.3.0 | |
http |
^1.1.0 |
1.3.0 | 1.3.0 | |
logging |
^1.0.2 |
1.3.0 | 1.3.0 | |
md5_file_checksum |
^1.0.3 |
1.0.7 | 1.0.7 | |
mediasoup_client_flutter |
^0.8.5 |
0.8.5 | 0.8.5 | |
protoo_client |
^0.3.3 |
0.3.3 | 0.3.3 | |
provider |
^6.0.1 |
6.1.2 | 6.1.2 | |
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 | |
socket_io_client |
^2.0.0 |
2.0.3+1 | 3.0.2 | |
supabase_flutter |
^2.5.11 |
2.8.4 | 2.8.4 | |
synchronized |
^3.0.0 |
3.3.1 | 3.3.1 | |
uuid |
^4.1.0 |
4.5.1 | 4.5.1 |
Transitive dependencies
Package | Constraint | Compatible | Latest | Notes |
---|---|---|---|---|
_fe_analyzer_shared |
- | 80.0.0 | 80.0.0 | |
_flutterfire_internals |
- | 1.3.35 | 1.3.53 | |
analyzer |
- | 7.3.0 | 7.3.0 | |
app_links |
- | 6.4.0 | 6.4.0 | |
app_links_linux |
- | 1.0.3 | 1.0.3 | |
app_links_platform_interface |
- | 2.0.2 | 2.0.2 | |
app_links_web |
- | 1.0.4 | 1.0.4 | |
args |
- | 2.7.0 | 2.7.0 | |
asn1lib |
- | 1.6.0 | 1.6.0 | |
async |
- | 2.12.0 | 2.13.0 | |
bloc |
- | 7.2.1 | 9.0.0 | |
boolean_selector |
- | 2.1.2 | 2.1.2 | |
characters |
- | 1.4.0 | 1.4.0 | |
charcode |
- | 1.4.0 | 1.4.0 | |
clock |
- | 1.1.2 | 1.1.2 | |
cloud_firestore_platform_interface |
- | 6.2.5 | 6.6.5 | |
cloud_functions_platform_interface |
- | 5.5.28 | 5.6.4 | |
cloud_functions_web |
- | 4.9.6 | 4.10.10 | |
cookie_jar |
- | 4.0.8 | 4.0.8 | |
coverage |
- | 1.11.1 | 1.11.1 | |
csslib |
- | 1.0.2 | 1.0.2 | |
dart_webrtc |
- | 1.4.8 | 1.5.2+hotfix.1 | |
device_info_plus |
- | 10.1.2 | 11.3.3 | |
device_info_plus_platform_interface |
- | 7.0.2 | 7.0.2 | |
events2 |
- | 1.0.0 | 1.0.0 | |
fake_async |
- | 1.3.2 | 1.3.3 | |
ffi |
- | 2.1.4 | 2.1.4 | |
file |
- | 7.0.1 | 7.0.1 | |
firebase_core_web |
- | 2.17.5 | 2.21.1 | |
firebase_database_platform_interface |
- | 0.2.5+35 | 0.2.6+4 | |
firebase_database_web |
- | 0.2.5+7 | 0.2.6+10 | |
firebase_storage_platform_interface |
- | 5.1.22 | 5.2.4 | |
firebase_storage_web |
- | 3.9.7 | 3.10.11 | |
fixnum |
- | 1.1.1 | 1.1.1 | |
flutter_dropzone_platform_interface |
- | 2.2.0 | 2.2.0 | |
flutter_dropzone_web |
- | 3.0.13 | 4.2.0 | |
flutter_test |
- | 0.0.0 | 0.0.0 | |
flutter_web_auth_2 |
- | 3.1.2 | 4.1.0 | |
flutter_web_auth_2_platform_interface |
- | 3.1.0 | 4.1.0 | |
frontend_server_client |
- | 4.0.0 | 4.0.0 | |
functions_client |
- | 2.4.1 | 2.4.1 | |
glob |
- | 2.1.3 | 2.1.3 | |
google_identity_services_web |
- | 0.3.3 | 0.3.3 | |
google_sign_in_android |
- | 6.2.0 | 6.2.0 | |
google_sign_in_ios |
- | 5.8.1 | 5.8.1 | |
google_sign_in_platform_interface |
- | 2.5.0 | 2.5.0 | |
google_sign_in_web |
- | 0.10.2+1 | 0.12.4+4 | |
googleapis_auth |
- | 1.6.0 | 1.6.0 | |
gotrue |
- | 2.11.1 | 2.11.1 | |
gtk |
- | 2.1.0 | 2.1.0 | |
h264_profile_level_id |
- | 0.2.1 | 0.2.1 | |
html |
- | 0.15.5 | 0.15.5 | |
http_multi_server |
- | 3.2.2 | 3.2.2 | |
http_parser |
- | 4.1.2 | 4.1.2 | |
io |
- | 1.0.5 | 1.0.5 | |
js |
- | 0.6.7 | 0.7.2 | Discontinued |
jwt_decode |
- | 0.3.1 | 0.3.1 | |
leak_tracker |
- | 10.0.8 | 10.0.9 | |
leak_tracker_flutter_testing |
- | 3.0.9 | 3.0.9 | |
leak_tracker_testing |
- | 3.0.1 | 3.0.1 | |
matcher |
- | 0.12.17 | 0.12.17 | |
material_color_utilities |
- | 0.11.1 | 0.12.0 | |
meta |
- | 1.16.0 | 1.16.0 | |
mime |
- | 2.0.0 | 2.0.0 | |
nested |
- | 1.0.0 | 1.0.0 | |
node_preamble |
- | 2.0.2 | 2.0.2 | |
package_config |
- | 2.2.0 | 2.2.0 | |
package_info_plus |
- | 8.3.0 | 8.3.0 | |
package_info_plus_platform_interface |
- | 3.2.0 | 3.2.0 | |
path |
- | 1.9.1 | 1.9.1 | |
path_provider |
- | 2.1.5 | 2.1.5 | |
path_provider_android |
- | 2.2.16 | 2.2.16 | |
path_provider_foundation |
- | 2.4.1 | 2.4.1 | |
path_provider_linux |
- | 2.2.1 | 2.2.1 | |
path_provider_platform_interface |
- | 2.1.2 | 2.1.2 | |
path_provider_windows |
- | 2.3.0 | 2.3.0 | |
platform |
- | 3.1.6 | 3.1.6 | |
platform_detect |
- | 2.1.5 | 2.1.5 | |
plugin_platform_interface |
- | 2.1.8 | 2.1.8 | |
pointycastle |
- | 3.9.1 | 4.0.0 | |
pool |
- | 1.5.1 | 1.5.1 | |
postgrest |
- | 2.4.1 | 2.4.1 | |
pub_semver |
- | 2.2.0 | 2.2.0 | |
realtime_client |
- | 2.4.2 | 2.4.2 | |
retry |
- | 3.1.2 | 3.1.2 | |
rxdart |
- | 0.28.0 | 0.28.0 | |
sdp_transform |
- | 0.3.2 | 0.3.2 | |
shared_preferences |
- | 2.5.2 | 2.5.2 | |
shared_preferences_android |
- | 2.4.8 | 2.4.8 | |
shared_preferences_foundation |
- | 2.5.4 | 2.5.4 | |
shared_preferences_linux |
- | 2.4.1 | 2.4.1 | |
shared_preferences_platform_interface |
- | 2.4.1 | 2.4.1 | |
shared_preferences_web |
- | 2.4.3 | 2.4.3 | |
shared_preferences_windows |
- | 2.4.1 | 2.4.1 | |
shelf |
- | 1.4.2 | 1.4.2 | |
shelf_packages_handler |
- | 3.0.2 | 3.0.2 | |
shelf_static |
- | 1.1.3 | 1.1.3 | |
shelf_web_socket |
- | 3.0.0 | 3.0.0 | |
sky_engine |
- | 0.0.0 | 0.0.0 | |
socket_io_common |
- | 2.0.3 | 3.0.2 | |
source_map_stack_trace |
- | 2.1.2 | 2.1.2 | |
source_maps |
- | 0.10.13 | 0.10.13 | |
source_span |
- | 1.10.1 | 1.10.1 | |
sprintf |
- | 7.0.0 | 7.0.0 | |
stack_trace |
- | 1.12.1 | 1.12.1 | |
storage_client |
- | 2.3.1 | 2.3.1 | |
stream_channel |
- | 2.1.4 | 2.1.4 | |
string_scanner |
- | 1.4.1 | 1.4.1 | |
supabase |
- | 2.6.3 | 2.6.3 | |
term_glyph |
- | 1.2.2 | 1.2.2 | |
test |
- | 1.25.15 | 1.25.15 | |
test_api |
- | 0.7.4 | 0.7.4 | |
test_core |
- | 0.6.8 | 0.6.8 | |
typed_data |
- | 1.4.0 | 1.4.0 | |
universal_html |
- | 2.2.4 | 2.2.4 | |
universal_io |
- | 2.2.2 | 2.2.2 | |
url_launcher |
- | 6.3.1 | 6.3.1 | |
url_launcher_android |
- | 6.3.15 | 6.3.15 | |
url_launcher_ios |
- | 6.3.2 | 6.3.2 | |
url_launcher_linux |
- | 3.2.1 | 3.2.1 | |
url_launcher_macos |
- | 3.2.2 | 3.2.2 | |
url_launcher_platform_interface |
- | 2.3.2 | 2.3.2 | |
url_launcher_web |
- | 2.4.0 | 2.4.0 | |
url_launcher_windows |
- | 3.1.4 | 3.1.4 | |
vector_math |
- | 2.1.4 | 2.1.4 | |
vm_service |
- | 14.3.1 | 15.0.0 | |
watcher |
- | 1.1.1 | 1.1.1 | |
web |
- | 0.5.1 | 1.1.1 | |
web_socket_channel |
- | 2.4.5 | 3.0.2 | |
webkit_inspection_protocol |
- | 1.2.1 | 1.2.1 | |
webrtc_interface |
- | 1.2.1+hotfix.1 | 1.2.1+hotfix.1 | |
win32 |
- | 5.12.0 | 5.12.0 | |
win32_registry |
- | 1.1.5 | 2.1.0 | |
window_to_front |
- | 0.0.3 | 0.0.3 | |
xdg_directories |
- | 1.1.0 | 1.1.0 | |
yaml |
- | 3.1.3 | 3.1.3 | |
yet_another_json_isolate |
- | 2.0.3 | 2.0.3 |
To reproduce run dart pub outdated --no-dev-dependencies --up-to-date --no-dependency-overrides
.
Found 14 issues. Showing the first 2:
The constraint `^12.0.4` on appwrite does not support the stable version `13.0.0`.
Try running dart pub upgrade --major-versions appwrite
to update the constraint.
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.
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.19
, Flutter 3.29.1
, Dart 3.7.0
.
Check the analysis log for details.