ews 2.2.0 copy "ews: ^2.2.0" to clipboard
ews: ^2.2.0 copied to clipboard

outdated

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

80/ 160
pub points
141
downloads

We analyzed this package 22 days ago, and awarded it 80 pub points (of a possible 160):

Passed report section
Follow Dart file conventions
30 / 30trigger folding of the section

Passed check 10/10 points: Provide a valid pubspec.yaml

Passed check 5/5 points: Provide a valid README.md

Passed check 5/5 points: Provide a valid CHANGELOG.md

Passed check 10/10 points: Use an OSI-approved license

Detected license: MIT.

Passed report section
Provide documentation
20 / 20trigger folding of the section

Passed check 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.

Passed check 10/10 points: Package has an example

Passed report section
Platform support
20 / 20trigger folding of the section

Passed check 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 report section
Pass static analysis
0 / 50trigger folding of the section

Failed check 0/50 points: code has no errors, warnings, lints, or formatting issues

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

Failed report section
Support up-to-date dependencies
10 / 40trigger folding of the section

Failed check 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.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.20.2
synchronized ^3.0.0 3.4.0 3.4.0
timezone ^0.9.0 0.9.4 0.10.1
uuid ^3.0.5 3.0.7 4.5.2
xml ^6.1.0 6.6.1 6.6.1
Transitive dependencies
Package Constraint Compatible Latest Notes
clock - 1.1.2 1.1.2
crypto - 3.0.7 3.0.7
meta - 1.17.0 1.17.0
path - 1.9.1 1.9.1
petitparser - 7.0.1 7.0.1
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.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.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.

Passed check 10/10 points: Package supports latest stable Dart and Flutter SDKs

Failed check 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.

Weekly downloads

Display as:
By versions:
13
likes
80
points
141
downloads

Publisher

verified publisherglynskyi.com

Weekly Downloads

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