lyon1mailclient 1.0.10 copy "lyon1mailclient: ^1.0.10" to clipboard
lyon1mailclient: ^1.0.10 copied to clipboard

A Dart library for interacting with Lyon 1 University's email system, providing functionality to fetch and manage email messages.

125/ 160
pub points
38
downloads

We analyzed this package 20 hours ago, and awarded it 125 pub points (of a possible 160):

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

Partially passed check 10/10 points: Provide a valid pubspec.yaml

Repository URL doesn't exist.

At the time of the analysis https://github.com/onyx-lyon1/onxy/tree/main/packages/lyon1mailclient was unreachable. Make sure that the website is reachable via HEAD requests.

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

Failed check 0/5 points: Provide a valid CHANGELOG.md

No `CHANGELOG.md` found.

Changelog entries help developers follow the progress of your package. Check out the Dart conventions for Maintaining a package changelog.

Failed check 0/10 points: Use an OSI-approved license

No license was recognized.

Consider using an OSI-approved license in the LICENSE file to make it more accessible to the community.

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

53 out of 142 API elements (37.3 %) have documentation comments.

Some symbols that are missing documentation: lyon1mailclient, lyon1mailclient.$ActionCopyWith, lyon1mailclient.$ActionListCopyWith, lyon1mailclient.$MailBoxCopyWith, lyon1mailclient.$MailBoxListCopyWith.

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:lyon1mailclient/lyon1mailclient.dart that imports:
  • package:lyon1mailclient/src/lyon1mailclient.dart that imports:
  • package:enough_mail/enough_mail.dart that imports:
  • package:enough_mail/smtp.dart that imports:
  • package:enough_mail/src/smtp/smtp_exception.dart that imports:
  • package:enough_mail/src/smtp/smtp_client.dart that imports:
  • package:enough_mail/src/private/util/client_base.dart that imports:
  • dart:io
Partially passed report section
Pass static analysis
40 / 50trigger folding of the section

Partially passed check 40/50 points: code has no errors, warnings, lints, or formatting issues

INFO: Missing type annotation.

lib/src/model/address.dart:9:7

  ╷
9 │   get email => _email;
  │       ^^^^^
  ╵

To reproduce make sure you are using the lints_core and run dart analyze lib/src/model/address.dart

INFO: Missing type annotation.

lib/src/model/address.dart:11:7

   ╷
11 │   get name => _name;
   │       ^^^^
   ╵

To reproduce make sure you are using the lints_core and run dart analyze lib/src/model/address.dart

Failed report section
Support up-to-date dependencies
30 / 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
collection ^1.19.0 1.19.1 1.19.1
copy_with_extension ^5.0.4 5.0.4 12.1.0
enough_mail ^2.1.2 2.1.7 2.1.7
enough_mail_html ^2.0.1 2.0.2 2.0.2
equatable ^2.0.5 2.0.8 2.0.8
hive ^2.2.3 2.2.3 2.2.3
requests_plus ^4.8.3 4.8.6 4.8.6
Transitive dependencies
Package Constraint Compatible Latest Notes
archive - 4.0.9 4.0.9
args - 2.7.0 2.7.0
asn1lib - 1.6.5 1.6.5
async - 2.13.0 2.13.0
basic_utils - 5.8.2 5.8.2
boolean_selector - 2.1.2 2.1.2
clock - 1.1.2 1.1.2
convert - 3.1.2 3.1.2
crypto - 3.0.7 3.0.7
csslib - 1.0.2 1.0.2
encrypter_plus - 5.1.0 5.1.0
enough_convert - 1.6.0 1.6.0
event_bus - 2.0.1 2.0.1
ffi - 2.2.0 2.2.0
hex - 0.2.0 0.2.0
html - 0.15.6 0.15.6
http - 1.6.0 1.6.0
http_parser - 4.1.2 4.1.2
image - 4.8.0 4.8.0
intl - 0.20.2 0.20.2
json_annotation - 4.11.0 4.11.0
logging - 1.3.0 1.3.0
matcher - 0.12.18 0.12.18
meta - 1.18.1 1.18.1
path - 1.9.1 1.9.1
petitparser - 7.0.2 7.0.2
pointycastle - 4.0.0 4.0.0
posix - 6.0.3 6.0.3
quiver - 3.2.2 3.2.2
source_span - 1.10.2 1.10.2
stack_trace - 1.12.1 1.12.1
stream_channel - 2.1.4 2.1.4
string_scanner - 1.4.1 1.4.1
synchronized - 3.4.0 3.4.0
term_glyph - 1.2.2 1.2.2
test_api - 0.7.9 0.7.9
typed_data - 1.4.0 1.4.0
web - 1.1.1 1.1.1
xml - 6.6.1 6.6.1

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

The constraint `^5.0.4` on copy_with_extension does not support the stable version `6.0.0`.

Try running dart pub upgrade --major-versions copy_with_extension to update the constraint.

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

Passed check 20/20 points: Compatible with dependency constraint lower bounds

pub downgrade does not expose any static analysis error.

Analyzed with Pana 0.23.10, Dart 3.11.0.

Check the analysis log for details.

Weekly downloads

Display as:
By versions:
1
likes
125
points
38
downloads

Publisher

unverified uploader

Weekly Downloads

A Dart library for interacting with Lyon 1 University's email system, providing functionality to fetch and manage email messages.

Repository (GitHub)

Documentation

API reference

License

unknown (license)

Dependencies

collection, copy_with_extension, enough_mail, enough_mail_html, equatable, hive, requests_plus

More

Packages that depend on lyon1mailclient