ews 1.2.7
ews: ^1.2.7 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 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
3840 out of 6455 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
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 18859 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
ERROR: The getter 'defaultInstance' isn't defined for the type 'XmlTransformer'.
lib/Xml/XmlWriter.dart:276:51
╷
276 │ _stack.last.attributes.add(XmlTransformer.defaultInstance.visit(value));
│ ^^^^^^^^^^^^^^^
╵
To reproduce make sure you are using the lints_core and run dart analyze lib/Xml/XmlWriter.dart
0/10 points: All of the package dependencies are supported in the latest version
Package | Constraint | Compatible | Latest | Notes |
---|---|---|---|---|
collection |
^1.15.0 |
1.19.1 | 1.19.1 | |
intl |
^0.17.0 |
0.17.0 | 0.20.2 | |
synchronized |
^3.0.0 |
3.3.1 | 3.3.1 | |
timezone |
^0.7.0 |
0.7.0 | 0.10.0 | |
xml |
^5.1.2 |
5.4.1 | 6.5.0 |
Transitive dependencies
Package | Constraint | Compatible | Latest | Notes |
---|---|---|---|---|
clock |
- | 1.1.2 | 1.1.2 | |
meta |
- | 1.16.0 | 1.16.0 | |
path |
- | 1.9.1 | 1.9.1 | |
petitparser |
- | 5.4.0 | 6.1.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.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 `^0.7.0` on timezone does not support the stable version `0.8.0`.
Try running dart pub upgrade --major-versions timezone
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.20
, Dart 3.7.2
.
Check the analysis log for details.