xapptor_business 0.0.3
xapptor_business: ^0.0.3 copied to clipboard
Module for business analytics and payment processing.
We analyzed this package 23 hours ago, and awarded it 80 pub points (of a possible 130):
0/10 points: Provide a valid pubspec.yaml
The package description is too short.
Add more detail to the description
field of pubspec.yaml
. Use 60 to 180 characters to describe the package, what it does, and its target use case.
5/5 points: Provide a valid README.md
5/5 points: Provide a valid CHANGELOG.md
0/10 points: Package has an example
No example found.
See package layout guidelines on how to add an example.
0/10 points: 20% or more of the public API has dartdoc comments
- 9 out of 154 API elements (5.8 %) 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.
20/20 points: Supports 1 of 6 possible platforms (iOS, Android, Web, Windows, MacOS, Linux)
- ✓ iOS
These platforms are not supported:
Package does not support platform `Android`.
Because:
package:xapptor_business/dispenser_details.dart
that imports:package:xapptor_ui/widgets/topbar.dart
that imports:package:xapptor_ui/widgets/webview/webview.dart
that imports:package:xapptor_ui/widgets/webview/webview_mobile.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 `Windows`.
Because:
package:xapptor_business/admin_analytics.dart
that imports:package:firebase_auth/firebase_auth.dart
that declares support for platforms:Android
,iOS
,macOS
,Web
.
Package does not support platform `Linux`.
Because:
package:xapptor_business/admin_analytics.dart
that imports:package:firebase_auth/firebase_auth.dart
that declares support for platforms:Android
,iOS
,macOS
,Web
.
Package does not support platform `macOS`.
Because:
package:xapptor_business/dispenser_details.dart
that imports:package:xapptor_ui/widgets/topbar.dart
that imports:package:xapptor_ui/widgets/webview/webview.dart
that imports:package:xapptor_ui/widgets/webview/webview_mobile.dart
that imports:package:webview_flutter/webview_flutter.dart
that declares support for platforms:Android
,iOS
.
Package not compatible with platform Web
Because:
package:xapptor_business/admin_analytics.dart
that imports:package:firebase_auth/firebase_auth.dart
that imports:package:firebase_auth_platform_interface/firebase_auth_platform_interface.dart
that imports:package:firebase_auth_platform_interface/src/platform_interface/platform_interface_firebase_auth.dart
that imports:package:firebase_auth_platform_interface/src/method_channel/method_channel_firebase_auth.dart
that imports:dart:io
These issues are present but do not affect the score, because they may not originate in your package:
Package does not support platform `iOS`.
Because:
package:xapptor_business/dispenser_details.dart
that imports:package:xapptor_ui/widgets/topbar.dart
that imports:package:xapptor_ui/widgets/webview/webview.dart
that imports:package:xapptor_ui/widgets/webview/webview_mobile.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
.
20/30 points: code has no errors, warnings, lints, or formatting issues
Found 359 issues. Showing the first 2:
INFO: Name non-constant identifiers using lowerCamelCase.
lib/admin_analytics.dart:19:19
╷
19 │ required this.text_color,
│ ^^^^^^^^^^
╵
To reproduce make sure you are using the lints_core and run flutter analyze lib/admin_analytics.dart
INFO: Name non-constant identifiers using lowerCamelCase.
lib/admin_analytics.dart:20:19
╷
20 │ required this.icon_color,
│ ^^^^^^^^^^
╵
To reproduce make sure you are using the lints_core and run flutter analyze lib/admin_analytics.dart
0/10 points: All of the package dependencies are supported in the latest version
Package | Constraint | Compatible | Latest |
---|---|---|---|
cloud_firestore | ^3.1.6 | 3.1.18 | 3.1.18 |
file_picker | ^4.2.1 | 4.6.1 | 4.6.1 |
firebase_auth | ^3.2.0 | 3.3.20 | 3.3.20 |
firebase_core | ^1.10.0 | 1.18.0 | 1.18.0 |
firebase_storage | ^10.1.0 | 10.2.18 | 10.2.18 |
fl_chart | ^0.40.2 | 0.40.6 | 0.55.0 |
flutter | flutter | 0.0.0 | 0.0.0 |
fluttericon | ^2.0.0 | 2.0.0 | 2.0.0 |
http | ^0.13.4 | 0.13.4 | 0.13.4 |
in_app_purchase | ^1.0.9 | 1.0.9 | 3.0.6 |
in_app_purchase_ios | ^0.1.4 | 0.1.4 | 0.2.0+1 |
intl | ^0.17.0 | 0.17.0 | 0.17.0 |
permission_handler | ^8.1.6 | 8.3.0 | 10.0.0 |
syncfusion_flutter_xlsio | ^19.4.42-beta | 19.4.56-beta | 20.1.61-beta |
universal_platform | ^1.0.0+1 | 1.0.0+1 | 1.0.0+1 |
url_launcher | ^6.0.12 | 6.1.4 | 6.1.4 |
uuid | ^3.0.4 | 3.0.6 | 3.0.6 |
xapptor_logic | ^0.0.3 | 0.0.3 | 0.0.3 |
xapptor_router | ^0.0.2 | 0.0.2 | 0.0.2 |
xapptor_translation | ^0.0.3 | 0.0.3 | 0.0.3 |
xapptor_ui | ^0.0.3 | 0.0.3 | 0.0.3 |
Transitive dependencies
To reproduce run dart pub outdated --no-dev-dependencies --up-to-date --no-dependency-overrides
.
Found 4 issues. Showing the first 2:
The constraint `^0.40.2` on fl_chart does not support the stable version `0.41.0`.
Try running dart pub upgrade --major-versions fl_chart
to update the constraint.
The constraint `^1.0.9` on in_app_purchase does not support the stable version `2.0.0`.
Try running dart pub upgrade --major-versions in_app_purchase
to update the constraint.
10/10 points: Package supports latest stable Dart and Flutter SDKs
20/20 points: Package and dependencies are fully migrated to null safety!
Analysed with Pana 0.21.13
, Flutter 3.0.3
, Dart 2.17.5
.