flutter_image_editor_enhanced 1.0.2
flutter_image_editor_enhanced: ^1.0.2 copied to clipboard
A powerful Flutter image editor with cropping, resizing, and aspect ratio control. Perfect for apps that need image editing capabilities with custom aspect ratios and size limits.
We analyzed this package 29 hours ago, and awarded it 150 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
10/10 points: Use an OSI-approved license
Detected license: MIT.
10/10 points: 20% or more of the public API has dartdoc comments
9 out of 23 API elements (39.1 %) have documentation comments.
Some symbols that are missing documentation: flutter_image_editor_enhanced, flutter_image_editor_enhanced.ImageEditor, flutter_image_editor_enhanced.ImageEditor.ImageEditor.new, flutter_image_editor_enhanced.ImageEditor.defaultAspectRatio, flutter_image_editor_enhanced.ImageEditor.defaultMaxSizeBytes.
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:flutter_image_editor_enhanced/flutter_image_editor_enhanced.dartthat imports:package:flutter_image_editor_enhanced/src/image_editor_dialog.dartthat imports:dart:io
40/50 points: code has no errors, warnings, lints, or formatting issues
Found 17 issues. Showing the first 2:
INFO: Library names are not necessary.
lib/flutter_image_editor_enhanced.dart:1:9
╷
1 │ library flutter_image_editor_enhanced;
│ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
╵
To reproduce make sure you are using the lints_core and run flutter analyze lib/flutter_image_editor_enhanced.dart
INFO: Parameter 'key' could be a super parameter.
lib/src/image_editor_dialog.dart:14:9
╷
14 │ const ImageEditorDialog({
│ ^^^^^^^^^^^^^^^^^
╵
To reproduce make sure you are using the lints_core and run flutter analyze lib/src/image_editor_dialog.dart
10/10 points: All of the package dependencies are supported in the latest version
| Package | Constraint | Compatible | Latest | Notes |
|---|---|---|---|---|
get |
^4.6.6 |
4.7.3 | 4.7.3 | |
image |
^4.1.7 |
4.10.1 | 4.10.1 |
Transitive dependencies
| Package | Constraint | Compatible | Latest | Notes |
|---|---|---|---|---|
archive |
- | 4.3.0 | 4.3.0 | |
characters |
- | 1.4.1 | 1.4.1 | |
collection |
- | 1.19.1 | 1.19.1 | |
ffi |
- | 2.2.0 | 2.2.0 | |
material_color_utilities |
- | 0.13.0 | 0.13.1 | |
meta |
- | 1.19.0 | 1.19.0 | |
path |
- | 1.9.1 | 1.9.1 | |
posix |
- | 6.5.2 | 6.5.2 | |
vector_math |
- | 2.4.3 | 2.4.3 | |
web |
- | 1.1.1 | 1.1.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.19, Flutter 3.47.4, Dart 3.13.3.
Check the analysis log for details.