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

Widgets for displaying multiple images (and other widgets) in a single screen viewer.

0
likes
100/ 140
pub points
0%
popularity

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

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

10/10 points: Provide a valid pubspec.yaml

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.

failed
Provide documentation
0 / 20trigger folding of the section

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

12 out of 68 API elements (17.6 %) have documentation comments.

Providing good documentation for libraries, classes, functions, and other API elements improves code readability and helps developers find and use your API. Document at least 20% of the public API elements.

Some symbols that are missing documentation: multi_image_viewer, multi_image_viewer.CupertinoMediaViewScreen, multi_image_viewer.CupertinoMediaViewScreen.CupertinoMediaViewScreen, multi_image_viewer.CupertinoMediaViewScreen.activeDotColor, multi_image_viewer.CupertinoMediaViewScreen.dotColor.

0/10 points: Package has an example

No example found.

See package layout guidelines on how to add an example.

OK
Platform support
20 / 20trigger folding of the section

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

  • ✓ Android
  • ✓ iOS
  • ✓ Windows
  • ✓ Linux
  • ✓ macOS

These platforms are not supported:

Package not compatible with platform Web

Because:

  • package:multi_image_viewer/multi_image_viewer.dart that imports:
  • package:multi_image_viewer/src/screens/multi_widget_viewer_screen.dart that imports:
  • package:multi_image_viewer/src/models/color_palette.dart that imports:
  • dart:io
partial
Pass static analysis
40 / 50trigger folding of the section

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

Found 11 issues. Showing the first 2:

INFO: The import of 'dart:typed_data' is unnecessary because all of the used elements are also provided by the import of 'package:flutter/foundation.dart'.

lib/src/models/color_palette.dart:4:8

  ╷
4 │ import 'dart:typed_data';
  │        ^^^^^^^^^^^^^^^^^
  ╵

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

INFO: The import of 'dart:ui' is unnecessary because all of the used elements are also provided by the import of 'package:flutter/cupertino.dart'.

lib/src/screens/cupertino_media_view_screen.dart:3:8

  ╷
3 │ import 'dart:ui';
  │        ^^^^^^^^^
  ╵

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

failed
Support up-to-date dependencies
10 / 20trigger folding of the section

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

Package Constraint Compatible Latest
color_thief_dart ^0.1.0 0.1.0 0.1.0
dots_indicator ^2.0.0 2.1.2 3.0.0
equatable ^2.0.3 2.0.5 2.0.5
flutter flutter 0.0.0 0.0.0
photo_view ^0.13.0 0.13.0 0.14.0
rxdart ^0.27.2 0.27.7 0.27.7
Transitive dependencies
Package Constraint Compatible Latest
characters - 1.3.0 1.3.0
collection - 1.18.0 1.18.0
material_color_utilities - 0.8.0 0.11.1
meta - 1.11.0 1.12.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 `^2.0.0` on dots_indicator does not support the stable version `3.0.0`.

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

The constraint `^0.13.0` on photo_view does not support the stable version `0.14.0`.

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

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

Analyzed with Pana 0.22.2, Flutter 3.19.2, Dart 3.3.0.

Check the analysis log for details.

0
likes
100
pub points
0%
popularity

Publisher

unverified uploader

Widgets for displaying multiple images (and other widgets) in a single screen viewer.

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (LICENSE)

Dependencies

color_thief_dart, dots_indicator, equatable, flutter, photo_view, rxdart

More

Packages that depend on multi_image_viewer