cb_image_editor 1.0.0
cb_image_editor: ^1.0.0 copied to clipboard
A Flutter image editor: Seamlessly enhance your images with user-friendly editing features.
We analyzed this package 20 hours ago, and awarded it 130 pub points (of a possible 160):
10/10 points: Provide a valid pubspec.yaml
Homepage URL doesn't exist.
At the time of the analysis https://github.com/hm21/cb_image_editor/
was unreachable. Make sure that the website is reachable via HEAD
requests.
Repository URL doesn't exist.
At the time of the analysis https://github.com/hm21/cb_image_editor/
was unreachable. Make sure that the website is reachable via HEAD
requests.
Issue tracker URL doesn't exist.
At the time of the analysis https://github.com/hm21/cb_image_editor/issues/
was unreachable. Make sure that the website is reachable via HEAD
requests.
Documentation URL doesn't exist.
At the time of the analysis https://github.com/hm21/cb_image_editor/
was unreachable. Make sure that the website is reachable via HEAD
requests.
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
.
10/10 points: 20% or more of the public API has dartdoc comments
2074 out of 2927 API elements (70.9 %) have documentation comments.
Some symbols that are missing documentation: adaptive_dialog
, adaptive_dialog.AdaptiveDialog.imageEditorTheme
, aspect_ratio_item
, auto_image
, bar_color_picker
.
10/10 points: Package has an example and has no issues with screenshots
20/20 points: Supports 6 of 6 possible platforms (iOS, Android, Web, Windows, macOS, Linux)
-
✓ Android
-
✓ iOS
-
✓ Windows
-
✓ Linux
-
✓ macOS
-
✓ Web
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:cb_image_editor/designs/frosted_glass/frosted_glass.dart
that imports:package:cb_image_editor/designs/frosted_glass/frosted_glass_text_size_slider.dart
that imports:package:cb_image_editor/pro_image_editor.dart
that imports:package:cb_image_editor/modules/main_editor/main_editor.dart
that imports:package:cb_image_editor/modules/main_editor/utils/layer_interaction_manager.dart
that imports:package:vibration/vibration.dart
that imports:package:vibration_platform_interface/vibration_platform_interface.dart
that imports:package:vibration_platform_interface/src/method_channel_vibration.dart
that imports:package:device_info_plus/device_info_plus.dart
that imports:package:device_info_plus/src/device_info_plus_windows.dart
that imports:package:win32_registry/win32_registry.dart
that declares support for platforms:Windows
.
Package does not support platform `iOS`.
Because:
package:cb_image_editor/designs/frosted_glass/frosted_glass.dart
that imports:package:cb_image_editor/designs/frosted_glass/frosted_glass_text_size_slider.dart
that imports:package:cb_image_editor/pro_image_editor.dart
that imports:package:cb_image_editor/modules/main_editor/main_editor.dart
that imports:package:cb_image_editor/modules/main_editor/utils/layer_interaction_manager.dart
that imports:package:vibration/vibration.dart
that imports:package:vibration_platform_interface/vibration_platform_interface.dart
that imports:package:vibration_platform_interface/src/method_channel_vibration.dart
that imports:package:device_info_plus/device_info_plus.dart
that imports:package:device_info_plus/src/device_info_plus_windows.dart
that imports:package:win32_registry/win32_registry.dart
that declares support for platforms:Windows
.
Package does not support platform `Windows`.
Because:
package:cb_image_editor/designs/frosted_glass/frosted_glass.dart
that imports:package:cb_image_editor/designs/frosted_glass/frosted_glass_text_size_slider.dart
that imports:package:cb_image_editor/pro_image_editor.dart
that imports:package:cb_image_editor/modules/main_editor/main_editor.dart
that imports:package:cb_image_editor/modules/main_editor/utils/layer_interaction_manager.dart
that imports:package:vibration/vibration.dart
that declares support for platforms:Android
,iOS
.
Package does not support platform `Linux`.
Because:
package:cb_image_editor/designs/frosted_glass/frosted_glass.dart
that imports:package:cb_image_editor/designs/frosted_glass/frosted_glass_text_size_slider.dart
that imports:package:cb_image_editor/pro_image_editor.dart
that imports:package:cb_image_editor/modules/main_editor/main_editor.dart
that imports:package:cb_image_editor/modules/main_editor/utils/layer_interaction_manager.dart
that imports:package:vibration/vibration.dart
that declares support for platforms:Android
,iOS
.
Package does not support platform `macOS`.
Because:
package:cb_image_editor/designs/frosted_glass/frosted_glass.dart
that imports:package:cb_image_editor/designs/frosted_glass/frosted_glass_text_size_slider.dart
that imports:package:cb_image_editor/pro_image_editor.dart
that imports:package:cb_image_editor/modules/main_editor/main_editor.dart
that imports:package:cb_image_editor/modules/main_editor/utils/layer_interaction_manager.dart
that imports:package:vibration/vibration.dart
that declares support for platforms:Android
,iOS
.
Package does not support platform `Web`.
Because:
package:cb_image_editor/designs/frosted_glass/frosted_glass.dart
that imports:package:cb_image_editor/designs/frosted_glass/frosted_glass_text_size_slider.dart
that imports:package:cb_image_editor/pro_image_editor.dart
that imports:package:cb_image_editor/modules/main_editor/main_editor.dart
that imports:package:cb_image_editor/modules/main_editor/utils/layer_interaction_manager.dart
that imports:package:vibration/vibration.dart
that declares support for platforms:Android
,iOS
.
0/0 points: WASM compatibility
Package not compatible with runtime wasm
Because:
package:cb_image_editor/designs/frosted_glass/frosted_glass.dart
that imports:package:cb_image_editor/designs/frosted_glass/frosted_glass_text_size_slider.dart
that imports:package:cb_image_editor/pro_image_editor.dart
that imports:package:cb_image_editor/models/editor_image.dart
that imports:package:cb_image_editor/utils/converters.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 82 issues. Showing the first 2:
WARNING: This case is covered by the previous cases.
lib/models/i18n/i18n_filter_editor.dart:169:7
╷
169 │ case '':
│ ^^^^
╵
To reproduce make sure you are using the lints_core and run flutter analyze lib/models/i18n/i18n_filter_editor.dart
WARNING: This case is covered by the previous cases.
lib/models/i18n/i18n_filter_editor.dart:171:7
╷
171 │ case '':
│ ^^^^
╵
To reproduce make sure you are using the lints_core and run flutter analyze lib/models/i18n/i18n_filter_editor.dart
0/10 points: All of the package dependencies are supported in the latest version
Package | Constraint | Compatible | Latest | Notes |
---|---|---|---|---|
emoji_picker_flutter |
^2.2.0 |
2.2.0 | 4.3.0 | |
http |
^1.2.1 |
1.3.0 | 1.3.0 | |
image |
^4.2.0 |
4.5.4 | 4.5.4 | |
mime |
^1.0.5 |
1.0.6 | 2.0.0 | |
vibration |
^1.9.0 |
1.9.0 | 3.1.3 |
Transitive dependencies
Package | Constraint | Compatible | Latest | Notes |
---|---|---|---|---|
archive |
- | 4.0.6 | 4.0.6 | |
async |
- | 2.13.0 | 2.13.0 | |
characters |
- | 1.4.0 | 1.4.0 | |
collection |
- | 1.19.1 | 1.19.1 | |
crypto |
- | 3.0.6 | 3.0.6 | |
device_info_plus |
- | 10.1.2 | 11.3.3 | |
device_info_plus_platform_interface |
- | 7.0.2 | 7.0.2 | |
ffi |
- | 2.1.4 | 2.1.4 | |
file |
- | 7.0.1 | 7.0.1 | |
http_parser |
- | 4.1.2 | 4.1.2 | |
material_color_utilities |
- | 0.11.1 | 0.12.0 | |
meta |
- | 1.16.0 | 1.16.0 | |
path |
- | 1.9.1 | 1.9.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 | |
petitparser |
- | 6.1.0 | 6.1.0 | |
platform |
- | 3.1.6 | 3.1.6 | |
plugin_platform_interface |
- | 2.1.8 | 2.1.8 | |
posix |
- | 6.0.2 | 6.0.2 | |
shared_preferences |
- | 2.5.3 | 2.5.3 | |
shared_preferences_android |
- | 2.4.10 | 2.4.10 | |
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 | |
source_span |
- | 1.10.1 | 1.10.1 | |
string_scanner |
- | 1.4.1 | 1.4.1 | |
term_glyph |
- | 1.2.2 | 1.2.2 | |
typed_data |
- | 1.4.0 | 1.4.0 | |
vector_math |
- | 2.1.4 | 2.1.5 | |
vibration_platform_interface |
- | 0.0.3 | 0.1.0 | |
web |
- | 0.5.1 | 1.1.1 | |
win32 |
- | 5.12.0 | 5.12.0 | |
win32_registry |
- | 1.1.5 | 2.1.0 | |
xdg_directories |
- | 1.1.0 | 1.1.0 | |
xml |
- | 6.5.0 | 6.5.0 |
To reproduce run dart pub outdated --no-dev-dependencies --up-to-date --no-dependency-overrides
.
Found 3 issues. Showing the first 2:
The constraint `^2.2.0` on emoji_picker_flutter does not support the stable version `3.0.0`.
Try running dart pub upgrade --major-versions emoji_picker_flutter
to update the constraint.
The constraint `^1.0.5` on mime does not support the stable version `2.0.0`.
Try running dart pub upgrade --major-versions mime
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.20
, Flutter 3.29.2
, Dart 3.7.2
.
Check the analysis log for details.