multi_image_picker_view 1.0.3 copy "multi_image_picker_view: ^1.0.3" to clipboard
multi_image_picker_view: ^1.0.3 copied to clipboard

A complete widget which can easily pick multiple images from device and display them in UI. Also picked image can be re-ordered and removed easily.

109
likes
140/ 160
pub points
94%
popularity

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

partial
Follow Dart file conventions
30 / 30trigger folding of the section

10/10 points: Provide a valid pubspec.yaml

Issue tracker URL doesn't exist.

At the time of the analysis https://github.com/shubham-gupta-16/multi_image_picker_view/issues was unreachable. Make sure that the website is reachable via HEAD requests.

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.

OK
Provide documentation
20 / 20trigger folding of the section

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

17 out of 78 API elements (21.8 %) have documentation comments.

Some symbols that are missing documentation: multi_image_picker_view, multi_image_picker_view.DefaultAddMoreWidget, multi_image_picker_view.DefaultAddMoreWidget.DefaultAddMoreWidget, multi_image_picker_view.DefaultAddMoreWidget.backgroundColor, multi_image_picker_view.DefaultAddMoreWidget.icon.

10/10 points: Package has an example

failed
Platform support
20 / 20trigger folding of the section

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

  • ✓ Android

  • ✓ iOS

  • ✓ Windows

  • ✓ Linux

  • ✓ macOS

  • ✓ Web

0/0 points: WASM compatibility

Package not compatible with runtime wasm

Because:

  • package:multi_image_picker_view/multi_image_picker_view.dart that imports:
  • package:multi_image_picker_view/src/image_file_view/image_file_view.dart that imports:
  • package:multi_image_picker_view/src/image_file_view/io_preview.dart that imports:
  • dart:io

This package is not compatible with runtime wasm, and will not be rewarded full points in a future version of the scoring model.

See https://dart.dev/web/wasm for details.

partial
Pass static analysis
40 / 50trigger folding of the section

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

Found 6 issues. Showing the first 2:

INFO: 'background' is deprecated and shouldn't be used. Use surface instead. This feature was deprecated after v3.18.0-0.1.pre.

lib/src/image_file_view/io_preview.dart:28:65

   ╷
28 │         color: backgroundColor ?? Theme.of(context).colorScheme.background,
   │                                                                 ^^^^^^^^^^
   ╵

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

INFO: 'background' is deprecated and shouldn't be used. Use surface instead. This feature was deprecated after v3.18.0-0.1.pre.

lib/src/image_file_view/web_preview.dart:26:65

   ╷
26 │         color: backgroundColor ?? Theme.of(context).colorScheme.background,
   │                                                                 ^^^^^^^^^^
   ╵

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

failed
Support up-to-date dependencies
30 / 40trigger folding of the section

0/10 points: All of the package dependencies are supported in the latest version

Package Constraint Compatible Latest
flutter flutter 0.0.0 0.0.0
flutter_reorderable_grid_view ^4.0.0 4.0.0 5.4.0
Transitive dependencies
Package Constraint Compatible Latest
characters - 1.3.0 1.3.1
collection - 1.18.0 1.19.1
equatable - 2.0.7 2.0.7
material_color_utilities - 0.11.1 0.12.0
meta - 1.15.0 1.16.0
sky_engine - 0.0.99 0.0.99
vector_math - 2.1.4 2.1.4

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

The constraint `^4.0.0` on flutter_reorderable_grid_view does not support the stable version `5.0.0`.

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

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.22.15, Flutter 3.24.5, Dart 3.5.4.

Check the analysis log for details.

109
likes
140
pub points
94%
popularity

Publisher

unverified uploader

A complete widget which can easily pick multiple images from device and display them in UI. Also picked image can be re-ordered and removed easily.

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (license)

Dependencies

flutter, flutter_reorderable_grid_view

More

Packages that depend on multi_image_picker_view