bloom_mail 0.3.2 copy "bloom_mail: ^0.3.2" to clipboard
bloom_mail: ^0.3.2 copied to clipboard

Transactional email sending for Bloom server applications with swappable delivery backends.

135/ 160
pub points
364
downloads

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

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

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

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

Links in `README.md` should be secure. 7 links are insecure.

README.md:3:33

  ╷
3 │ <p>Provides a provider-agnostic <a href="file:///root/dev/Bloom/packages/bloom_mail/lib/src/message.dart"><code>BloomMailMessage</code></a> model, Django-inspired <a href="file:///root/dev/Bloom/packages/bloom_mail/lib/src/template.dart"><code>BloomMailTemplate</code></a> rendering engine, and swappable <a href="file:///root/dev/Bloom/packages/bloom_mail/lib/src/backend.dart"><code>BloomMailBackend</code></a> delivery adapters that integrate directly with <code>bloom_framework</code>'s dependency injection container.</p>
  │                                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  ╵

Use https URLs instead.

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

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

Detected license: MIT.

Failed report section
Provide documentation
10 / 20trigger folding of the section

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

98 out of 99 API elements (99.0 %) have documentation comments.

Some symbols that are missing documentation: bloom_mail.BloomTemplatedMessage.BloomTemplatedMessage.new.

Failed check 0/10 points: Package has an example

No example found.

See package layout guidelines on how to add 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:bloom_mail/bloom_mail.dart that imports:
  • package:bloom_mail/src/templated_message.dart that imports:
  • package:bloom_mail/src/template.dart that imports:
  • dart:io
Passed report section
Pass static analysis
50 / 50trigger folding of the section

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

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
bloom_server ^0.2.0 0.2.1 0.2.1
mailer ^6.1.2 6.6.0 7.2.0
meta ^1.15.0 1.19.0 1.19.0
Transitive dependencies
Package Constraint Compatible Latest Notes
async - 2.13.1 2.13.1
bloom_js_native - 0.3.7 0.3.7
bloom_seo - 0.2.0 0.2.0
clock - 1.1.3 1.1.3
collection - 1.19.1 1.19.1
crypto - 3.0.7 3.0.7
http - 1.6.0 1.6.0
http_parser - 4.1.2 4.1.2
intl - 0.20.3 0.20.3
logging - 1.3.0 1.3.0
mime - 2.1.0 2.1.0
path - 1.9.1 1.9.1
signals_core - 5.5.0 7.0.0
source_span - 1.10.2 1.10.2
string_scanner - 1.4.1 1.4.1
term_glyph - 1.2.2 1.2.2
typed_data - 1.4.0 1.4.0
web - 1.1.1 1.1.1

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

The constraint `^6.1.2` on mailer does not support the stable version `7.0.0`.

Try running dart pub upgrade --major-versions mailer 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.19, Dart 3.13.1.

Check the analysis log for details.

Weekly downloads

Display as:
By versions:
0
likes
135
points
364
downloads

Documentation

API reference

Publisher

unverified uploader

Weekly Downloads

Transactional email sending for Bloom server applications with swappable delivery backends.

Repository (GitHub)
View/report issues

Topics

#bloom #email #smtp

License

MIT (license)

Dependencies

bloom_server, mailer, meta

More

Packages that depend on bloom_mail