ews 2.3.0
ews: ^2.3.0 copied to clipboard
A Dart client library to access Microsoft Exchange web services. The library works against Office 365 Exchange Online as well as on premises Exchange.
We analyzed this package 18 days ago, and awarded it 130 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
.
10/10 points: 20% or more of the public API has dartdoc comments
3868 out of 6499 API elements (59.5 %) have documentation comments.
Some symbols that are missing documentation: AbsoluteDateTransition
, AbsoluteDayOfMonthTransition
, AbsoluteDayOfMonthTransition.AbsoluteDayOfMonthTransition.dayOfMonth
, AbsoluteMonthTransition
, AbsoluteMonthTransition.AbsoluteMonthTransition.month
.
10/10 points: Package has 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:ews/ews.dart
that imports:package:ews/Sync/ItemChange.dart
that imports:package:ews/Sync/Change.dart
that imports:package:ews/Core/ServiceObjects/ServiceObject.dart
that imports:package:ews/Core/EwsUtilities.dart
that imports:package:timezone/standalone.dart
that imports:dart:isolate
0/0 points: WASM compatibility
Package not compatible with runtime wasm
Because:
package:ews/ews.dart
that imports:package:ews/Sync/ItemChange.dart
that imports:package:ews/Sync/Change.dart
that imports:package:ews/Core/ServiceObjects/ServiceObject.dart
that imports:package:ews/Core/EwsUtilities.dart
that imports:package:timezone/standalone.dart
that imports:dart:isolate
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 18956 issues. Showing the first 2:
WARNING: The operand can't be 'null', so the condition is always 'true'.
lib/Autodiscover/AutodiscoverService.dart:347:23
╷
347 │ if (ex.Response != null) {
│ ^^^^^^^
╵
To reproduce make sure you are using the lints_core and run dart analyze lib/Autodiscover/AutodiscoverService.dart
WARNING: The operand can't be 'null', so the condition is always 'true'.
lib/Autodiscover/AutodiscoverService.dart:557:25
╷
557 │ if (ex.Response != null) {
│ ^^^^^^^
╵
To reproduce make sure you are using the lints_core and run dart analyze lib/Autodiscover/AutodiscoverService.dart
0/10 points: All of the package dependencies are supported in the latest version
Package | Constraint | Compatible | Latest | Notes |
---|---|---|---|---|
async |
^2.8.2 |
2.13.0 | 2.13.0 | |
collection |
^1.15.2 |
1.19.1 | 1.19.1 | |
html_unescape |
^2.0.0 |
2.0.0 | 2.0.0 | |
intl |
^0.18.1 |
0.18.1 | 0.20.2 | |
synchronized |
^3.0.0 |
3.3.1 | 3.3.1 | |
timezone |
^0.9.0 |
0.9.4 | 0.10.0 | |
uuid |
^3.0.5 |
3.0.7 | 4.5.1 | |
xml |
^6.3.0 |
6.5.0 | 6.5.0 |
Transitive dependencies
Package | Constraint | Compatible | Latest | Notes |
---|---|---|---|---|
clock |
- | 1.1.2 | 1.1.2 | |
crypto |
- | 3.0.6 | 3.0.6 | |
meta |
- | 1.16.0 | 1.16.0 | |
path |
- | 1.9.1 | 1.9.1 | |
petitparser |
- | 6.1.0 | 6.1.0 | |
typed_data |
- | 1.4.0 | 1.4.0 |
To reproduce run dart pub outdated --no-dev-dependencies --up-to-date --no-dependency-overrides
.
Found 3 issues. Showing the first 2:
The constraint `^0.18.1` on intl does not support the stable version `0.19.0`.
Try running dart pub upgrade --major-versions intl
to update the constraint.
The constraint `^0.9.0` on timezone does not support the stable version `0.10.0`.
Try running dart pub upgrade --major-versions timezone
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.20
, Dart 3.7.2
.
Check the analysis log for details.