dynamic_z 0.1.2 copy "dynamic_z: ^0.1.2" to clipboard
dynamic_z: ^0.1.2 copied to clipboard

discontinued

Flutter Package For Most Common Used Component Like SizeUtil,SVG,Toast,http etc...

30/ 160
pub points
13
downloads

We analyzed this package 34 hours ago, and awarded it 30 pub points (of a possible 160):

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

Failed check 0/10 points: Provide a valid pubspec.yaml

Failed to verify repository URL.

Repository has no matching pubspec.yaml with name: dynamic_z.

Please provide a valid repository URL in pubspec.yaml, such that:

  • repository can be cloned,
  • a clone of the repository contains a pubspec.yaml, which:,
    • contains name: dynamic_z,
    • contains a version property, and,
    • does not contain a publish_to property.

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

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

Failed check 0/10 points: Use an OSI-approved license

No license was recognized.

Consider using an OSI-approved license in the LICENSE file to make it more accessible to the community.

Failed report section
Provide documentation
10 / 20trigger folding of the section

Passed check 10/10 points: 20% or more of the public API has dartdoc comments

792 out of 945 API elements (83.8 %) have documentation comments.

Some symbols that are missing documentation: Dynamic, Dynamic.DownloadProgress.DownloadProgress.new, Dynamic.FilePicker.FilePicker.new, Dynamic.FilePicker.platform, Dynamic.FilePickerResult.

Failed check 0/10 points: Package has an example

No example found.

See package layout guidelines on how to add an example.

Failed report section
Platform support
0 / 20trigger folding of the section

Failed check 0/20 points: Supports 0 of 6 possible platforms (iOS, Android, Web, Windows, macOS, Linux)

These platforms are not supported:

Package does not support platform `Android`.

Because:

  • package:dynamic_z/Dynamic.dart that imports:
  • package:file_picker/file_picker.dart that imports:
  • package:file_picker/src/file_picker.dart that imports:
  • package:file_picker/src/windows/file_picker_windows.dart that imports:
  • package:win32/winrt.dart that declares support for platforms: Windows.
Package does not support platform `iOS`.

Because:

  • package:dynamic_z/Dynamic.dart that imports:
  • package:file_picker/file_picker.dart that imports:
  • package:file_picker/src/file_picker.dart that imports:
  • package:file_picker/src/windows/file_picker_windows.dart that imports:
  • package:win32/winrt.dart that declares support for platforms: Windows.
Package does not support platform `Windows`.

Because:

  • package:dynamic_z/Dynamic.dart that imports:
  • package:dynamic_z/OptimizedImage/src/oci_widget.dart that imports:
  • package:flutter_cache_manager/flutter_cache_manager.dart that imports:
  • package:flutter_cache_manager/src/storage/cache_info_repositories/cache_info_repositories.dart that imports:
  • package:flutter_cache_manager/src/storage/cache_info_repositories/cache_object_provider.dart that imports:
  • package:sqflite/sqflite.dart that declares support for platforms: Android, iOS, macOS.
Package does not support platform `Linux`.

Because:

  • package:dynamic_z/Dynamic.dart that imports:
  • package:dynamic_z/OptimizedImage/src/oci_widget.dart that imports:
  • package:flutter_cache_manager/flutter_cache_manager.dart that imports:
  • package:flutter_cache_manager/src/storage/cache_info_repositories/cache_info_repositories.dart that imports:
  • package:flutter_cache_manager/src/storage/cache_info_repositories/cache_object_provider.dart that imports:
  • package:sqflite/sqflite.dart that declares support for platforms: Android, iOS, macOS.
Package does not support platform `macOS`.

Because:

  • package:dynamic_z/Dynamic.dart that imports:
  • package:dynamic_z/OptimizedImage/src/oci_widget.dart that imports:
  • package:dynamic_z/OptimizedImage/src/image_provider/optimized_cached_image_provider.dart that imports:
  • package:dynamic_z/OptimizedImage/src/image_provider/_image_provider_io.dart that imports:
  • package:dynamic_z/OptimizedImage/src/cache/image_cache_manager.dart that imports:
  • package:dynamic_z/OptimizedImage/src/transformer/image_transformer.dart that imports:
  • package:dynamic_z/OptimizedImage/src/transformer/scale_info.dart that imports:
  • package:flutter_image_compress/flutter_image_compress.dart that declares support for platforms: Android, iOS.
Package does not support platform `Web`.

Because:

  • package:dynamic_z/Dynamic.dart that imports:
  • package:dynamic_z/OptimizedImage/src/oci_widget.dart that imports:
  • package:flutter_cache_manager/flutter_cache_manager.dart that imports:
  • package:flutter_cache_manager/src/storage/cache_info_repositories/cache_info_repositories.dart that imports:
  • package:flutter_cache_manager/src/storage/cache_info_repositories/json_cache_info_repository.dart that imports:
  • package:path_provider/path_provider.dart that declares support for platforms: Android, iOS, Windows, Linux, macOS.
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 57 issues. Showing the first 2:

ERROR: Undefined class 'DecoderCallback'.

lib/OptimizedImage/src/image_provider/_image_provider_io.dart:73:55

   ╷
