fuck_utils 0.0.54 fuck_utils: ^0.0.54 copied to clipboard
Awesome flutter util code.
We analyzed this package 2 days ago, and awarded it 120 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.
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: Apache-2.0
.
10/10 points: 20% or more of the public API has dartdoc comments
1477 out of 2769 API elements (53.3 %) have documentation comments.
Some symbols that are missing documentation: asset_util
, asset_util.AssetUtil.imageRoot
, asset_util.AssetUtil.init
, asset_util.AssetUtil.raw
, asset_util.AssetUtil.tapImage
.
10/10 points: Package has an example
20/20 points: Supports 2 of 6 possible platforms (iOS, Android, Web, Windows, macOS, Linux)
-
✓ Android
-
✓ iOS
These platforms are not supported:
Package does not support platform `Windows`.
Because:
package:fuck_utils/fuck_utils.dart
that imports:package:cached_network_image/cached_network_image.dart
that imports:package:cached_network_image/src/image_provider/cached_network_image_provider.dart
that imports:package:flutter_cache_manager/flutter_cache_manager.dart
that imports:package:flutter_cache_manager/src/storage/cache_info_repositories/cache_info_repositories.dart
that imports:package:flutter_cache_manager/src/storage/cache_info_repositories/cache_object_provider.dart
that imports:package:sqflite/sqflite.dart
that declares support for platforms:Android
,iOS
,macOS
.
Package does not support platform `Linux`.
Because:
package:fuck_utils/fuck_utils.dart
that imports:package:permission_handler/permission_handler.dart
that declares support for platforms:Android
,iOS
,Windows
,Web
.
Package does not support platform `macOS`.
Because:
package:fuck_utils/fuck_utils.dart
that imports:package:permission_handler/permission_handler.dart
that declares support for platforms:Android
,iOS
,Windows
,Web
.
Package does not support platform `Web`.
Because:
package:fuck_utils/fuck_utils.dart
that imports:package:cached_network_image/cached_network_image.dart
that imports:package:cached_network_image/src/image_provider/cached_network_image_provider.dart
that imports:package:flutter_cache_manager/flutter_cache_manager.dart
that imports:package:flutter_cache_manager/src/storage/file_system/file_system.dart
that imports:package:flutter_cache_manager/src/storage/file_system/file_system_io.dart
that imports:package:path_provider/path_provider.dart
that declares support for platforms:Android
,iOS
,Windows
,Linux
,macOS
.
These issues are present but do not affect the score, because they may not originate in your package:
Package does not support platform `Android`.
Because:
package:fuck_utils/fuck_utils.dart
that imports:package:fuck_utils/util/image_util.dart
that imports:package:file_saver/file_saver.dart
that imports:package:file_saver/src/utils/helpers.dart
that imports:package:path_provider_windows/path_provider_windows.dart
that declares support for platforms:Windows
.
Package does not support platform `iOS`.
Because:
package:fuck_utils/fuck_utils.dart
that imports:package:fuck_utils/util/image_util.dart
that imports:package:file_saver/file_saver.dart
that imports:package:file_saver/src/utils/helpers.dart
that imports:package:path_provider_windows/path_provider_windows.dart
that declares support for platforms:Windows
.
0/0 points: WASM compatibility
Package not compatible with runtime wasm
Because:
package:fuck_utils/fuck_utils.dart
that imports:package:cached_network_image/cached_network_image.dart
that imports:package:cached_network_image/src/image_provider/cached_network_image_provider.dart
that imports:package:flutter_cache_manager/flutter_cache_manager.dart
that imports:package:flutter_cache_manager/src/web/web_helper.dart
that imports:package:flutter_cache_manager/src/cache_store.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.
30/50 points: code has no errors, warnings, lints, or formatting issues
Found 52 issues. Showing the first 2:
WARNING: The value of the local variable 'es' isn't used.
lib/util/http/http_util.dart:85:14
╷
85 │ String es = "";
│ ^^
╵
To reproduce make sure you are using the lints_core and run flutter analyze lib/util/http/http_util.dart
WARNING: Unused import: 'dart:convert'.
lib/util/image_util.dart:2:8
╷
2 │ import 'dart:convert';
│ ^^^^^^^^^^^^^^
╵
To reproduce make sure you are using the lints_core and run flutter analyze lib/util/image_util.dart
0/10 points: All of the package dependencies are supported in the latest version
Package | Constraint | Compatible | Latest |
---|---|---|---|
after_layout |
^1.2.0 |
1.2.0 | 1.2.0 |
cached_network_image |
^3.3.1 |
3.4.1 | 3.4.1 |
dio |
^5.4.3+1 |
5.7.0 | 5.7.0 |
file_saver |
^0.2.14 |
0.2.14 | 0.2.14 |
flutter |
flutter |
0.0.0 | 0.0.0 |
flutter_cache_manager |
^3.3.2 |
3.4.1 | 3.4.1 |
fluttertoast |
^8.2.6 |
8.2.10 | 8.2.10 |
get |
^4.6.6 |
4.6.6 | 4.6.6 |
http_parser |
^4.0.2 |
4.1.1 | 4.1.1 |
image_gallery_saver2 |
^2.0.5 |
2.0.5 | 2.0.5 |
infinite_scroll_pagination |
^4.0.0 |
4.1.0 | 4.1.0 |
intl |
^0.19.0 |
0.19.0 | 0.20.1 |
keyboard_dismisser |
^3.0.0 |
3.0.0 | 3.0.0 |
logger |
^2.3.0 |
2.5.0 | 2.5.0 |
path |
^1.9.0 |
1.9.1 | 1.9.1 |
permission_handler |
^11.3.1 |
11.3.1 | 11.3.1 |
shared_preferences |
^2.2.3 |
2.3.4 | 2.3.4 |
webview_flutter |
^4.8.0 |
4.10.0 | 4.10.0 |
Transitive dependencies
To reproduce run dart pub outdated --no-dev-dependencies --up-to-date --no-dependency-overrides
.
The constraint `^0.19.0` on intl does not support the stable version `0.20.0`.
Try running dart pub upgrade --major-versions intl
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.17
, Flutter 3.27.0
, Dart 3.6.0
.
Check the analysis log for details.