share_apps 0.3.2 copy "share_apps: ^0.3.2" to clipboard
share_apps: ^0.3.2 copied to clipboard

Put your app in front of everyone through their peers. Peer-to-peer invitations in a very subtle and simple way.

5
likes
110/ 160
pub points
59%
popularity

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

failed
Follow Dart file conventions
20 / 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

0/10 points: Use an OSI-approved license

No license was recognized.

Consider using an OSI-approved license in the LICENSE file to make it more accessible to the community.

partial
Provide documentation
10 / 20trigger folding of the section

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

8 out of 216 API elements (3.7 %) 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.

To highlight public API members missing documentation consider enabling the public_member_api_docs lint.

Some symbols that are missing documentation: app_registration_screen, app_registration_screen.AppRegistrationScreen, app_registration_screen.AppRegistrationScreen.AppRegistrationScreen, app_registration_screen.isGetCountryList, app_registration_screen.userBean.

10/10 points: Package has an example

failed
Platform support
20 / 20trigger folding of the section

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

  • ✓ Android

  • ✓ iOS

These platforms are not supported:

Package does not support platform `Windows`.

Because:

  • package:share_apps/share_apps.dart that imports:
  • package:share_apps/src/share_apps.dart that imports:
  • package:share_apps/utils/common_utils.dart that imports:
  • package:fluttertoast/fluttertoast.dart that declares support for platforms: Android, iOS, Web.
Package does not support platform `Linux`.

Because:

  • package:share_apps/share_apps.dart that imports:
  • package:share_apps/src/share_apps.dart that imports:
  • package:share_apps/utils/common_utils.dart that imports:
  • package:fluttertoast/fluttertoast.dart that declares support for platforms: Android, iOS, Web.
Package does not support platform `macOS`.

Because:

  • package:share_apps/share_apps.dart that imports:
  • package:share_apps/src/share_apps.dart that imports:
  • package:share_apps/utils/common_utils.dart that imports:
  • package:fluttertoast/fluttertoast.dart that declares support for platforms: Android, iOS, Web.
Package does not support platform `Web`.

Because:

  • package:share_apps/share_apps.dart that imports:
  • package:share_apps/src/share_apps.dart that imports:
  • package:share_apps/screens/invitation_form.dart that imports:
  • package:share_apps/screens/app_registration_screen.dart that imports:
  • package:share_apps/screens/home_screen.dart that imports:
  • package:share_apps/screens/email_invitation_loading_screen.dart that imports:
  • package:share_apps/screens/invite_email_screen.dart that imports:
  • package:webview_flutter/webview_flutter.dart that declares support for platforms: Android, iOS, 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:share_apps/share_apps.dart that imports:
  • package:share_apps/src/share_apps.dart that imports:
  • package:share_apps/utils/common_utils.dart that imports:
  • package:device_info_plus/device_info_plus.dart that imports:
  • package:device_info_plus/src/device_info_plus_windows.dart that imports:
  • package:win32_registry/win32_registry.dart that declares support for platforms: Windows.
Package does not support platform `iOS`.

Because:

  • package:share_apps/share_apps.dart that imports:
  • package:share_apps/src/share_apps.dart that imports:
  • package:share_apps/utils/common_utils.dart that imports:
  • package:device_info_plus/device_info_plus.dart that imports:
  • package:device_info_plus/src/device_info_plus_windows.dart that imports:
  • package:win32_registry/win32_registry.dart that declares support for platforms: Windows.

0/0 points: WASM compatibility

Package not compatible with runtime wasm

Because:

  • package:share_apps/share_apps.dart that imports:
  • package:share_apps/src/share_apps.dart that imports:
  • package:share_apps/utils/common_utils.dart that imports:
  • package:device_info_plus/device_info_plus.dart that imports:
  • package:device_info_plus/src/device_info_plus_windows.dart that imports:
  • package:win32_registry/win32_registry.dart that imports:
  • package:win32_registry/src/registry_value.dart that imports:
  • package:win32_registry/src/models/models.dart that imports:
  • package:win32_registry/src/models/registry_value_type.dart that imports:
  • package:win32/win32.dart that imports:
  • package:win32/src/com/iwinhttprequest.dart that imports:
  • package:win32/src/com/iunknown.dart that imports:
  • package:win32/src/utils.dart that imports:
  • package:win32/src/win32/user32.g.dart that imports:
  • package:win32/src/variant.dart that imports:
  • package:win32/src/win32/oleaut32.g.dart that imports:
  • package:win32/src/structs.g.dart that imports:
  • package:win32/src/guid.dart that imports:
  • package:win32/src/win32/ole32.g.dart that imports:
  • package:win32/src/combase.dart that imports:
  • package:win32/src/macros.dart that imports:
  • package:win32/src/inline.dart that imports:
  • package:win32/src/win32/uxtheme.g.dart that imports:
  • package:win32/src/callbacks.dart that imports:
  • package:win32/src/types.dart that imports:
  • package:ffi/ffi.dart that imports:
  • package:ffi/src/utf8.dart that imports:
  • dart:ffi

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.