73 │       image_provider.OptimizedCacheImageProvider key, DecoderCallback decode) {
   │                                                       ^^^^^^^^^^^^^^^
   ╵

To reproduce make sure you are using the lints_core and run flutter analyze lib/OptimizedImage/src/image_provider/_image_provider_io.dart

ERROR: Undefined class 'DecoderCallback'.

lib/OptimizedImage/src/image_provider/_image_provider_io.dart:92:5

   ╷
92 │     DecoderCallback decode,
   │     ^^^^^^^^^^^^^^^
   ╵

To reproduce make sure you are using the lints_core and run flutter analyze lib/OptimizedImage/src/image_provider/_image_provider_io.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
async ^2.9.0 2.13.0 2.13.0
connectivity_plus ^2.3.7 2.3.9 7.0.0
ffi ^2.0.1 2.1.5 2.1.5
file ^6.1.0 6.1.4 7.0.1
file_picker ^5.2.0 5.2.10 10.3.8
flutter_cache_manager ^3.0.0 3.3.1 3.4.1
flutter_image_compress ^1.1.0 1.1.3 2.4.0
http ^0.13.1 0.13.6 1.6.0
http_parser ^4.0.1 4.1.2 4.1.2
image ^3.0.2 3.3.0 4.7.2
meta ^1.7.0 1.17.0 1.18.0
octo_image ^1.0.0 1.0.2 2.1.0
path ^1.8.0 1.9.1 1.9.1
path_drawing ^1.0.1 1.0.1 1.0.1
path_provider ^2.0.1 2.1.5 2.1.5
pedantic ^1.11.0 1.11.1 1.11.1 Discontinued
plugin_platform_interface ^2.1.2 2.1.8 2.1.8
shared_preferences ^2.0.15 2.5.4 2.5.4
sprintf ^6.0.0 6.0.2 7.0.0
uuid ^3.0.3 3.0.7 4.5.2
vector_math ^2.1.2 2.2.0 2.2.0
win32 ^3.0.0 3.1.4 5.15.0
xml ^6.0.1 6.6.1 6.6.1
Transitive dependencies
Package Constraint Compatible Latest Notes
archive - 3.6.1 4.0.7
args - 2.7.0 2.7.0
characters - 1.4.0 1.4.1
clock - 1.1.2 1.1.2
code_assets - 1.0.0 1.0.0
collection - 1.19.1 1.19.1
connectivity_plus_linux - 1.3.1 1.3.1 Discontinued
connectivity_plus_macos - 1.2.6 1.2.6 Discontinued
connectivity_plus_platform_interface - 1.2.4 2.0.1
connectivity_plus_web - 1.2.5 1.2.5 Discontinued
connectivity_plus_windows - 1.2.2 1.2.2 Discontinued
crypto - 3.0.7 3.0.7
dbus - 0.7.11 0.7.11
flutter_blurhash - 0.7.0 0.9.1
flutter_plugin_android_lifecycle - 2.0.33 2.0.33
glob - 2.1.3 2.1.3
hooks - 1.0.0 1.0.0
js - 0.6.7 0.7.2 Discontinued
logging - 1.3.0 1.3.0
material_color_utilities - 0.11.1 0.13.0
native_toolchain_c - 0.17.4 0.17.4
nm - 0.5.0 0.5.0
objective_c - 9.2.4 9.2.4
path_parsing - 1.1.0 1.1.0
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
petitparser - 7.0.1 7.0.1
platform - 3.1.6 3.1.6
pub_semver - 2.2.0 2.2.0
rxdart - 0.27.7 0.28.0
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
sqflite - 2.4.2 2.4.2
sqflite_android - 2.4.2+2 2.4.2+2
sqflite_common - 2.5.6 2.5.6
sqflite_darwin - 2.4.2 2.4.2
sqflite_platform_interface - 2.4.0 2.4.0
string_scanner - 1.4.1 1.4.1
synchronized - 3.4.0 3.4.0
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
yaml - 3.1.3 3.1.3

To reproduce run dart pub outdated --no-dev-dependencies --up-to-date --no-dependency-overrides.

Found 11 issues. Showing the first 2:

The constraint `^2.3.7` on connectivity_plus does not support the stable version `3.0.0`.

Try running dart pub upgrade --major-versions connectivity_plus to update the constraint.

The constraint `^6.1.0` on file does not support the stable version `7.0.0`.

Try running dart pub upgrade --major-versions file 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 9 errors:

  • UNDEFINED_CLASS - lib/OptimizedImage/src/image_provider/_image_provider_io.dart:73:55 - Undefined class 'DecoderCallback'.
  • UNDEFINED_CLASS - lib/OptimizedImage/src/image_provider/_image_provider_io.dart:92:5 - Undefined class 'DecoderCallback'.
  • UNDEFINED_METHOD - lib/OptimizedImage/src/image_provider/_image_provider_io.dart:155:23 - The method 'hashValues' isn't defined for the type 'OptimizedCacheImageProvider'.

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.8, Flutter 3.38.6, Dart 3.10.7.

Check the analysis log for details.

Weekly downloads

Display as:
By versions:
2
likes
30
points
13
downloads

Publisher

unverified uploader

Weekly Downloads

Flutter Package For Most Common Used Component Like SizeUtil,SVG,Toast,http etc...

Documentation

API reference

License

unknown (license)

Dependencies

async, connectivity_plus, ffi, file, file_picker, flutter, flutter_cache_manager, flutter_image_compress, http, http_parser, image, meta, octo_image, path, path_drawing, path_provider, pedantic, plugin_platform_interface, shared_preferences, sprintf, uuid, vector_math, win32, xml

More

Packages that depend on dynamic_z