bloom_mail 0.3.2
bloom_mail: ^0.3.2 copied to clipboard
Transactional email sending for Bloom server applications with swappable delivery backends.
We analyzed this package 10 days ago, and awarded it 135 pub points (of a possible 160):
10/10 points: Provide a valid pubspec.yaml
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.
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
98 out of 99 API elements (99.0 %) have documentation comments.
Some symbols that are missing documentation: bloom_mail.BloomTemplatedMessage.BloomTemplatedMessage.new.
0/10 points: Package has an example
No example found.
See package layout guidelines on how to add 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:bloom_mail/bloom_mail.dartthat imports:package:bloom_mail/src/templated_message.dartthat imports:package:bloom_mail/src/template.dartthat imports:dart:io
50/50 points: code has no errors, warnings, lints, or formatting issues
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.
10/10 points: Package supports latest stable Dart and Flutter SDKs
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.