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 41 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.dartthat imports:package:share_apps/src/share_apps.dartthat imports:package:share_apps/utils/common_utils.dartthat imports:package:platform_device_id/platform_device_id.dartthat imports:package:device_info/device_info.dartthat declares support for platforms:Android,iOS.
Package does not support platform `Linux`.
Because:
package:share_apps/share_apps.dartthat imports:package:share_apps/src/share_apps.dartthat imports:package:share_apps/utils/common_utils.dartthat imports:package:platform_device_id/platform_device_id.dartthat imports:package:device_info/device_info.dartthat declares support for platforms:Android,iOS.
Package does not support platform `macOS`.
Because:
package:share_apps/share_apps.dartthat imports:package:share_apps/src/share_apps.dartthat imports:package:share_apps/utils/common_utils.dartthat imports:package:platform_device_id/platform_device_id.dartthat imports:package:device_info/device_info.dartthat declares support for platforms:Android,iOS.
Package does not support platform `Web`.
Because:
package:share_apps/share_apps.dartthat imports:package:share_apps/src/share_apps.dartthat imports:package:share_apps/utils/common_utils.dartthat imports:package:platform_device_id/platform_device_id.dartthat imports:package:device_info/device_info.dartthat 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.dartthat imports:package:share_apps/src/share_apps.dartthat imports:package:share_apps/screens/invitation_form.dartthat imports:package:share_apps/screens/app_registration_screen.dartthat imports:package:share_apps/screens/home_screen.dartthat imports:package:share_apps/screens/email_invitation_loading_screen.dartthat imports:package:share_apps/screens/invite_email_screen.dartthat imports:package:webview_flutter/webview_flutter.dartthat imports:package:webview_flutter/src/webview.dartthat imports:package:webview_flutter_wkwebview/webview_flutter_wkwebview.dartthat declares support for platforms:iOS.
Package does not support platform `iOS`.
Because:
package:share_apps/share_apps.dartthat imports:package:share_apps/src/share_apps.dartthat imports:package:share_apps/screens/invitation_form.dartthat imports:package:share_apps/screens/app_registration_screen.dartthat imports:package:share_apps/screens/home_screen.dartthat imports:package:share_apps/screens/email_invitation_loading_screen.dartthat imports:package:share_apps/screens/invite_email_screen.dartthat imports:package:webview_flutter/webview_flutter.dartthat imports:package:webview_flutter/src/webview.dartthat imports:package:webview_flutter_android/webview_android_cookie_manager.dartthat declares support for platforms:Android.
30/50 points: code has no errors, warnings, lints, or formatting issues
Found 97 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.14 | 9.0.0 | |
http |
^1.3.0 |
1.6.0 | 1.6.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.4 | 2.5.4 | |
url_launcher |
^6.3.1 |
6.3.2 | 6.3.2 | |
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.
Found 3 issues. Showing the first 2:
The constraint `^8.2.10` on fluttertoast does not support the stable version `9.0.0`.
Try running dart pub upgrade --major-versions fluttertoast to update the constraint.
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.
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.23.3, Flutter 3.38.4, Dart 3.10.3.
Check the analysis log for details.