cib_claims_sdk 0.0.10 cib_claims_sdk: ^0.0.10 copied to clipboard
A Flutter package for providing advanced location services and integration with third-party APIs for wellness applications.
We analyzed this package 2 days ago, and awarded it 120 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
10/10 points: Use an OSI-approved license
Detected license: MIT
.
0/10 points: 20% or more of the public API has dartdoc comments
1 out of 6 API elements (16.7 %) 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: wellness_sdk
, wellness_sdk.ChoiceClaimsHome
, wellness_sdk.ChoiceClaimsHome.ChoiceClaimsHome
, wellness_sdk.ChoiceClaimsHome.CurrentToken
, wellness_sdk.ChoiceClaimsHome.navFlag
.
0/10 points: Package has an example
No example found.
See package layout guidelines on how to add an example.
20/20 points: Supports 5 of 6 possible platforms (iOS, Android, Web, Windows, macOS, Linux)
-
✓ Android
-
✓ iOS
-
✓ Windows
-
✓ Linux
-
✓ macOS
These platforms are not supported:
Package not compatible with platform Web
Because:
package:cib_claims_sdk/cib_claims_sdk.dart
that imports:package:sizer/sizer.dart
that imports:package:universal_io/io.dart
that imports:package:universal_io/src/_exports_in_browser.dart
that imports:package:universal_io/src/internet_address.dart
that imports:dart:io
0/0 points: WASM compatibility
Package not compatible with runtime wasm
Because:
package:cib_claims_sdk/cib_claims_sdk.dart
that imports:package:sizer/sizer.dart
that imports:package:universal_io/io.dart
that imports:package:universal_io/src/_exports_in_vm.dart
that imports:package:universal_io/src/new_universal_http_client.dart
that imports:package:universal_io/src/_helpers.dart
that imports:package:universal_io/src/_helpers_impl_elsewhere.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.
40/50 points: code has no errors, warnings, lints, or formatting issues
Found 5 issues. Showing the first 2:
INFO: The variable name 'CurrentToken' isn't a lowerCamelCase identifier.
lib/cib_claims_sdk.dart:11:9
╷
11 │ final CurrentToken;
│ ^^^^^^^^^^^^
╵
To reproduce make sure you are using the lints_core and run flutter analyze lib/cib_claims_sdk.dart
INFO: An uninitialized field should have an explicit type annotation.
lib/cib_claims_sdk.dart:11:9
╷
11 │ final CurrentToken;
│ ^^^^^^^^^^^^
╵
To reproduce make sure you are using the lints_core and run flutter analyze lib/cib_claims_sdk.dart
0/10 points: All of the package dependencies are supported in the latest version
Package | Constraint | Compatible | Latest |
---|---|---|---|
carousel_slider |
^4.2.1 |
4.2.1 | 5.0.0 |
cupertino_icons |
^1.0.6 |
1.0.8 | 1.0.8 |
file_picker |
^5.2.10 |
5.5.0 | 8.1.7 |
flutter |
flutter |
0.0.0 | 0.0.0 |
flutter_dash |
^1.0.0 |
1.0.0 | 1.0.0 |
flutter_expanded_tile |
^0.3.7 |
0.3.7 | 0.4.0 |
flutter_image_compress |
^2.3.0 |
2.3.0 | 2.3.0 |
flutter_inappwebview |
^5.6.0 |
5.8.0 | 6.1.5 |
flutter_pannable_rating_bar |
^2.7.2+1 |
2.7.2+1 | 2.7.2+1 |
flutter_svg |
^1.1.6 |
1.1.6 | 2.0.16 |
flutter_widget_from_html |
^0.9.1 |
0.9.1 | 0.15.3 |
fluttertoast |
^8.2.4 |
8.2.10 | 8.2.10 |
geocoding |
^2.1.0 |
2.2.2 | 3.0.0 |
geolocator |
^9.0.2 |
9.0.2 | 13.0.2 |
get |
^4.6.5 |
4.6.6 | 4.6.6 |
google_fonts |
^4.0.4 |
4.0.4 | 6.2.1 |
google_maps_flutter |
^2.3.0 |
2.10.0 | 2.10.0 |
http |
^0.13.6 |
0.13.6 | 1.2.2 |
image |
^4.2.0 |
4.3.0 | 4.5.2 |
image_picker |
^1.0.4 |
1.1.2 | 1.1.2 |
intl |
^0.18.1 |
0.18.1 | 0.20.1 |
loading_animation_widget |
^1.2.1 |
1.3.0 | 1.3.0 |
location |
^5.0.3 |
5.0.3 | 7.0.1 |
lottie |
^2.3.2 |
2.7.0 | 3.3.0 |
mailer |
^6.2.0 |
6.3.0 | 6.3.0 |
permission_handler |
^10.4.5 |
10.4.5 | 11.3.1 |
razorpay_flutter |
^1.3.7 |
1.3.7 | 1.3.7 |
shared_preferences |
^2.2.2 |
2.3.4 | 2.3.4 |
sizer |
^2.0.15 |
2.0.15 | 3.0.5 |
skeleton_loader |
^2.0.0+4 |
2.0.0+4 | 2.0.0+4 |
smooth_page_indicator |
^1.2.0+3 |
1.2.0+3 | 1.2.0+3 |
syncfusion_flutter_pdfviewer |
^20.3.46 |
20.4.54 | 28.1.36 |
Transitive dependencies
To reproduce run dart pub outdated --no-dev-dependencies --up-to-date --no-dependency-overrides
.
Found 16 issues. Showing the first 2:
The constraint `^4.2.1` on carousel_slider does not support the stable version `5.0.0`.
Try running dart pub upgrade --major-versions carousel_slider
to update the constraint.
The constraint `^5.2.10` on file_picker does not support the stable version `6.0.0`.
Try running dart pub upgrade --major-versions file_picker
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.17
, Flutter 3.27.0
, Dart 3.6.0
.
Check the analysis log for details.