masamune_picker_mobile 2.0.44 copy "masamune_picker_mobile: ^2.0.44" to clipboard
masamune_picker_mobile: ^2.0.44 copied to clipboard

Mobile plugin for masamune_picker. Base package for retrieving files such as images and videos from terminal storage, cameras, etc.

110/ 160
pub points
194
downloads

We analyzed this package in the last hour, and awarded it 110 pub points (of a possible 160):

Failed report section
Follow Dart file conventions
20 / 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: masamune_picker_mobile.

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: masamune_picker_mobile,
    • contains a version property, and,
    • does not contain a publish_to property.
Repository URL doesn't exist.

At the time of the analysis https://github.com/mathrunet/flutter_masamune/tree/master/packages/masamune_picker_mobile was unreachable. Make sure that the website is reachable via HEAD requests.

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: BSD-3-Clause.

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

48 out of 48 API elements (100.0 %) have documentation comments.

Failed check 0/10 points: Package has an example

No example found.

See package layout guidelines on how to add 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 `Android`.

Because:

  • package:masamune_picker_mobile/masamune_picker_mobile.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/win32.dart that declares support for platforms: Windows.
Package does not support platform `iOS`.

Because:

  • package:masamune_picker_mobile/masamune_picker_mobile.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/win32.dart that declares support for platforms: Windows.
Package does not support platform `Linux`.

Because:

  • package:masamune_picker_mobile/masamune_picker_mobile.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/win32.dart that declares support for platforms: Windows.
Package does not support platform `macOS`.

Because:

  • package:masamune_picker_mobile/masamune_picker_mobile.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/win32.dart that declares support for platforms: Windows.
Package not compatible with platform Web

Because:

  • package:masamune_picker_mobile/masamune_picker_mobile.dart that imports:
  • package:file_picker/file_picker.dart that imports:
  • package:file_picker/src/file_picker.dart that imports:
  • package:file_picker/src/linux/file_picker_linux.dart that imports:
  • package:file_picker/src/utils.dart that imports:
  • dart:io

WASM compatibility:

Package not compatible with runtime wasm

Because:

  • package:masamune_picker_mobile/masamune_picker_mobile.dart that imports:
  • package:masamune_picker/masamune_picker.dart that imports:
  • package:masamune/masamune.dart that imports:
  • package:masamune_annotation/masamune_annotation.dart that imports:
  • package:katana/katana.dart that imports:
  • package:katana/src/others/others.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

INFO: The part-of directive uses a library name.

lib/adapter/mobile_image_picker_masamune_adapter.dart:1:1

  ╷
1 │ part of masamune_picker_mobile;
  │ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  ╵

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

