webf_share 1.1.0 copy "webf_share: ^1.1.0" to clipboard
webf_share: ^1.1.0 copied to clipboard

WebF Share module for sharing content, text, and images

115/ 160
pub points
313
downloads

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

Failed report section
Follow Dart file conventions
25 / 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

Failed check 0/5 points: Provide a valid CHANGELOG.md

`CHANGELOG.md` does not contain reference to the current version ("1.1.0").

Changelog entries help developers follow the progress of your package. Check out the Dart conventions for Maintaining a package changelog.

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

Detected license: Apache-2.0.

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

6 out of 17 API elements (35.3 %) have documentation comments.

Some symbols that are missing documentation: webf_share.ShareModule.ShareModule.new, webf_share.ShareModule.dispatchEvent, webf_share.ShareModule.dispose, webf_share.ShareModule.initialize, webf_share.ShareModule.invoke.

Failed check 0/10 points: Package has an example

No example found.

See package layout guidelines on how to add an example.

Passed report section
Platform support
20 / 20trigger folding of the section

Passed check 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 does not support platform `Web`.

Because:

  • package:webf_share/webf_share.dart that imports:
  • package:webf_share/src/share_module.dart that imports:
  • package:webf_share/src/share_module_bindings_generated.dart that imports:
  • package:webf/bridge.dart that declares support for platforms: Android, iOS, Windows, Linux, macOS.

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:webf_share/webf_share.dart that imports:
  • package:webf_share/src/share_module.dart that imports:
  • package:webf_share/src/share_module_bindings_generated.dart that imports:
  • package:webf/bridge.dart that imports:
  • package:webf/src/bridge/multiple_thread.dart that imports:
  • package:webf/src/bridge/to_native.dart that imports:
  • package:webf/webf.dart that imports:
  • package:webf/geometry.dart that imports:
  • package:webf/src/geometry/dom_matrix_readonly.dart that imports:
  • package:webf/src/geometry/dom_point.dart that imports:
  • package:webf/src/geometry/dom_point_readonly.dart that imports:
  • package:webf/src/css/matrix.dart that imports:
  • package:webf/foundation.dart that imports:
  • package:webf/src/foundation/dio_client.dart that imports:
  • package:webf/src/foundation/cupertino_adapter.dart that imports:
  • package:cupertino_http/cupertino_http.dart that declares support for platforms: iOS, macOS.
Package does not support platform `iOS`.

Because:

  • package:webf_share/webf_share.dart that imports:
  • package:webf_share/src/share_module.dart that imports:
  • package:share_plus/share_plus.dart that imports:
  • package:share_plus/src/share_plus_windows.dart that imports:
  • package:url_launcher_windows/url_launcher_windows.dart that declares support for platforms: Windows.
Package does not support platform `Windows`.

Because:

  • package:webf_share/webf_share.dart that imports:
  • package:webf_share/src/share_module.dart that imports:
  • package:webf_share/src/share_module_bindings_generated.dart that imports:
  • package:webf/bridge.dart that imports:
  • package:webf/src/bridge/multiple_thread.dart that imports:
  • package:webf/src/bridge/to_native.dart that imports:
  • package:webf/webf.dart that imports:
  • package:webf/geometry.dart that imports:
  • package:webf/src/geometry/dom_matrix_readonly.dart that imports:
  • package:webf/src/geometry/dom_point.dart that imports:
  • package:webf/src/geometry/dom_point_readonly.dart that imports:
  • package:webf/src/css/matrix.dart that imports:
  • package:webf/foundation.dart that imports:
  • package:webf/src/foundation/dio_client.dart that imports:
  • package:webf/src/foundation/cupertino_adapter.dart that imports:
  • package:cupertino_http/cupertino_http.dart that declares support for platforms: iOS, macOS.
Package does not support platform `Linux`.

Because:

  • package:webf_share/webf_share.dart that imports:
  • package:webf_share/src/share_module.dart that imports:
  • package:webf_share/src/share_module_bindings_generated.dart that imports:
  • package:webf/bridge.dart that imports:
  • package:webf/src/bridge/multiple_thread.dart that imports:
  • package:webf/src/bridge/to_native.dart that imports:
  • package:webf/webf.dart that imports:
  • package:webf/geometry.dart that imports:
  • package:webf/src/geometry/dom_matrix_readonly.dart that imports:
  • package:webf/src/geometry/dom_point.dart that imports:
  • package:webf/src/geometry/dom_point_readonly.dart that imports:
  • package:webf/src/css/matrix.dart that imports:
  • package:webf/foundation.dart that imports:
  • package:webf/src/foundation/dio_client.dart that imports:
  • package:webf/src/foundation/cupertino_adapter.dart that imports:
  • package:cupertino_http/cupertino_http.dart that declares support for platforms: iOS, macOS.
Package does not support platform `macOS`.

Because:

  • package:webf_share/webf_share.dart that imports:
  • package:webf_share/src/share_module.dart that imports:
  • package:share_plus/share_plus.dart that imports:
  • package:share_plus/src/share_plus_windows.dart that imports:
  • package:url_launcher_windows/url_launcher_windows.dart that declares support for platforms: Windows.
