ews 2.2.0 ews: ^2.2.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 4 days ago, and awarded it 80 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 6463 API elements (59.8 %) 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
Unable to detect compatibility with runtime wasm
, and this package will not be rewarded full points in a future version of the scoring model.
See https://dart.dev/web/wasm for details.
0/50 points: code has no errors, warnings, lints, or formatting issues
Found 3960 issues. Showing the first 2:
ERROR: 'abstract mixin class Iterable
lib/Search/FindFoldersResults.dart:33:56
╷
33 │ class FindFoldersResults extends Iterable<Folder> with IterableMixin<Folder> {
│ ^^^^^^^^^^^^^^^^^^^^^
╵
To reproduce make sure you are using the lints_core and run dart analyze lib/Search/FindFoldersResults.dart
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
0/10 points: All of the package dependencies are supported in the latest version
Package | Constraint | Compatible | Latest |
---|---|---|---|
async |
^2.8.2 |
2.12.0 | 2.12.0 |
collection |
^1.15.0 |
1.19.1 | 1.19.1 |
html_unescape |
^2.0.0 |
2.0.0 | 2.0.0 |
intl |
^0.17.0 |
0.17.0 | 0.19.0 |
synchronized |
^3.0.0 |
3.3.0+3 | 3.3.0+3 |
timezone |
^0.9.0 |
0.9.4 | 0.9.4 |
uuid |
^3.0.5 |
3.0.7 | 4.5.1 |
xml |
^6.1.0 |
6.5.0 | 6.5.0 |
Transitive dependencies
Package | Constraint | Compatible | Latest |
---|---|---|---|
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.0.2 | 6.0.2 |
typed_data |
- | 1.4.0 | 1.4.0 |
To reproduce run dart pub outdated --no-dev-dependencies --up-to-date --no-dependency-overrides
.
The constraint `^0.17.0` on intl does not support the stable version `0.18.0`.
Try running dart pub upgrade --major-versions intl
to update the constraint.
The constraint `^3.0.5` 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 1 error:
IMPLEMENTS_SUPER_CLASS
-lib/Search/FindFoldersResults.dart:33:56
- 'abstract mixin class Iterable
Run dart pub downgrade
and then dart 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
, Dart 3.5.4
.
Check the analysis log for details.