robylon_flutter_sdk 0.0.1-staging.1
robylon_flutter_sdk: ^0.0.1-staging.1 copied to clipboard
Flutter SDK for Robylon - same logic and functionality as robylon-react-native-sdk.
We analyzed this package 4 hours ago, and awarded it 110 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
31 out of 225 API elements (13.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.
To highlight public API members missing documentation consider enabling the public_member_api_docs lint.
Some symbols that are missing documentation: animations, animations.AnimationConfig, animations.AnimationConfig.AnimationConfig.new, animations.AnimationConfig.enterOpacityMs, animations.AnimationConfig.enterTransformMs.
10/10 points: Package has an example
10/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:robylon_flutter_sdk/robylon_flutter_sdk.dartthat declares support for platforms:Android,iOS.
Package does not support platform `Linux`.
Because:
package:robylon_flutter_sdk/robylon_flutter_sdk.dartthat declares support for platforms:Android,iOS.
Package does not support platform `macOS`.
Because:
package:robylon_flutter_sdk/robylon_flutter_sdk.dartthat declares support for platforms:Android,iOS.
Package does not support platform `Web`.
Because:
package:robylon_flutter_sdk/robylon_flutter_sdk.dartthat 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:robylon_flutter_sdk/robylon_flutter_sdk.dartthat imports:package:robylon_flutter_sdk/widgets/chatbot_sdk.dartthat imports:package:webview_flutter_wkwebview/webview_flutter_wkwebview.dartthat declares support for platforms:iOS,macOS.
Package does not support platform `iOS`.
Because:
package:robylon_flutter_sdk/robylon_flutter_sdk.dartthat imports:package:robylon_flutter_sdk/widgets/chatbot_sdk.dartthat imports:package:webview_flutter_android/webview_flutter_android.dartthat declares support for platforms:Android.
Swift Package Manager support:
Package does not support the Swift Package Manager on iOS
It does not contain ios/robylon_flutter_sdk/Package.swift.
Note: This iOS or macOS plugin does not support the Swift Package Manager, resulting in a partial score. See https://docs.flutter.dev/to/spm for details.
30/50 points: code has no errors, warnings, lints, or formatting issues
Found 8 issues. Showing the first 2:
WARNING: The value of the field '_isFirstLoad' isn't used.
lib/widgets/chatbot_sdk.dart:76:8
╷
76 │ bool _isFirstLoad = true;
│ ^^^^^^^^^^^^
╵
To reproduce make sure you are using the lints_core and run flutter analyze lib/widgets/chatbot_sdk.dart
INFO: Statements in an if should be enclosed in a block.
lib/utils/web_view_storage.dart:64:26
╷
64 │ if (e.value == null) parts.add('"${e.key}":null');
│ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
╵
To reproduce make sure you are using the lints_core and run flutter analyze lib/utils/web_view_storage.dart
0/10 points: All of the package dependencies are supported in the latest version
| Package | Constraint | Compatible | Latest | Notes |
|---|---|---|---|---|
file_selector |
^1.0.3 |
1.1.0 | 1.1.0 | |
http |
^1.2.0 |
1.6.0 | 1.6.0 | |
image_picker |
^1.1.2 |
1.2.1 | 1.2.1 | |
permission_handler |
^11.3.0 |
11.4.0 | 12.0.1 | |
plugin_platform_interface |
^2.0.2 |
2.1.8 | 2.1.8 | |
url_launcher |
^6.3.0 |
6.3.2 | 6.3.2 | |
webview_flutter |
^4.10.0 |
4.13.1 | 4.13.1 | |
webview_flutter_android |
^4.10.0 |
4.10.13 | 4.10.13 | |
webview_flutter_wkwebview |
^3.14.0 |
3.23.8 | 3.23.8 |
Transitive dependencies
To reproduce run dart pub outdated --no-dev-dependencies --up-to-date --no-dependency-overrides.
The constraint `^11.3.0` on permission_handler does not support the stable version `12.0.0`.
Try running dart pub upgrade --major-versions permission_handler 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.23.10, Flutter 3.41.2, Dart 3.11.0.
Check the analysis log for details.