Failed report section
Pass static analysis
30 / 50trigger folding of the section

Failed check 30/50 points: code has no errors, warnings, lints, or formatting issues

Found 6 issues. Showing the first 2:

WARNING: Unused import: 'package:webf/module.dart'.

lib/src/share_module.dart:7:8

  ╷
7 │ import 'package:webf/module.dart';
  │        ^^^^^^^^^^^^^^^^^^^^^^^^^^
  ╵

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

WARNING: Unnecessary cast.

lib/src/share_module_bindings_generated.dart:85:91

   ╷
85 │         final options = _raw0 is Map ? ShareTextOptions.fromMap(Map<String, dynamic>.from(_raw0 as Map)) : (_raw0 as ShareTextOptions?);
   │                                                                                           ^^^^^^^^^^^^
   ╵

To reproduce make sure you are using the lints_core and run flutter analyze lib/src/share_module_bindings_generated.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
path_provider ^2.1.0 2.1.5 2.1.5
share_plus ^10.0.0 10.1.4 12.0.1
webf ^0.24.0 0.24.2 0.24.2
Transitive dependencies
Package Constraint Compatible Latest Notes
archive - 3.6.1 4.0.7
args - 2.7.0 2.7.0
async - 2.13.0 2.13.0
boolean_selector - 2.1.2 2.1.2
characters - 1.4.0 1.4.1
clock - 1.1.2 1.1.2
code_assets - 0.19.10 1.0.0
collection - 1.19.1 1.19.1
cross_file - 0.3.5+1 0.3.5+1
crypto - 3.0.7 3.0.7
cupertino_http - 2.4.0 2.4.0
dio - 5.9.0 5.9.0
dio_web_adapter - 2.1.1 2.1.1
ffi - 2.1.5 2.1.5
file - 7.0.1 7.0.1
fixnum - 1.1.1 1.1.1
flutter_svg - 2.2.3 2.2.3
glob - 2.1.3 2.1.3
hive_ce - 2.16.0 2.16.0
hooks - 0.20.5 1.0.0
http - 1.6.0 1.6.0
http_parser - 4.1.2 4.1.2
http_profile - 0.1.0 0.1.0
intl - 0.19.0 0.20.2
isolate_channel - 0.2.2+1 0.2.2+1
json_annotation - 4.9.0 4.9.0
logging - 1.3.0 1.3.0
matcher - 0.12.18 0.12.18
material_color_utilities - 0.11.1 0.13.0
meta - 1.17.0 1.17.0
mime - 2.0.0 2.0.0
native_toolchain_c - 0.17.2 0.17.4
objective_c - 9.2.2 9.2.2
path - 1.9.1 1.9.1
path_drawing - 1.0.1 1.0.1
path_parsing - 1.1.0 1.1.0
path_provider_android - 2.2.22 2.2.22
path_provider_foundation - 2.5.1 2.5.1
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
plugin_platform_interface - 2.1.8 2.1.8
pub_semver - 2.2.0 2.2.0
quiver - 3.2.2 3.2.2
share_plus_platform_interface - 5.0.2 6.1.0
shelf - 1.4.2 1.4.2
shelf_web_socket - 2.0.1 3.0.0
source_span - 1.10.1 1.10.1
stack_trace - 1.12.1 1.12.1
stream_channel - 2.1.4 2.1.4
string_scanner - 1.4.1 1.4.1
term_glyph - 1.2.2 1.2.2
test_api - 0.7.9 0.7.9
typed_data - 1.4.0 1.4.0
url_launcher_linux - 3.2.2 3.2.2
url_launcher_platform_interface - 2.3.2 2.3.2
url_launcher_web - 2.4.1 2.4.1
url_launcher_windows - 3.1.5 3.1.5
uuid - 4.5.2 4.5.2
vector_graphics - 1.1.19 1.1.19
vector_graphics_codec - 1.1.13 1.1.13
vector_graphics_compiler - 1.1.19 1.1.19
vector_math - 2.2.0 2.2.0
web - 1.1.1 1.1.1
web_socket - 1.0.1 1.0.1
web_socket_channel - 3.0.3 3.0.3
webf_easy_refresh - 3.4.1 3.4.1
win32 - 5.15.0 5.15.0
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.

The constraint `^10.0.0` on share_plus does not support the stable version `11.0.0`.

Try running dart pub upgrade --major-versions share_plus 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.5, Flutter 3.38.5, Dart 3.10.4.

Check the analysis log for details.

Weekly downloads

Display as:
By versions:
0
likes
115
points
313
downloads

Publisher

verified publisheropenwebf.com

Weekly Downloads

WebF Share module for sharing content, text, and images

Homepage

Topics

#webf #share #screenshot #social

Documentation

API reference

License

Apache-2.0 (license)

Dependencies

flutter, path_provider, share_plus, webf

More

Packages that depend on webf_share