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 21 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.dartthat imports:package:ews/Sync/ItemChange.dartthat imports:package:ews/Sync/Change.dartthat imports:package:ews/Core/ServiceObjects/ServiceObject.dartthat imports:package:ews/Core/EwsUtilities.dartthat imports:package:timezone/standalone.dartthat imports:dart:isolate
0/50 points: code has no errors, warnings, lints, or formatting issues
Found 18876 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.4.0 | 3.4.0 | |
timezone |
^0.7.0 |
0.7.0 | 0.10.1 | |
xml |
^5.1.2 |
5.4.1 | 6.6.1 |
Transitive dependencies
| Package | Constraint | Compatible | Latest | Notes |
|---|---|---|---|---|
clock |
- | 1.1.2 | 1.1.2 | |
meta |
- | 1.17.0 | 1.17.0 | |
path |
- | 1.9.1 | 1.9.1 | |
petitparser |
- | 5.4.0 | 7.0.1 |
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.23.3, Dart 3.10.4.
Check the analysis log for details.