animagie_image_editor 0.0.5
animagie_image_editor: ^0.0.5 copied to clipboard
animagie_image_editor package for image editing module.
We analyzed this package 3 days ago, and awarded it 75 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/animagieteam/animagie_image_editor was unreachable. Make sure that the website is reachable via HEAD requests.
5/5 points: Provide a valid README.md
0/5 points: Provide a valid CHANGELOG.md
`CHANGELOG.md` does not contain reference to the current version ("0.0.5").
Changelog entries help developers follow the progress of your package. Check out the Dart conventions for Maintaining a package changelog.
10/10 points: Use an OSI-approved license
Detected license: MIT.
10/10 points: 20% or more of the public API has dartdoc comments
59 out of 204 API elements (28.9 %) have documentation comments.
Some symbols that are missing documentation: all_emojies, all_emojies.Emojies, all_emojies.Emojies.Emojies.new, background_blur_layer, background_blur_layer.BackgroundBlurLayer.BackgroundBlurLayer.new.
10/10 points: Package has an example
20/20 points: Supports 3 of 6 possible platforms (iOS, Android, Web, Windows, macOS, Linux)
-
✓ Android
-
✓ iOS
-
✓ macOS
These platforms are not supported:
Package does not support platform `Windows`.
Because:
package:animagie_image_editor/bemeli_image_editor.dartthat imports:package:animagie_image_editor/modules/all_emojies.dartthat imports:package:animagie_image_editor/data/layer.dartthat imports:package:nb_utils/nb_utils.dartthat imports:package:nb_utils/src/utils/network_utils.dartthat imports:package:connectivity_plus/connectivity_plus.dartthat imports:package:connectivity_plus/src/connectivity_plus_linux.dartthat imports:package:nm/nm.dartthat declares support for platforms:Linux.
Package does not support platform `Linux`.
Because:
package:animagie_image_editor/bemeli_image_editor.dartthat imports:package:animagie_image_editor/modules/all_emojies.dartthat imports:package:animagie_image_editor/data/layer.dartthat imports:package:nb_utils/nb_utils.dartthat imports:package:fluttertoast/fluttertoast.dartthat declares support for platforms:Android,iOS,Web.
Package does not support platform `Web`.
Because:
package:animagie_image_editor/bemeli_image_editor.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:animagie_image_editor/bemeli_image_editor.dartthat imports:package:animagie_image_editor/modules/all_emojies.dartthat imports:package:animagie_image_editor/data/layer.dartthat imports:package:nb_utils/nb_utils.dartthat imports:package:nb_utils/src/utils/network_utils.dartthat imports:package:connectivity_plus/connectivity_plus.dartthat imports:package:connectivity_plus/src/connectivity_plus_linux.dartthat imports:package:nm/nm.dartthat declares support for platforms:Linux.
Package does not support platform `iOS`.
Because:
package:animagie_image_editor/bemeli_image_editor.dartthat imports:package:animagie_image_editor/modules/all_emojies.dartthat imports:package:animagie_image_editor/data/layer.dartthat imports:package:nb_utils/nb_utils.dartthat imports:package:nb_utils/src/utils/network_utils.dartthat imports:package:connectivity_plus/connectivity_plus.dartthat imports:package:connectivity_plus/src/connectivity_plus_linux.dartthat imports:package:nm/nm.dartthat declares support for platforms:Linux.
Package does not support platform `macOS`.
Because:
package:animagie_image_editor/bemeli_image_editor.dartthat imports:package:animagie_image_editor/modules/all_emojies.dartthat imports:package:animagie_image_editor/data/layer.dartthat imports:package:nb_utils/nb_utils.dartthat imports:package:nb_utils/src/utils/network_utils.dartthat imports:package:connectivity_plus/connectivity_plus.dartthat imports:package:connectivity_plus/src/connectivity_plus_linux.dartthat imports:package:nm/nm.dartthat declares support for platforms:Linux.
0/50 points: code has no errors, warnings, lints, or formatting issues
Found 30 issues. Showing the first 2:
ERROR: The named parameter 'primary' isn't defined.
lib/modules/emoji_layer_overlay.dart:54:17
╷
54 │ primary: Colors.purple[900], shape: const StadiumBorder()),
│ ^^^^^^^
╵
To reproduce make sure you are using the lints_core and run flutter analyze lib/modules/emoji_layer_overlay.dart
WARNING: The operand can't be 'null', so the condition is always 'false'.
lib/bemeli_image_editor.dart:169:32
╷
169 │ if (selected == null) return;
│ ^^^^^^^
╵
To reproduce make sure you are using the lints_core and run flutter analyze lib/bemeli_image_editor.dart
0/10 points: All of the package dependencies are supported in the latest version
| Package | Constraint | Compatible | Latest | Notes |
|---|---|---|---|---|
colorfilter_generator |
^0.0.8 |
0.0.8 | 0.0.8 | |
connectivity_plus |
^4.0.1 |
4.0.2 | 7.0.0 | |
emoji_picker_flutter |
^1.6.1 |
1.6.4 | 4.4.0 | |
extended_image |
^8.0.2 |
8.3.1 | 10.0.1 | |
flutter_colorpicker |
^1.0.3 |
1.1.0 | 1.1.0 | |
flutter_image_compress |
^2.0.4 |
2.4.0 | 2.4.0 | |
font_awesome_flutter |
^10.3.0 |
10.12.0 | 10.12.0 | |
hand_signature |
^3.0.1 |
3.1.0+2 | 3.1.0+2 | |
image |
^4.0.17 |
4.7.2 | 4.7.2 | |
image_editor |
^1.3.0 |
1.6.0 | 1.6.0 | |
image_picker |
^1.0.1 |
1.2.1 | 1.2.1 | |
nb_utils |
^6.0.0 |
6.0.4 | 7.1.8 | |
path_provider |
^2.0.11 |
2.1.5 | 2.1.5 | |
vector_math |
^2.1.2 |
2.2.0 | 2.2.0 |
Transitive dependencies
To reproduce run dart pub outdated --no-dev-dependencies --up-to-date --no-dependency-overrides.
Found 4 issues. Showing the first 2:
The constraint `^4.0.1` on connectivity_plus does not support the stable version `5.0.0`.
Try running dart pub upgrade --major-versions connectivity_plus to update the constraint.
The constraint `^1.6.1` on emoji_picker_flutter does not support the stable version `2.0.0`.
Try running dart pub upgrade --major-versions emoji_picker_flutter to update the constraint.
10/10 points: Package supports latest stable Dart and Flutter SDKs
0/20 points: Compatible with dependency constraint lower bounds
downgrade analysis failed failed with 1 error:
UNDEFINED_NAMED_PARAMETER-lib/modules/emoji_layer_overlay.dart:54:17- The named parameter 'primary' isn't defined.
Run flutter pub downgrade and then flutter analyze to reproduce the above problem.
You may run dart pub upgrade --tighten to update your dependency constraints, see dart.dev/go/downgrade-testing for details.
Analyzed with Pana 0.23.3, Flutter 3.38.4, Dart 3.10.3.
Check the analysis log for details.