jas_utils 1.0.0-dev.2
jas_utils: ^1.0.0-dev.2 copied to clipboard
Utils for jack a service projects
We analyzed this package 9 hours ago, and awarded it 90 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
10/10 points: Package has an example
0/10 points: 20% or more of the public API has dartdoc comments
- 107 out of 2424 API elements (4.4 %) 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 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:jas_utils/jas_utils.dart
that imports:package:jas_utils/src/ui/web_elements/text.dart
that imports:package:flutter_html/flutter_html.dart
that imports:package:flutter_html/src/replaced_element.dart
that imports:package:video_player/video_player.dart
that declares support for platforms:Android
,iOS
,Web
.
Package does not support platform `Linux`.
Because:
package:jas_utils/jas_utils.dart
that imports:package:jas_utils/src/ui/web_elements/text.dart
that imports:package:flutter_html/flutter_html.dart
that imports:package:flutter_html/src/replaced_element.dart
that imports:package:video_player/video_player.dart
that declares support for platforms:Android
,iOS
,Web
.
Package does not support platform `macOS`.
Because:
package:jas_utils/jas_utils.dart
that imports:package:jas_utils/src/ui/web_elements/text.dart
that imports:package:flutter_html/flutter_html.dart
that imports:package:flutter_html/src/replaced_element.dart
that imports:package:video_player/video_player.dart
that declares support for platforms:Android
,iOS
,Web
.
Package does not support platform `Web`.
Because:
package:jas_utils/jas_utils.dart
that imports:package:jas_utils/src/ui/web_elements/text.dart
that imports:package:flutter_html/flutter_html.dart
that imports:package:flutter_html/src/replaced_element.dart
that imports:package:chewie/chewie.dart
that imports:package:chewie/src/material/material_controls.dart
that imports:package:chewie/src/chewie_player.dart
that imports:package:wakelock/wakelock.dart
that imports:package:wakelock_macos/wakelock_macos.dart
that declares support for platforms: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:jas_utils/jas_utils.dart
that imports:package:jas_utils/src/ui/web_elements/text.dart
that imports:package:flutter_html/flutter_html.dart
that imports:package:flutter_html/src/replaced_element.dart
that imports:package:flutter_html/src/widgets/iframe_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 `iOS`.
Because:
package:jas_utils/jas_utils.dart
that imports:package:jas_utils/src/ui/web_elements/text.dart
that imports:package:flutter_html/flutter_html.dart
that imports:package:flutter_html/src/replaced_element.dart
that imports:package:flutter_html/src/widgets/iframe_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 179 issues. Showing the first 2:
INFO: Duplicate import.
lib/src/model/address.dart:6:8
╷
6 │ import 'package:geolocator/geolocator.dart';
│ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
╵
To reproduce make sure you are using the lints_core and run flutter analyze lib/src/model/address.dart
INFO: The import of 'db_transfer.dart' is unnecessary because all of the used elements are also provided by the import of '../../jas_utils.dart'.
lib/src/model/app_settings.dart:10:8
╷
10 │ import 'db_transfer.dart';
│ ^^^^^^^^^^^^^^^^^^
╵
To reproduce make sure you are using the lints_core and run flutter analyze lib/src/model/app_settings.dart
0/10 points: All of the package dependencies are supported in the latest version
Package | Constraint | Compatible | Latest |
---|---|---|---|
archive | ^3.1.6 | 3.3.1 | 3.3.1 |
cached_network_image | ^3.1.0 | 3.2.1 | 3.2.1 |
cloud_firestore | ^3.1.1 | 3.2.0 | 3.4.5 |
csv | ^5.0.0 | 5.0.1 | 5.0.1 |
firebase_auth | ^3.2.0 | 3.4.0 | 3.6.4 |
firebase_core | ^1.10.0 | 1.19.0 | 1.21.0 |
firebase_messaging | ^11.2.5 | 11.4.3 | 12.0.3 |
firebase_storage | ^10.1.0 | 10.3.0 | 10.3.6 |
flutter | flutter | 0.0.0 | 0.0.0 |
flutter_app_badger | ^1.3.0 | 1.4.0 | 1.4.0 |
flutter_facebook_auth | ^3.5.6 | 3.5.7 | 4.4.1 |
flutter_html | ^2.2.1 | 2.2.1 | 2.2.1 |
flutter_paystack | ^1.0.5+1 | 1.0.5+1 | 1.0.5+1 |
flutter_stripe | ^2.0.1 | 2.5.0 | 4.0.0 |
geolocator | ^8.0.1 | 8.2.1 | 9.0.1 |
google_maps_flutter | ^2.0.3 | 2.1.12 | 2.1.12 |
google_maps_webservice | ^0.0.20-nullsafety.5 | 0.0.20-nullsafety.5 | 0.0.20-nullsafety.5 |
google_sign_in | ^5.2.1 | 5.4.1 | 5.4.1 |
google_sign_in_web | ^0.10.0+3 | 0.10.2 | 0.10.2 |
http | ^0.13.4 | 0.13.5 | 0.13.5 |
http_auth | ^1.0.1 | 1.0.1 | 1.0.1 |
intl | ^0.17.0 | 0.17.0 | 0.17.0 |
js | ^0.6.3 | 0.6.4 | 0.6.4 |
maps_toolkit | ^2.0.0 | 2.0.1 | 2.0.1 |
path_provider | ^2.0.7 | 2.0.11 | 2.0.11 |
pdf | ^3.6.4 | 3.6.4 | 3.8.2 |
qr_flutter | ^4.0.0 | 4.0.0 | 4.0.0 |
razorpay_flutter_31 | ^1.2.8 | 1.3.2 | 1.3.2 |
sign_in_with_apple | ^3.0.0 | 3.3.0 | 4.1.0 |
timeago | ^3.1.0 | 3.3.0 | 3.3.0 |
universal_html | ^2.0.8 | 2.0.8 | 2.0.8 |
url_launcher | ^6.0.13 | 6.1.5 | 6.1.5 |
uuid | ^3.0.5 | 3.0.6 | 3.0.6 |
webview_flutter | ^2.3.0 | 2.8.0 | 3.0.4 |
Transitive dependencies
To reproduce run dart pub outdated --no-dev-dependencies --up-to-date --no-dependency-overrides
.
Found 6 issues. Showing the first 2:
The constraint `^11.2.5` on firebase_messaging does not support the stable version `12.0.0`.
Try running dart pub upgrade --major-versions firebase_messaging
to update the constraint.
The constraint `^3.5.6` on flutter_facebook_auth does not support the stable version `4.0.0`.
Try running dart pub upgrade --major-versions flutter_facebook_auth
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.15
, Flutter 3.0.5
, Dart 2.17.6
.