share_apps 0.3.2 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.
We analyzed this package 2 days ago, and awarded it 110 pub points (of a possible 160):
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.
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
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.
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
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
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.