animagie_image_editor 0.0.5 copy "animagie_image_editor: ^0.0.5" to clipboard
animagie_image_editor: ^0.0.5 copied to clipboard

animagie_image_editor package for image editing module.

75/ 160
pub points
43
downloads

We analyzed this package 3 days ago, and awarded it 75 pub points (of a possible 160):

Failed report section
Follow Dart file conventions
25 / 30trigger folding of the section

Partially passed check 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.

Passed check 5/5 points: Provide a valid README.md

Failed check 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.

Passed check 10/10 points: Use an OSI-approved license

Detected license: MIT.

Passed report section
Provide documentation
20 / 20trigger folding of the section

Passed check 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.

Passed check 10/10 points: Package has an example

Passed report section
Platform support
20 / 20trigger folding of the section

Passed check 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.dart that imports:
  • package:animagie_image_editor/modules/all_emojies.dart that imports:
  • package:animagie_image_editor/data/layer.dart that imports:
  • package:nb_utils/nb_utils.dart that imports:
  • package:nb_utils/src/utils/network_utils.dart that imports:
  • package:connectivity_plus/connectivity_plus.dart that imports:
  • package:connectivity_plus/src/connectivity_plus_linux.dart that imports:
  • package:nm/nm.dart that declares support for platforms: Linux.
Package does not support platform `Linux`.

Because:

  • package:animagie_image_editor/bemeli_image_editor.dart that imports:
  • package:animagie_image_editor/modules/all_emojies.dart that imports:
  • package:animagie_image_editor/data/layer.dart that imports:
  • package:nb_utils/nb_utils.dart that imports:
  • package:fluttertoast/fluttertoast.dart that declares support for platforms: Android, iOS, Web.
Package does not support platform `Web`.

Because:

  • package:animagie_image_editor/bemeli_image_editor.dart that imports:
  • package:path_provider/path_provider.dart that 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.dart that imports:
  • package:animagie_image_editor/modules/all_emojies.dart that imports:
  • package:animagie_image_editor/data/layer.dart that imports:
  • package:nb_utils/nb_utils.dart that imports:
  • package:nb_utils/src/utils/network_utils.dart that imports:
  • package:connectivity_plus/connectivity_plus.dart that imports:
  • package:connectivity_plus/src/connectivity_plus_linux.dart that imports:
  • package:nm/nm.dart that declares support for platforms: Linux.
Package does not support platform `iOS`.

Because:

  • package:animagie_image_editor/bemeli_image_editor.dart that imports:
  • package:animagie_image_editor/modules/all_emojies.dart that imports:
  • package:animagie_image_editor/data/layer.dart that imports:
  • package:nb_utils/nb_utils.dart that imports:
  • package:nb_utils/src/utils/network_utils.dart that imports:
  • package:connectivity_plus/connectivity_plus.dart that imports:
  • package:connectivity_plus/src/connectivity_plus_linux.dart that imports:
  • package:nm/nm.dart that declares support for platforms: Linux.
Package does not support platform `macOS`.

Because:

  • package:animagie_image_editor/bemeli_image_editor.dart that imports:
  • package:animagie_image_editor/modules/all_emojies.dart that imports:
  • package:animagie_image_editor/data/layer.dart that imports:
  • package:nb_utils/nb_utils.dart that imports:
  • package:nb_utils/src/utils/network_utils.dart that imports:
  • package:connectivity_plus/connectivity_plus.dart that imports:
  • package:connectivity_plus/src/connectivity_plus_linux.dart that imports:
  • package:nm/nm.dart that declares support for platforms: Linux.
Failed report section
Pass static analysis
0 / 50trigger folding of the section

Failed check 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

Failed report section
Support up-to-date dependencies
10 / 40trigger folding of the section

Failed check 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
Package Constraint Compatible Latest Notes
archive - 4.0.7 4.0.7
args - 2.7.0 2.7.0
async - 2.13.0 2.13.0
characters - 1.4.0 1.4.1
collection - 1.19.1 1.19.1
connectivity_plus_platform_interface - 1.2.4 2.0.1
cross_file - 0.3.5+1 0.3.5+1
crypto - 3.0.7 3.0.7
dbus - 0.7.11 0.7.11
extended_image_library - 4.0.6 5.0.1
ffi - 2.1.4 2.1.4
file - 7.0.1 7.0.1
file_selector_linux - 0.9.4 0.9.4
file_selector_macos - 0.9.5 0.9.5
file_selector_platform_interface - 2.7.0 2.7.0
file_selector_windows - 0.9.3+5 0.9.3+5
flutter_image_compress_common - 1.0.6 1.0.6
flutter_image_compress_macos - 1.0.3 1.0.3
flutter_image_compress_ohos - 0.0.3 0.0.3
flutter_image_compress_platform_interface - 1.0.5 1.0.5
flutter_image_compress_web - 0.1.5 0.1.5
flutter_plugin_android_lifecycle - 2.0.33 2.0.33
fluttertoast - 8.2.14 9.0.0
http - 1.6.0 1.6.0
http_client_helper - 3.0.0 3.0.0
http_parser - 4.1.2 4.1.2
image_editor_common - 1.2.0 1.2.0
image_editor_ohos - 0.0.9 0.0.9
image_editor_platform_interface - 1.1.0 1.1.0
image_picker_android - 0.8.13+10 0.8.13+10
image_picker_for_web - 3.1.1 3.1.1
image_picker_ios - 0.8.13+3 0.8.13+3
image_picker_linux - 0.2.2 0.2.2
image_picker_macos - 0.2.2+1 0.2.2+1
image_picker_platform_interface - 2.11.1 2.11.1
image_picker_windows - 0.2.2 0.2.2
js - 0.6.7 0.7.2 Discontinued
material_color_utilities - 0.11.1 0.13.0
matrix2d - 1.0.4 1.0.4
meta - 1.17.0 1.17.0
mime - 2.0.0 2.0.0
nm - 0.5.0 0.5.0
path - 1.9.1 1.9.1
path_provider_android - 2.2.22 2.2.22
path_provider_foundation - 2.5.1 2.5.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 - 7.0.1 7.0.1
platform - 3.1.6 3.1.6
plugin_platform_interface - 2.1.8 2.1.8
posix - 6.0.3 6.0.3
shared_preferences - 2.5.4 2.5.4
shared_preferences_android - 2.4.18 2.4.18
shared_preferences_foundation - 2.5.6 2.5.6
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
web - 1.1.1 1.1.1
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.

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.

Passed check 10/10 points: Package supports latest stable Dart and Flutter SDKs

Failed check 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.

Weekly downloads

Display as:
By versions: