image_multi_type 1.0.6 copy "image_multi_type: ^1.0.6" to clipboard
image_multi_type: ^1.0.6 copied to clipboard

Flutter package for displaying images from network, assets, SVG, files, or widgets with caching and error handling.

130/ 160
pub points
15
downloads

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

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

Passed check 10/10 points: Provide a valid pubspec.yaml

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

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

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

Detected license: MIT.

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

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

OUT: Documenting image_multi_type... Discovering libraries... Linking elements... Precaching local docs for 1296598 elements... Initialized dartdoc with 1765 libraries Generating docs for library image_multi_type_pakage.dart from package:image_multi_type/image_multi_type_pakage.dart... Generating docs for library round_image_widget.dart from package:image_multi_type/round_image_widget.dart... Generating docs for library network_cache_helper.dart from package:image_multi_type/network_cache_helper.dart... Generating docs for library services/compress_image.dart from package:image_multi_type/services/compress_image.dart... Generating docs for library image_multi_type.dart from package:image_multi_type/image_multi_type.dart... [2 more lines] ERR: warning: image_multi_type has no library level documentation comments from image_multi_type: (file:///tmp/pana_EHWEXN/lib/image_multi_type_pakage.dart:1:1) error: file already written at "image_multi_type/index.html" for symbol image_multi_type: (file:///tmp/pana_EHWEXN/lib/image_multi_type.dart:1:1) conflicting with file already generated by image_multi_type: (file:///tmp/pana_EHWEXN/lib/image_multi_type_pakage.dart:1:1) Dartdoc generates a path and filename to write to for each symbol. 'image_multi_type' conflicts with another symbol in the generated path, and therefore can not be written out. Changing the name, library name, or class name (if appropriate) of one of the conflicting items can resolve the conflict. Alternatively, use the @nodoc directive in one [14 more lines]

Passed check 10/10 points: Package has an example

Partially passed report section
Platform support
10 / 20trigger folding of the section

Partially passed check 10/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 `Windows`.

Because:

  • package:image_multi_type/image_multi_type.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:image_multi_type/image_multi_type.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 `Web`.

Because:

  • package:image_multi_type/image_multi_type.dart that imports:
  • package:flutter_cache_manager/flutter_cache_manager.dart that imports:
  • package:flutter_cache_manager/src/storage/file_system/file_system.dart that imports:
  • package:flutter_cache_manager/src/storage/file_system/file_system_io.dart that imports:
  • package:path_provider/path_provider.dart that declares support for platforms: Android, iOS, Windows, Linux, macOS.

WASM compatibility:

Package not compatible with runtime wasm

Because:

  • package:image_multi_type/image_multi_type.dart that imports:
  • package:flutter_cache_manager/flutter_cache_manager.dart that imports:
  • package:flutter_cache_manager/src/web/web_helper.dart that imports:
  • package:flutter_cache_manager/src/cache_store.dart that imports:
  • dart:io

Note: This package supports Web but is not WASM-compatible, resulting in a partial score. See https://dart.dev/web/wasm for details.

Partially passed report section
Pass static analysis
40 / 50trigger folding of the section

Partially passed check 40/50 points: code has no errors, warnings, lints, or formatting issues

Found 13 issues. Showing the first 2:

INFO: Parameter 'key' could be a super parameter.

lib/circle_image_widget.dart:6:9

  ╷
6 │   const CircleImageWidget({
  │         ^^^^^^^^^^^^^^^^^
  ╵

To reproduce make sure you are using the lints_core and run flutter analyze lib/circle_image_widget.dart

INFO: Unnecessary use of a block function body.

lib/circle_image_widget.dart:39:38

   ╷
39 │     Widget build(BuildContext context) {
   │ ┌──────────────────────────────────────^
40 │ │     return Container(
41 │ │       height: size ?? 100.0,
42 │ │       width: size ?? 100.0,
43 │ │       margin: margin,
44 │ │       clipBehavior: Clip.hardEdge,
45 │ │       padding: padding,
46 │ │       decoration: BoxDecoration(
47 │ │         color: color ?? Colors.white,
48 │ │         shape: BoxShape.circle,
49 │ │       ),
50 │ │       child: ImageMultiType(
51 │ │         url: url,
52 │ │         height: height,
53 │ │         width: width,
54 │ │         fit: fit,
55 │ │         defaultTempImage: defaultTempImage,
56 │ │         memCacheHeight: memCacheHeight,
57 │ │         memCacheWidth: memCacheWidth,
   │ └─────────────────────────^
   ╵

To reproduce make sure you are using the lints_core and run flutter analyze lib/circle_image_widget.dart

Partially passed report section
Support up-to-date dependencies
40 / 40trigger folding of the section

Partially passed check 10/10 points: All of the package dependencies are supported in the latest version

Package Constraint Compatible Latest Notes
cached_network_image ^3.4.1 3.4.1 4.0.0
flutter_cache_manager ^3.4.1 3.4.5 3.4.5
flutter_svg ^2.2.3 2.3.0 2.3.0
Transitive dependencies
Package Constraint Compatible Latest Notes
args - 2.7.0 2.7.0
async - 2.13.1 2.13.1
cached_network_image_platform_interface - 4.1.1 5.0.0
cached_network_image_web - 1.3.1 2.0.0
characters - 1.4.1 1.4.1
clock - 1.1.3 1.1.3
code_assets - 2.1.0 2.1.0
collection - 1.19.1 1.19.1
crypto - 3.0.7 3.0.7
ffi - 2.2.0 2.2.0
file - 7.0.1 7.0.1
fixnum - 1.1.1 1.1.1
hooks - 2.2.0 2.2.0
http - 1.6.0 1.6.0
http_parser - 4.1.2 4.1.2
jni - 1.0.3 1.0.3
jni_flutter - 1.0.3 1.0.3
jni_util - 1.0.0 1.0.0
logging - 1.3.0 1.3.0
material_color_utilities - 0.13.0 0.13.1
meta - 1.19.0 1.19.0
objective_c - 9.6.0 9.6.0
octo_image - 2.1.0 2.1.0
package_config - 3.0.0 3.0.0
path - 1.9.1 1.9.1
path_parsing - 1.1.0 1.1.0
path_provider - 2.1.6 2.1.6
path_provider_android - 2.3.1 2.3.1
path_provider_foundation - 2.6.0 2.6.0
path_provider_linux - 2.2.2 2.2.2
path_provider_platform_interface - 2.1.3 2.1.3
path_provider_windows - 2.3.0 2.3.0
petitparser - 7.0.2 7.0.2
platform - 3.2.0 3.2.0
plugin_platform_interface - 2.1.8 2.1.8
pub_semver - 2.2.1 2.2.1
record_use - 1.1.1 1.1.1
rxdart - 0.28.0 0.28.0
source_span - 1.10.2 1.10.2
sqflite - 2.4.4 2.4.4
sqflite_android - 2.4.4 2.4.4
sqflite_common - 2.5.13 2.5.13
sqflite_darwin - 2.4.4 2.4.4
sqflite_platform_interface - 2.4.2 2.4.2
string_scanner - 1.4.1 1.4.1
synchronized - 3.4.2 3.4.2
term_glyph - 1.2.2 1.2.2
typed_data - 1.4.0 1.4.0
uuid - 4.6.0 4.6.0
vector_graphics - 1.2.3 1.2.3
vector_graphics_codec - 1.1.13 1.1.13
vector_graphics_compiler - 1.3.0 1.3.0
vector_math - 2.4.3 2.4.3
web - 1.1.1 1.1.1
xdg_directories - 1.1.0 1.1.0
xml - 7.0.1 7.0.1
yaml - 3.1.4 3.1.4

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

The constraint `^3.4.1` on cached_network_image does not support the stable version `4.0.0`, that was published 21 days ago.

When cached_network_image is 30 days old, this package will no longer be awarded points in this category.

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

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

Passed check 20/20 points: Compatible with dependency constraint lower bounds

pub downgrade does not expose any static analysis error.

Analyzed with Pana 0.23.19, Flutter 3.47.4, Dart 3.13.3.

Check the analysis log for details.

Weekly downloads

Display as:
By versions:
1
likes
130
points
15
downloads

Documentation

Documentation
API reference

Publisher

unverified uploader

Weekly Downloads

Flutter package for displaying images from network, assets, SVG, files, or widgets with caching and error handling.

Repository (GitHub)
View/report issues

License

MIT (license)

Dependencies

cached_network_image, flutter, flutter_cache_manager, flutter_svg

More

Packages that depend on image_multi_type