image_util_flutter 0.1.0
image_util_flutter: ^0.1.0 copied to clipboard
Functions to load, save, share and manipulate images as bytes.
We analyzed this package 37 hours ago, and awarded it 120 pub points (of a possible 160):
0/10 points: Provide a valid pubspec.yaml
Failed to verify repository URL.
pubspec.yaml from the repository defines publish_to, thus, we are unable to verify the package is published from here.
Please provide a valid repository URL in pubspec.yaml, such that:
repositorycan be cloned,- a clone of the repository contains a
pubspec.yaml, which:,- contains
name: image_util_flutter, - contains a
versionproperty, and, - does not contain a
publish_toproperty.
- contains
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.
10/10 points: 20% or more of the public API has dartdoc comments
13 out of 16 API elements (81.3 %) have documentation comments.
Some symbols that are missing documentation: image_util, image_util.ImageFormat, image_util.ImageUtilFlutter.ImageUtilFlutter.new.
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)
- ✓ Android
These platforms are not supported:
Package does not support platform `iOS`.
Because:
package:image_util_flutter/image_util_flutter.dartthat imports:package:image_util_flutter/src/image_save.dartthat imports:package:share_plus/share_plus.dartthat imports:package:share_plus/src/share_plus_windows.dartthat imports:package:url_launcher_windows/url_launcher_windows.dartthat declares support for platforms:Windows.
Package does not support platform `Windows`.
Because:
package:image_util_flutter/image_util_flutter.dartthat imports:package:image_util_flutter/src/image_save.dartthat imports:package:image_util_flutter/src/image_save/download_io.dartthat imports:package:image_save/image_save.dartthat declares support for platforms:Android,iOS.
Package does not support platform `Linux`.
Because:
package:image_util_flutter/image_util_flutter.dartthat imports:package:image_util_flutter/src/image_save.dartthat imports:package:image_util_flutter/src/image_save/download_io.dartthat imports:package:image_save/image_save.dartthat declares support for platforms:Android,iOS.
Package does not support platform `macOS`.
Because:
package:image_util_flutter/image_util_flutter.dartthat imports:package:image_util_flutter/src/image_save.dartthat imports:package:image_util_flutter/src/image_save/download_io.dartthat imports:package:image_save/image_save.dartthat declares support for platforms:Android,iOS.
Package does not support platform `Web`.
Because:
package:image_util_flutter/image_util_flutter.dartthat imports:package:image_util_flutter/src/image_save.dartthat imports:package:share_plus/share_plus.dartthat imports:package:share_plus/src/share_plus_web.dartthat imports:package:share_plus_platform_interface/share_plus_platform_interface.dartthat imports:package:share_plus_platform_interface/platform_interface/share_plus_platform.dartthat imports:package:share_plus_platform_interface/method_channel/method_channel_share.dartthat imports:package:path_provider/path_provider.dartthat 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:image_util_flutter/image_util_flutter.dartthat imports:package:image_util_flutter/src/image_save.dartthat imports:package:share_plus/share_plus.dartthat imports:package:share_plus/src/share_plus_windows.dartthat imports:package:url_launcher_windows/url_launcher_windows.dartthat declares support for platforms:Windows.
40/50 points: code has no errors, warnings, lints, or formatting issues
Found 3 issues. Showing the first 2:
INFO: Missing type annotation.
lib/image_util_flutter.dart:79:40
╷
79 │ static Future<Uint8List> loadFromWeb(url,
│ ^^^
╵
To reproduce make sure you are using the lints_core and run flutter analyze lib/image_util_flutter.dart
INFO: 'getSize' is deprecated and shouldn't be used. Use getSizeResult instead. This method will be removed in the next major version.
lib/src/image_general.dart:102:41
╷
102 │ final tmp = imgsize.ImageSizeGetter.getSize(imgsize.MemoryInput(bytes));
│ ^^^^^^^
╵
To reproduce make sure you are using the lints_core and run flutter analyze lib/src/image_general.dart
0/10 points: All of the package dependencies are supported in the latest version
| Package | Constraint | Compatible | Latest | Notes |
|---|---|---|---|---|
flutter_exif_plugin |
^1.1.0 |
1.1.0 | 1.1.0 | |
flutter_image_compress |
^2.0.3 |
2.4.0 | 2.4.0 | |
http |
^0.13.6 |
0.13.6 | 1.6.0 | |
image_picker |
^0.8.7+5 |
0.8.9 | 1.2.1 | |
image_save |
^5.0.0 |
5.0.0 | 5.0.0 | |
image_size_getter |
^2.1.2 |
2.4.1 | 2.4.1 | |
share_plus |
^7.0.1 |
7.2.2 | 12.0.1 |
Transitive dependencies
To reproduce run dart pub outdated --no-dev-dependencies --up-to-date --no-dependency-overrides.
Found 3 issues. Showing the first 2:
The constraint `^0.13.6` on http does not support the stable version `1.0.0`.
Try running dart pub upgrade --major-versions http to update the constraint.
The constraint `^0.8.7+5` on image_picker does not support the stable version `1.0.0`.
Try running dart pub upgrade --major-versions image_picker 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.5, Flutter 3.38.5, Dart 3.10.4.
Check the analysis log for details.