partner_library_flutter 1.0.13
partner_library_flutter: ^1.0.13 copied to clipboard
Partner UI Integration Library for Flutter
We analyzed this package 15 hours ago, and awarded it 110 pub points (of a possible 160):
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 50 to 180 characters to describe the package, what it does, and its target use case.
Repository URL doesn't exist.
At the time of the analysis https://github.com/spense-fintech/partner-flutter-sdk
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: 20% or more of the public API has dartdoc comments
5 out of 33 API elements (15.2 %) 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: partner_library_flutter
, partner_library_flutter.DeepLinkHandler
, partner_library_flutter.DeepLinkHandler.DeepLinkHandler.new
, partner_library_flutter.DeepLinkHandler.context
, partner_library_flutter.DeepLinkHandler.extractLoadSlug
.
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:partner_library_flutter/partner_library_flutter.dart
that declares support for platforms:Android
,iOS
.
Package does not support platform `Linux`.
Because:
package:partner_library_flutter/partner_library_flutter.dart
that declares support for platforms:Android
,iOS
.
Package does not support platform `macOS`.
Because:
package:partner_library_flutter/partner_library_flutter.dart
that declares support for platforms:Android
,iOS
.
Package does not support platform `Web`.
Because:
package:partner_library_flutter/partner_library_flutter.dart
that 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:partner_library_flutter/partner_library_flutter.dart
that imports:package:partner_library_flutter/src/helper/Network/APICall.dart
that imports:package:partner_library_flutter/src/helper/Network/NetworkManager.dart
that imports:package:flutter_cookie_bridge/flutter_cookie_bridge.dart
that imports:package:flutter_cookie_bridge/web_view.dart
that imports:package:device_info_plus/device_info_plus.dart
that imports:package:device_info_plus/src/device_info_plus_windows.dart
that imports:package:win32_registry/win32_registry.dart
that declares support for platforms:Windows
.
Package does not support platform `iOS`.
Because:
package:partner_library_flutter/partner_library_flutter.dart
that imports:package:partner_library_flutter/src/helper/Network/APICall.dart
that imports:package:partner_library_flutter/src/helper/Network/NetworkManager.dart
that imports:package:flutter_cookie_bridge/flutter_cookie_bridge.dart
that imports:package:flutter_cookie_bridge/web_view.dart
that imports:package:device_info_plus/device_info_plus.dart
that imports:package:device_info_plus/src/device_info_plus_windows.dart
that imports:package:win32_registry/win32_registry.dart
that declares support for platforms:Windows
.
0/0 points: WASM compatibility
Package not compatible with runtime wasm
Because:
package:partner_library_flutter/partner_library_flutter.dart
that imports:package:partner_library_flutter/src/helper/Network/APICall.dart
that imports:package:partner_library_flutter/src/helper/Network/NetworkManager.dart
that imports:package:flutter_cookie_bridge/flutter_cookie_bridge.dart
that imports:package:flutter_cookie_bridge/session_manager.dart
that imports:package:flutter_inappwebview/flutter_inappwebview.dart
that imports:package:flutter_inappwebview/src/main.dart
that imports:package:flutter_inappwebview/src/webview_environment/main.dart
that imports:package:flutter_inappwebview/src/webview_environment/webview_environment.dart
that imports:package:flutter_inappwebview_platform_interface/flutter_inappwebview_platform_interface.dart
that imports:package:flutter_inappwebview_platform_interface/src/main.dart
that imports:package:flutter_inappwebview_platform_interface/src/in_app_localhost_server.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.cn/web/wasm for details.
0/0 points: Swift Package Manager support
Package does not support the Swift Package Manager on iOS
It does not contain ios/partner_library_flutter/Package.swift
.
This package for iOS or macOS does not support the Swift Package Manager. It will not receive full points in a future version of the scoring model.
See https://docs.flutter.dev/to/spm for details.
30/50 points: code has no errors, warnings, lints, or formatting issues
Found 1656 issues. Showing the first 2:
WARNING: The declaration '_createDeepLinkHandler' isn't referenced.
lib/partner_library_flutter.dart:89:19
╷
89 │ DeepLinkHandler _createDeepLinkHandler({
│ ^^^^^^^^^^^^^^^^^^^^^^
╵
To reproduce make sure you are using the lints_core and run flutter analyze lib/partner_library_flutter.dart
WARNING: The declaration '_isLoggedIn' isn't referenced.
lib/partner_library_flutter.dart:166:16
╷
166 │ Future<bool> _isLoggedIn(BuildContext context) async {
│ ^^^^^^^^^^^
╵
To reproduce make sure you are using the lints_core and run flutter analyze lib/partner_library_flutter.dart
0/10 points: All of the package dependencies are supported in the latest version
Package | Constraint | Compatible | Latest | Notes |
---|---|---|---|---|
android_id |
^0.4.0 |
0.4.0 | 0.4.0 | |
app_links |
^6.4.0 |
6.4.1 | 6.4.1 | |
crypto |
^3.0.6 |
3.0.6 | 3.0.6 | |
cryptography |
^2.7.0 |
2.7.0 | 2.7.0 | |
device_info_plus |
^11.2.2 |
11.5.0 | 12.1.0 | |
dio |
^5.7.0 |
5.9.0 | 5.9.0 | |
encrypt |
^5.0.3 |
5.0.3 | 5.0.3 | |
flutter_cookie_bridge |
1.1.169 |
1.1.169 | 1.1.169 | |
flutter_svg |
^2.0.17 |
2.2.1 | 2.2.1 | |
google_fonts |
^6.2.1 |
6.3.2 | 6.3.2 | |
package_info_plus |
^8.2.0 |
8.3.1 | 9.0.0 | |
path_provider |
^2.0.10 |
2.1.5 | 2.1.5 | |
permission_handler |
^11.0.0 |
11.4.0 | 12.0.1 | |
plugin_platform_interface |
^2.0.2 |
2.1.8 | 2.1.8 | |
pointycastle |
^3.1.1 |
3.9.1 | 4.0.0 | |
shared_preferences |
^2.2.2 |
2.5.3 | 2.5.3 | |
uuid |
^4.5.1 |
4.5.1 | 4.5.1 |
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 `^11.2.2` on device_info_plus does not support the stable version `12.0.0`.
Try running dart pub upgrade --major-versions device_info_plus
to update the constraint.
The constraint `^8.2.0` on package_info_plus does not support the stable version `9.0.0`.
Try running dart pub upgrade --major-versions package_info_plus
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.24
, Flutter 3.35.5
, Dart 3.9.2
.
Check the analysis log for details.