midtrans_helper 0.0.1+5
midtrans_helper: ^0.0.1+5 copied to clipboard
Midtrans Easy To Add
We analyzed this package 16 hours ago, and awarded it 80 pub points (of a possible 140):
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.
Homepage URL doesn't exist.
At the time of the analysis https://github.com/hunterscript/midtrans_helper_flutter
was unreachable. Make sure that the website is reachable via HEAD
requests.
5/5 points: Provide a valid README.md
5/5 points: Provide a valid CHANGELOG.md
10/10 points: Use an OSI-approved license
Detected license: MIT
.
0/10 points: Package has an example
No example found.
See package layout guidelines on how to add an example.
10/10 points: 20% or more of the public API has dartdoc comments
- 26 out of 85 API elements (30.6 %) have documentation comments.
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:midtrans_helper/midtrans_helper.dart
that imports:package:midtrans_helper/midtrans_pay.dart
that imports:package:request_api_helper/request_api_helper.dart
that imports:package:fluttertoast/fluttertoast.dart
that declares support for platforms:Android
,iOS
,Web
.
Package does not support platform `Linux`.
Because:
package:midtrans_helper/midtrans_helper.dart
that imports:package:midtrans_helper/midtrans_pay.dart
that imports:package:request_api_helper/request_api_helper.dart
that imports:package:fluttertoast/fluttertoast.dart
that declares support for platforms:Android
,iOS
,Web
.
Package does not support platform `macOS`.
Because:
package:midtrans_helper/midtrans_helper.dart
that imports:package:midtrans_helper/midtrans_pay.dart
that imports:package:request_api_helper/request_api_helper.dart
that imports:package:fluttertoast/fluttertoast.dart
that declares support for platforms:Android
,iOS
,Web
.
Package does not support platform `Web`.
Because:
package:midtrans_helper/midtrans_helper.dart
that imports:package:midtrans_helper/midtrans_pay.dart
that imports:package:midtrans_helper/qr_code.dart
that imports:package:cached_network_image/cached_network_image.dart
that imports:package:cached_network_image/src/image_provider/cached_network_image_provider.dart
that imports:package:cached_network_image/src/image_provider/_image_provider_web.dart
that imports:package:flutter_cache_manager/flutter_cache_manager.dart
that imports:package:flutter_cache_manager/src/storage/cache_info_repositories/cache_info_repositories.dart
that imports:package:flutter_cache_manager/src/storage/cache_info_repositories/json_cache_info_repository.dart
that imports:package:path_provider/path_provider.dart
that declares support for platforms:Android
,iOS
,Windows
,Linux
,macOS
.
20/30 points: code has no errors, warnings, lints, or formatting issues
Found 16 issues. Showing the first 2:
INFO: Unused import: 'package:midtrans_helper/qr_code.dart'.
lib/midtrans_pay.dart:5:8
╷
5 │ import 'package:midtrans_helper/qr_code.dart';
│ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
╵
To reproduce make sure you are using the lints_core and run flutter analyze lib/midtrans_pay.dart
INFO: Unused import: 'package:cached_network_image/cached_network_image.dart'.
lib/midtrans_va.dart:1:8
╷
1 │ import 'package:cached_network_image/cached_network_image.dart';
│ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
╵
To reproduce make sure you are using the lints_core and run flutter analyze lib/midtrans_va.dart
0/10 points: All of the package dependencies are supported in the latest version
Package | Constraint | Compatible | Latest |
---|---|---|---|
cached_network_image | ^2.3.2+1 | 2.5.1 | 3.2.3 |
flutter | flutter | 0.0.0 | 0.0.0 |
intl | ^0.15.7 | 0.15.8 | 0.18.0 |
request_api_helper | ^2.2.3 | 2.2.6+10 | 4.0.5+1 |
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 `^2.3.2+1` on cached_network_image does not support the stable version `3.0.0`.
Try running dart pub upgrade --major-versions cached_network_image
to update the constraint.
The constraint `^0.15.7` on intl does not support the stable version `0.16.0`.
Try running dart pub upgrade --major-versions intl
to update the constraint.
10/10 points: Package supports latest stable Dart and Flutter SDKs
0/20 points: Package does not opt in to null safety.
Package language version (indicated by the sdk constraint `>=2.7.0 <3.0.0`) is less than 2.12.
Consider migrating.
Analysed with Pana 0.21.25
, Flutter 3.7.0
, Dart 2.19.0
.