ews 2.3.0 copy "ews: ^2.3.0" to clipboard
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.

12
likes
110/ 140
pub points
42%
popularity

We analyzed this package 29 hours ago, and awarded it 110 pub points (of a possible 140):

OK
Follow Dart file conventions
30 / 30trigger folding of the section

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.

OK
Provide documentation
20 / 20trigger folding of the section

10/10 points: 20% or more of the public API has dartdoc comments

3868 out of 6465 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

OK
Platform support
20 / 20trigger folding of the section

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
failed
Pass static analysis
30 / 50trigger folding of the section

30/50 points: code has no errors, warnings, lints, or formatting issues

Found 3973 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

failed
Support up-to-date dependencies
10 / 20trigger folding of the section

0/10 points: All of the package dependencies are supported in the latest version

Package Constraint Compatible Latest
async ^2.8.2 2.11.0 2.11.0
collection ^1.15.2 1.18.0 1.18.0
html_unescape ^2.0.0 2.0.0 2.0.0
intl ^0.18.1 0.18.1 0.19.0
synchronized ^3.0.0 3.1.0+1 3.1.0+1
timezone ^0.9.0 0.9.2 0.9.2
uuid ^3.0.5 3.0.7 4.4.0
xml ^6.3.0 6.5.0 6.5.0
Transitive dependencies
Package Constraint Compatible Latest
clock - 1.1.1 1.1.1
crypto - 3.0.3 3.0.3
meta - 1.14.0 1.14.0
path - 1.9.0 1.9.0
petitparser - 6.0.2 6.0.2
typed_data - 1.3.2 1.3.2

To reproduce run dart pub outdated --no-dev-dependencies --up-to-date --no-dependency-overrides.

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 `^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

Analyzed with Pana 0.22.3, Dart 3.3.3.

Check the analysis log for details.

12
likes
110
pub points
42%
popularity

Publisher

verified publisherglynskyi.com

A Dart client library to access Microsoft Exchange web services. The library works against Office 365 Exchange Online as well as on premises Exchange.

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (LICENSE)

Dependencies

async, collection, html_unescape, intl, synchronized, timezone, uuid, xml

More

Packages that depend on ews