Failed report section
Support up-to-date dependencies
30 / 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
file_picker ^5.2.3 5.5.0 11.0.2
image_picker ^0.8.6 0.8.9 1.2.1
katana ^2.2.0 2.20.2 3.4.0
masamune ^2.1.19 2.24.0 3.5.7
masamune_picker ^2.0.44 2.0.44 3.2.7
Transitive dependencies
Package Constraint Compatible Latest Notes
args - 2.7.0 2.7.0
asn1lib - 1.6.5 1.6.5
async - 2.13.1 2.13.1
characters - 1.4.1 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
convert - 3.1.2 3.1.2
cross_file - 0.3.5+2 0.3.5+2
crypto - 3.0.7 3.0.7
csv - 6.0.0 8.0.0
encrypt - 5.0.3 5.0.3
ffi - 2.2.0 2.2.0
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
fixnum - 1.1.1 1.1.1
flutter_plugin_android_lifecycle - 2.0.34 2.0.34
flutter_rating_bar - 4.0.1 4.0.1
flutter_svg - 2.2.4 2.2.4
glob - 2.1.3 2.1.3
hooks - 1.0.3 1.0.3
http - 1.6.0 1.6.0
http_parser - 4.1.2 4.1.2
image_picker_android - 0.8.13+16 0.8.13+16
image_picker_for_web - 2.2.0 3.1.1
image_picker_ios - 0.8.13+6 0.8.13+6
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
intl - 0.20.2 0.20.2
jni - 1.0.0 1.0.0
jni_flutter - 1.0.1 1.0.1
js - 0.7.2 0.7.2 Discontinued
katana_auth - 2.11.7 3.1.1
katana_form - 2.20.0 3.2.2
katana_functions - 2.10.4 3.1.1
katana_indicator - 2.4.6 3.1.1
katana_listenables - 2.2.20 3.0.5 Discontinued
katana_listenables_annotation - 2.1.20 3.0.3 Discontinued
katana_localization - 2.3.23 3.1.1
katana_localization_annotation - 2.2.21 3.2.1
katana_logger - 2.5.6 3.1.1
katana_model - 2.37.2 3.5.2
katana_model_local - 2.18.7 3.3.2
katana_prefs - 2.2.20 3.0.5 Discontinued
katana_prefs_annotation - 2.1.20 3.0.3 Discontinued
katana_router - 2.7.2 3.3.1
katana_router_annotation - 2.1.22 3.1.1
katana_scoped - 2.7.6 3.1.1
katana_shorten - 2.2.6 3.1.1
katana_storage - 2.4.8 3.1.1
katana_theme - 2.10.0 3.1.2
katana_theme_annotation - 2.3.6 3.1.1
katana_ui - 2.15.8 3.3.2
logging - 1.3.0 1.3.0
masamune_annotation - 2.10.0 3.1.1
material_color_utilities - 0.13.0 0.13.0
meta - 1.17.0 1.18.2
mime - 1.0.6 2.0.0
native_toolchain_c - 0.17.6 0.18.0
objective_c - 9.3.0 9.3.0
package_config - 2.2.0 2.2.0
path - 1.9.1 1.9.1
path_parsing - 1.1.0 1.1.0
path_provider - 2.1.5 2.1.5
path_provider_android - 2.3.1 2.3.1
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.2 7.0.2
pin_input_text_field - 4.5.2 4.5.2
platform - 3.1.6 3.1.6
plugin_platform_interface - 2.1.8 2.1.8
pointycastle - 3.9.1 4.0.0
pub_semver - 2.2.0 2.2.0
recase - 4.1.0 4.1.0
record_use - 0.6.0 0.6.0
shared_preferences - 2.5.5 2.5.5
shared_preferences_android - 2.4.23 2.4.23
shared_preferences_foundation - 2.5.6 2.5.6
shared_preferences_linux - 2.4.1 2.4.1
shared_preferences_platform_interface - 2.4.2 2.4.2
shared_preferences_web - 2.4.3 2.4.3
shared_preferences_windows - 2.4.1 2.4.1
shimmer - 3.0.0 3.0.0
source_span - 1.10.2 1.10.2
sprintf - 7.0.0 7.0.0
string_scanner - 1.4.1 1.4.1
term_glyph - 1.2.2 1.2.2
typed_data - 1.4.0 1.4.0
universal_platform - 1.1.0 1.1.0
uuid - 4.5.3 4.5.3
vector_graphics - 1.1.21 1.1.21
vector_graphics_codec - 1.1.13 1.1.13
vector_graphics_compiler - 1.2.0 1.2.0
vector_math - 2.2.0 2.3.0
web - 1.1.1 1.1.1
win32 - 5.15.0 6.0.1
xdg_directories - 1.1.0 1.1.0
xml - 6.6.1 6.6.1
yaml - 3.1.3 3.1.3

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

Found 5 issues. Showing the first 2:

The constraint `^5.2.3` on file_picker does not support the stable version `6.0.0`.

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

The constraint `^0.8.6` on image_picker does not support the stable version `1.0.0`.

Try running dart pub upgrade --major-versions image_picker 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.12, Flutter 3.41.6, Dart 3.11.4.

Check the analysis log for details.

Weekly downloads

Display as:
By versions:
0
likes
110
points
194
downloads

Documentation

API reference

Publisher

verified publishermathru.net

Weekly Downloads

Mobile plugin for masamune_picker. Base package for retrieving files such as images and videos from terminal storage, cameras, etc.

License

BSD-3-Clause (license)

Dependencies

file_picker, flutter, image_picker, katana, masamune, masamune_picker

More

Packages that depend on masamune_picker_mobile