share_apps 0.4.0
share_apps: ^0.4.0 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 43 hours 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
9 out of 221 API elements (4.1 %) 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.new
, 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:platform_device_id/platform_device_id.dart
that imports:package:device_info/device_info.dart
that declares support for platforms:Android
,iOS
.
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:platform_device_id/platform_device_id.dart
that imports:package:device_info/device_info.dart
that declares support for platforms:Android
,iOS
.
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:platform_device_id/platform_device_id.dart
that imports:package:device_info/device_info.dart
that declares support for platforms:Android
,iOS
.
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/utils/common_utils.dart
that imports:package:platform_device_id/platform_device_id.dart
that imports:package:device_info/device_info.dart
that declares support for platforms:Android
,iOS
.
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/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 imports:package:webview_flutter/src/webview.dart
that imports:package:webview_flutter_wkwebview/webview_flutter_wkwebview.dart
that declares support for platforms:iOS
.
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/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 imports:package:webview_flutter/src/webview.dart
that imports:package:webview_flutter_android/webview_android_cookie_manager.dart
that declares support for platforms:Android
.
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:platform_device_id/platform_device_id.dart
that imports:dart:io
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 90 issues. Showing the first 2:
WARNING: The operand can't be 'null', so the condition is always 'false'.
lib/screens/app_registration_screen.dart:92:56
╷
92 │ 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:115:75
╷
115 │ if (map[StringUtils.STATUS].toString().compareTo(StringUtils.SUCCESS) !=
│ ┌───────────────────────────────────────────────────────────────────────────^
116 │ │ 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 | Notes |
---|---|---|---|---|
contacts_service |
^0.6.3 |
0.6.3 | 0.6.3 | |
flutter_searchable_dropdown |
^2.0.0 |
2.0.0 | 2.0.0 | |
flutter_user_agentx |
^1.2.4 |
1.2.4 | 1.2.4 | |
fluttertoast |
^8.2.10 |
8.2.12 | 8.2.12 | |
http |
^1.3.0 |
1.4.0 | 1.4.0 | |
loading_indicator |
^3.1.1 |
3.1.1 | 3.1.1 | |
permission_handler |
^11.3.1 |
11.4.0 | 12.0.1 | |
platform_device_id |
^1.0.1 |
1.0.1 | 1.0.1 | |
shared_preferences |
^2.3.5 |
2.5.3 | 2.5.3 | |
url_launcher |
^6.3.1 |
6.3.1 | 6.3.1 | |
webview_flutter |
^2.0.2 |
2.8.0 | 4.13.0 |
Transitive dependencies
To reproduce run dart pub outdated --no-dev-dependencies --up-to-date --no-dependency-overrides
.
The constraint `^11.3.1` on permission_handler does not support the stable version `12.0.0`.
Try running dart pub upgrade --major-versions permission_handler
to update the constraint.
The constraint `^2.0.2` on webview_flutter does not support the stable version `3.0.0`.
Try running dart pub upgrade --major-versions webview_flutter
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.21
, Flutter 3.32.4
, Dart 3.8.1
.
Check the analysis log for details.