fletwork 0.92.71
fletwork: ^0.92.71 copied to clipboard
Allows applications to easily communicate with `Antano Server` instances by handling connection logic.
We analyzed this package 34 hours ago, and awarded it 140 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: BSD-3-Clause
.
10/10 points: 20% or more of the public API has dartdoc comments
218 out of 303 API elements (71.9 %) have documentation comments.
Some symbols that are missing documentation: fletwork
, fletwork.Action.strVal
, fletwork.AntanoClient.appSecret
, fletwork.AntanoClient.autoLogin
, fletwork.Call
.
10/10 points: Package has an example
20/20 points: Supports 4 of 6 possible platforms (iOS, Android, Web, Windows, macOS, Linux)
-
✓ Android
-
✓ iOS
-
✓ macOS
-
✓ Web
These platforms are not supported:
Package does not support platform `Windows`.
Because:
package:fletwork/fletwork.dart
that declares support for platforms:Android
,iOS
,macOS
,Web
.
Package does not support platform `Linux`.
Because:
package:fletwork/fletwork.dart
that declares support for platforms:Android
,iOS
,macOS
,Web
.
These issues are present but do not affect the score, because they may not originate in your package:
Package does not support platform `macOS`.
Because:
package:fletwork/fletwork.dart
that imports:package:fletwork/src/antano_client.dart
that imports:package:permission_handler/permission_handler.dart
that declares support for platforms:Android
,iOS
,Windows
.
Package does not support platform `Web`.
Because:
package:fletwork/fletwork.dart
that imports:package:fletwork/src/antano_client.dart
that imports:package:permission_handler/permission_handler.dart
that declares support for platforms:Android
,iOS
,Windows
.
0/0 points: WASM compatibility
Package not compatible with runtime wasm
Because:
package:fletwork/fletwork.dart
that imports:package:fletwork/src/user/user.dart
that imports:package:fletwork/src/preferences.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.
0/0 points: Swift Package Manager support
Package does not support the Swift Package Manager on iOS
It does not contain ios/fletwork/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.
40/50 points: code has no errors, warnings, lints, or formatting issues
/tmp/pana_UMMQKG/lib/src/antano_client.dart doesn't match the Dart formatter.
To format your files run: dart format .
0/10 points: All of the package dependencies are supported in the latest version
Package | Constraint | Compatible | Latest | Notes |
---|---|---|---|---|
event_bus |
^2.0.0 |
2.0.1 | 2.0.1 | |
firebase_core |
^2.1.1 |
2.32.0 | 3.13.0 | |
firebase_messaging |
^14.0.3 |
14.9.4 | 15.2.5 | |
flutter_secure_storage |
^7.0.1 |
7.0.1 | 9.2.4 | |
http |
^0.13.5 |
0.13.6 | 1.3.0 | |
jose |
^0.3.2 |
0.3.4 | 0.3.4 | |
json_annotation |
^4.6.0 |
4.9.0 | 4.9.0 | |
logger |
^1.1.0 |
1.4.0 | 2.5.0 | |
msgpack_dart |
^1.0.0 |
1.0.1 | 1.0.1 | |
permission_handler |
^10.2.0 |
10.4.5 | 12.0.0+1 | |
recase |
^4.0.0 |
4.1.0 | 4.1.0 | |
shared_preferences |
^2.0.9 |
2.5.3 | 2.5.3 | |
universal_io |
^2.0.4 |
2.2.2 | 2.2.2 | |
uuid |
^3.0.5 |
3.0.7 | 4.5.1 | |
web_socket_channel |
^2.1.0 |
2.4.5 | 3.0.3 |
Transitive dependencies
To reproduce run dart pub outdated --no-dev-dependencies --up-to-date --no-dependency-overrides
.
Found 8 issues. Showing the first 2:
The constraint `^2.1.1` on firebase_core does not support the stable version `3.0.0`.
Try running dart pub upgrade --major-versions firebase_core
to update the constraint.
The constraint `^14.0.3` on firebase_messaging does not support the stable version `15.0.0`.
Try running dart pub upgrade --major-versions firebase_messaging
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.21
, Flutter 3.29.3
, Dart 3.7.2
.
Check the analysis log for details.