oxean_image_editor 0.3.0 
oxean_image_editor: ^0.3.0 copied to clipboard
A simple image editor for Flutter, allowing users to crop, rotate, flip and drawing
We analyzed this package 5 days ago, and awarded it 130 pub points (of a possible 160):
 10/10 points: Provide a valid pubspec.yaml
 5/5 points: Provide a valid README.md
 5/5 points: Provide a valid CHANGELOG.md
 0/10 points: Use an OSI-approved license
No license was recognized.
Consider using an OSI-approved license in the LICENSE file to make it more accessible to the community.
 0/10 points: 20% or more of the public API has dartdoc comments
4 out of 59 API elements (6.8 %) 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: oxean_image_editor, oxean_image_editor.DrawingStroke, oxean_image_editor.DrawingStroke.DrawingStroke.new, oxean_image_editor.DrawingStroke.color, oxean_image_editor.DrawingStroke.copyWith.
 10/10 points: Package has an example
 20/20 points: Supports 5 of 6 possible platforms (iOS, Android, Web, Windows, macOS, Linux)
- 
✓ Android
 - 
✓ iOS
 - 
✓ Windows
 - 
✓ Linux
 - 
✓ macOS
 
These platforms are not supported:
Package not compatible with platform Web
Because:
package:oxean_image_editor/oxean_image_editor.dartthat imports:package:oxean_image_editor/src/oxean_image_controller.dartthat imports:dart:io
 0/0 points: WASM compatibility
Package not compatible with runtime wasm
Because:
package:oxean_image_editor/oxean_image_editor.dartthat imports:package:oxean_image_editor/src/oxean_image_controller.dartthat 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 22 issues. Showing the first 2:
INFO: 'translate' is deprecated and shouldn't be used. Use translateByVector3, translateByVector4, or translateByDouble instead.
lib/src/oxean_image_controller.dart:209:15
    ╷
209 │     transform.translate(outputSize.width / 2, outputSize.height / 2);
    │               ^^^^^^^^^
    ╵
To reproduce make sure you are using the lints_core and run flutter analyze lib/src/oxean_image_controller.dart
INFO: 'scale' is deprecated and shouldn't be used. Use scaleByVector3, scaleByVector4, or scaleByDouble instead.
lib/src/oxean_image_controller.dart:211:15
    ╷
211 │     transform.scale(flipX ? -1.0 : 1.0, flipY ? -1.0 : 1.0, 1.0);
    │               ^^^^^
    ╵
To reproduce make sure you are using the lints_core and run flutter analyze lib/src/oxean_image_controller.dart
 10/10 points: All of the package dependencies are supported in the latest version
| Package | Constraint | Compatible | Latest | Notes | 
|---|---|---|---|---|
file_picker | 
^10.3.3 | 
10.3.3 | 10.3.3 | |
intl | 
^0.20.2 | 
0.20.2 | 0.20.2 | |
path_provider | 
^2.1.5 | 
2.1.5 | 2.1.5 | |
permission_handler | 
^12.0.1 | 
12.0.1 | 12.0.1 | 
Transitive dependencies
| Package | Constraint | Compatible | Latest | Notes | 
|---|---|---|---|---|
args | 
- | 2.7.0 | 2.7.0 | |
characters | 
- | 1.4.0 | 1.4.1 | |
clock | 
- | 1.1.2 | 1.1.2 | |
collection | 
- | 1.19.1 | 1.19.1 | |
cross_file | 
- | 0.3.5 | 0.3.5 | |
dbus | 
- | 0.7.11 | 0.7.11 | |
ffi | 
- | 2.1.4 | 2.1.4 | |
flutter_plugin_android_lifecycle | 
- | 2.0.32 | 2.0.32 | |
material_color_utilities | 
- | 0.11.1 | 0.13.0 | |
meta | 
- | 1.16.0 | 1.17.0 | |
path | 
- | 1.9.1 | 1.9.1 | |
path_provider_android | 
- | 2.2.20 | 2.2.20 | |
path_provider_foundation | 
- | 2.4.3 | 2.4.3 | |
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 | |
permission_handler_android | 
- | 13.0.1 | 13.0.1 | |
permission_handler_apple | 
- | 9.4.7 | 9.4.7 | |
permission_handler_html | 
- | 0.1.3+5 | 0.1.3+5 | |
permission_handler_platform_interface | 
- | 4.3.0 | 4.3.0 | |
permission_handler_windows | 
- | 0.2.1 | 0.2.1 | |
petitparser | 
- | 7.0.1 | 7.0.1 | |
platform | 
- | 3.1.6 | 3.1.6 | |
plugin_platform_interface | 
- | 2.1.8 | 2.1.8 | |
vector_math | 
- | 2.2.0 | 2.2.0 | |
web | 
- | 1.1.1 | 1.1.1 | |
win32 | 
- | 5.15.0 | 5.15.0 | |
xdg_directories | 
- | 1.1.0 | 1.1.0 | |
xml | 
- | 6.6.1 | 6.6.1 | 
To reproduce run dart pub outdated --no-dev-dependencies --up-to-date --no-dependency-overrides.
 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.0, Flutter 3.35.7, Dart 3.9.2.
Check the analysis log for details.