bc_image_editor 0.0.2
bc_image_editor: ^0.0.2 copied to clipboard
Do you need quick image editing? You can do it with this package. It is very useful and quick tool.
We analyzed this package 45 hours 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
10/10 points: Use an OSI-approved license
Detected license: MIT.
0/10 points: 20% or more of the public API has dartdoc comments
OUT: Documenting bc_image_editor... Discovering libraries... Linking elements... Precaching local docs for 643833 elements... Initialized dartdoc with 797 libraries Generating docs for library bc_image_editor.dart from package:bc_image_editor/bc_image_editor.dart... Generating docs for library edit_with_gesture.dart from package:bc_image_editor/edit_with_gesture.dart... Documented 2 public libraries in 37.6 seconds ERR: warning: bc_image_editor has no library level documentation comments from bc_image_editor: (file:///tmp/pana_JRHCQT/lib/bc_image_editor.dart:1:1) warning: bc_image_editor has no library level documentation comments from bc_image_editor: (file:///tmp/pana_JRHCQT/lib/edit_with_gesture.dart:1:1) error: file already written at "bc_image_editor/index.html" for symbol bc_image_editor: (file:///tmp/pana_JRHCQT/lib/edit_with_gesture.dart:1:1) conflicting with file already generated by bc_image_editor: (file:///tmp/pana_JRHCQT/lib/bc_image_editor.dart:1:1) Dartdoc generates a path and filename to write to for each symbol. 'bc_image_editor' conflicts with another symbol in the generated path, and therefore can not be written out. Changing the name, library name, [16 more lines]
0/10 points: Package has an example
No example found.
See package layout guidelines on how to add 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 does not support platform `Web`.
Because:
package:bc_image_editor/bc_image_editor.dartthat imports:package:path_provider/path_provider.dartthat declares support for platforms:Android,iOS,Windows,Linux,macOS.
40/50 points: code has no errors, warnings, lints, or formatting issues
INFO: 'required' is deprecated and shouldn't be used. In Dart 2.12 and later, use the built-in `required` keyword to mark a named parameter as required.
lib/bc_image_editor.dart:42:6
╷
42 │ @required this.frontImage,
│ ^^^^^^^^
╵
To reproduce make sure you are using the lints_core and run flutter analyze lib/bc_image_editor.dart
INFO: 'required' is deprecated and shouldn't be used. In Dart 2.12 and later, use the built-in `required` keyword to mark a named parameter as required.
lib/bc_image_editor.dart:43:6
╷
43 │ @required this.bgImage,
│ ^^^^^^^^
╵
To reproduce make sure you are using the lints_core and run flutter analyze lib/bc_image_editor.dart
10/10 points: All of the package dependencies are supported in the latest version
| Package | Constraint | Compatible | Latest | Notes |
|---|---|---|---|---|
gesture_x_detector |
^1.0.0 |
1.1.1 | 1.1.1 | |
path_provider |
^2.0.9 |
2.1.5 | 2.1.5 |
Transitive dependencies
| Package | Constraint | Compatible | Latest | Notes |
|---|---|---|---|---|
async |
- | 2.13.0 | 2.13.0 | |
characters |
- | 1.4.0 | 1.4.1 | |
code_assets |
- | 1.0.0 | 1.0.0 | |
collection |
- | 1.19.1 | 1.19.1 | |
crypto |
- | 3.0.7 | 3.0.7 | |
ffi |
- | 2.1.5 | 2.1.5 | |
file |
- | 7.0.1 | 7.0.1 | |
glob |
- | 2.1.3 | 2.1.3 | |
hooks |
- | 1.0.0 | 1.0.0 | |
logging |
- | 1.3.0 | 1.3.0 | |
material_color_utilities |
- | 0.11.1 | 0.13.0 | |
meta |
- | 1.17.0 | 1.18.0 | |
native_toolchain_c |
- | 0.17.4 | 0.17.4 | |
objective_c |
- | 9.2.4 | 9.2.4 | |
path |
- | 1.9.1 | 1.9.1 | |
path_provider_android |
- | 2.2.22 | 2.2.22 | |
path_provider_foundation |
- | 2.6.0 | 2.6.0 | |
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 | |
platform |
- | 3.1.6 | 3.1.6 | |
plugin_platform_interface |
- | 2.1.8 | 2.1.8 | |
pub_semver |
- | 2.2.0 | 2.2.0 | |
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.2.0 | 2.2.0 | |
xdg_directories |
- | 1.1.0 | 1.1.0 | |
yaml |
- | 3.1.3 | 3.1.3 |
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.8, Flutter 3.38.6, Dart 3.10.7.
Check the analysis log for details.