failed
Pass static analysis
30 / 50trigger folding of the section

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

Found 56 issues. Showing the first 2:

WARNING: The operand can't be null, so the condition is always 'false'.

lib/screens/app_registration_screen.dart:86:56

   ╷
86 │       if (statusCode < 200 || statusCode > 400 || json == null) {
   │                                                        ^^^^^^^
   ╵

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

WARNING: The operand can't be null, so the condition is always 'true'.

lib/screens/app_registration_screen.dart:109:75

    ╷
109 │       if (map[StringUtils.STATUS].toString().compareTo(StringUtils.SUCCESS) !=
    │ ┌───────────────────────────────────────────────────────────────────────────^
110 │ │         null) {
    │ └────────────^
    ╵

To reproduce make sure you are using the lints_core and run flutter analyze lib/screens/app_registration_screen.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
contacts_service ^0.6.3 0.6.3 0.6.3
device_info_plus ^9.1.1 9.1.2 11.1.1
dropdown_search ^5.0.6 5.0.6 6.0.1
fk_user_agent ^2.1.0 2.1.0 2.1.0
flutter flutter 0.0.0 0.0.0
fluttertoast ^8.2.2 8.2.8 8.2.8
http ^0.13.6 0.13.6 1.2.2
loading_indicator ^3.1.1 3.1.1 3.1.1
permission_handler ^11.0.1 11.3.1 11.3.1
shared_preferences ^2.2.2 2.3.3 2.3.3
url_launcher ^6.1.11 6.3.1 6.3.1
webview_flutter ^4.4.1 4.10.0 4.10.0
Transitive dependencies
Package Constraint Compatible Latest
async - 2.12.0 2.12.0
boolean_selector - 2.1.2 2.1.2
characters - 1.3.0 1.3.1
collection - 1.18.0 1.19.1
device_info_plus_platform_interface - 7.0.1 7.0.1
ffi - 2.1.3 2.1.3
file - 7.0.1 7.0.1
flutter_web_plugins - 0.0.0 0.0.0
http_parser - 4.0.2 4.1.1
matcher - 0.12.17 0.12.17
material_color_utilities - 0.11.1 0.12.0
meta - 1.15.0 1.16.0
path - 1.9.1 1.9.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
permission_handler_android - 12.0.13 12.0.13
permission_handler_apple - 9.4.5 9.4.5
permission_handler_html - 0.1.3+2 0.1.3+2
permission_handler_platform_interface - 4.2.3 4.2.3
permission_handler_windows - 0.2.1 0.2.1
platform - 3.1.6 3.1.6
plugin_platform_interface - 2.1.8 2.1.8
quiver - 3.2.2 3.2.2
shared_preferences_android - 2.3.3 2.3.3
shared_preferences_foundation - 2.5.3 2.5.3
shared_preferences_linux - 2.4.1 2.4.1
shared_preferences_platform_interface - 2.4.1 2.4.1
shared_preferences_web - 2.4.2 2.4.2
shared_preferences_windows - 2.4.1 2.4.1
sky_engine - 0.0.99 0.0.99
source_span - 1.10.0 1.10.0
stack_trace - 1.12.0 1.12.0
stream_channel - 2.1.2 2.1.2
string_scanner - 1.4.0 1.4.0
term_glyph - 1.2.1 1.2.1
test_api - 0.7.3 0.7.3
typed_data - 1.4.0 1.4.0
url_launcher_android - 6.3.14 6.3.14
url_launcher_ios - 6.3.1 6.3.1
url_launcher_linux - 3.2.1 3.2.1
url_launcher_macos - 3.2.1 3.2.1
url_launcher_platform_interface - 2.3.2 2.3.2
url_launcher_web - 2.3.3 2.3.3
url_launcher_windows - 3.1.3 3.1.3
vector_math - 2.1.4 2.1.4
web - 1.1.0 1.1.0
webview_flutter_android - 4.0.2 4.0.2
webview_flutter_platform_interface - 2.10.0 2.10.0
webview_flutter_wkwebview - 3.16.2 3.16.2
win32 - 5.8.0 5.8.0
win32_registry - 1.1.5 2.0.0
xdg_directories - 1.1.0 1.1.0

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

Found 3 issues. Showing the first 2:

The constraint `^9.1.1` on device_info_plus does not support the stable version `10.0.0`.

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

The constraint `^5.0.6` on dropdown_search does not support the stable version `6.0.0`.

Try running dart pub upgrade --major-versions dropdown_search 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.4, Dart 3.5.4.

Check the analysis log for details.

5
likes
110
pub points
59%
popularity

Publisher

verified publishershareapps.net

Put your app in front of everyone through their peers. Peer-to-peer invitations in a very subtle and simple way.

Homepage

Documentation

API reference

License

unknown (license)

Dependencies

contacts_service, device_info_plus, dropdown_search, fk_user_agent, flutter, fluttertoast, http, loading_indicator, permission_handler, shared_preferences, url_launcher, webview_flutter

More

Packages that depend on share_apps