talkplus_flutter_sdk 0.6.6 talkplus_flutter_sdk: ^0.6.6 copied to clipboard
TalkPlus Flutter SDK
We analyzed this package 32 hours ago, and awarded it 65 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 60 to 180 characters to describe the package, what it does, and its target use case.
0/5 points: Provide a valid README.md
`README.md` is empty.
The README.md
file should inform others about your project, what it does, and how they can use it. Check out the guidelines on Writing great package pages.
5/5 points: Provide a valid CHANGELOG.md
10/10 points: Use an OSI-approved license
Detected license: Apache-2.0
.
0/10 points: 20% or more of the public API has dartdoc comments
5 out of 313 API elements (1.6 %) 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: HttpUtil
, HttpUtil.HttpUtil
, HttpUtil.HttpUtil.HttpUtil
, HttpUtil.HttpUtil.delete
, HttpUtil.HttpUtil.get
.
10/10 points: Package has an example
0/20 points: Supports 0 of 6 possible platforms (iOS, Android, Web, Windows, macOS, Linux)
These platforms are not supported:
Package does not support platform `Android`.
Because:
package:talkplus_flutter_sdk/entity/TPEntity.dart
that declares support for platforms: .
Package does not support platform `iOS`.
Because:
package:talkplus_flutter_sdk/entity/TPEntity.dart
that declares support for platforms: .
Package does not support platform `Windows`.
Because:
package:talkplus_flutter_sdk/entity/TPEntity.dart
that declares support for platforms: .
Package does not support platform `Linux`.
Because:
package:talkplus_flutter_sdk/entity/TPEntity.dart
that declares support for platforms: .
Package does not support platform `macOS`.
Because:
package:talkplus_flutter_sdk/entity/TPEntity.dart
that declares support for platforms: .
Package does not support platform `Web`.
Because:
package:talkplus_flutter_sdk/entity/TPEntity.dart
that declares support for platforms: .
0/0 points: WASM compatibility
Package not compatible with runtime wasm
Because:
package:talkplus_flutter_sdk/entity/channel/TPChannel.dart
that imports:package:talkplus_flutter_sdk/talkplus_flutter.dart
that imports:package:talkplus_flutter_sdk/util/HttpUtil.dart
that imports:package:flutter_secure_storage/flutter_secure_storage.dart
that imports:package:flutter_secure_storage_platform_interface/flutter_secure_storage_platform_interface.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.
30/50 points: code has no errors, warnings, lints, or formatting issues
Found 26 issues. Showing the first 2:
WARNING: The left operand can't be null, so the right operand is never executed.
lib/talkplus_flutter.dart:472:47
╷
472 │ await HttpUtil.setSessionData(userId ?? "", sessionToken ?? "", sessionId ?? "");
│ ^^
╵
To reproduce make sure you are using the lints_core and run flutter analyze lib/talkplus_flutter.dart
WARNING: The left operand can't be null, so the right operand is never executed.
lib/talkplus_flutter.dart:472:67
╷
472 │ await HttpUtil.setSessionData(userId ?? "", sessionToken ?? "", sessionId ?? "");
│ ^^
╵
To reproduce make sure you are using the lints_core and run flutter analyze lib/talkplus_flutter.dart
0/10 points: All of the package dependencies are supported in the latest version
Package | Constraint | Compatible | Latest |
---|---|---|---|
dio |
^5.0.3 |
5.7.0 | 5.7.0 |
flutter |
flutter |
0.0.0 | 0.0.0 |
flutter_fgbg |
^0.6.0 |
0.6.0 | 0.6.0 |
flutter_secure_storage |
^9.2.2 |
9.2.2 | 9.2.2 |
plugin_platform_interface |
^2.0.2 |
2.1.8 | 2.1.8 |
shared_preferences |
^2.0.15 |
2.3.3 | 2.3.3 |
uuid |
^3.0.6 |
3.0.7 | 4.5.1 |
Transitive dependencies
To reproduce run dart pub outdated --no-dev-dependencies --up-to-date --no-dependency-overrides
.
The constraint `^3.0.6` on uuid does not support the stable version `4.0.0`.
Try running dart pub upgrade --major-versions uuid
to update the constraint.
10/10 points: Package supports latest stable Dart and Flutter SDKs
0/20 points: Compatible with dependency constraint lower bounds
downgrade analysis failed failed with 6 errors:
NON_TYPE_IN_CATCH_CLAUSE
-lib/util/HttpUtil.dart:123:10
- The name 'DioException' isn't a type and can't be used in an on-catch clause.NON_TYPE_IN_CATCH_CLAUSE
-lib/util/HttpUtil.dart:149:10
- The name 'DioException' isn't a type and can't be used in an on-catch clause.NON_TYPE_IN_CATCH_CLAUSE
-lib/util/HttpUtil.dart:177:10
- The name 'DioException' isn't a type and can't be used in an on-catch clause.
Run flutter pub downgrade
and then flutter analyze
to reproduce the above problem.
You may run dart pub upgrade --tighten
to update your dependency constraints, see dart.dev/go/downgrade-testing for details.
Analyzed with Pana 0.22.15
, Flutter 3.24.4
, Dart 3.5.4
.
Check the analysis log for details.