enough_mail_flutter 1.4.0 copy "enough_mail_flutter: ^1.4.0" to clipboard
enough_mail_flutter: ^1.4.0 copied to clipboard

PlatformAndroidiOS
outdated

Widgets for email apps that use the `enough_mail` library. Licensed commercially friendly under MPL 2.0.

5
likes
140/ 160
pub points
251
downloads

We analyzed this package 29 hours ago, and awarded it 140 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: MPL-2.0.

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

1945 out of 3143 API elements (61.9 %) have documentation comments.

Some symbols that are missing documentation: enough_mail_flutter.ASN1DERDecoder, enough_mail_flutter.ASN1DERDecoder.ASN1DERDecoder.new, enough_mail_flutter.ASN1DERDecoder.decode, enough_mail_flutter.ASN1DERDecoder.getContentLength, enough_mail_flutter.ASN1DERDecoder.loadSubContent.

Passed check 10/10 points: Package has an example

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

Passed check 20/20 points: Supports 2 of 6 possible platforms (iOS, Android, Web, Windows, macOS, Linux)

  • ✓ Android

  • ✓ iOS

These platforms are not supported:

Package does not support platform `Windows`.

Because:

  • package:enough_mail_flutter/enough_mail_flutter.dart that imports:
  • package:enough_media/enough_media.dart that imports:
  • package:chewie_audio/chewie_audio.dart that imports:
  • package:chewie_audio/src/material/material_controls.dart that imports:
  • package:video_player/video_player.dart that declares support for platforms: Android, iOS, macOS, Web.
Package does not support platform `Linux`.

Because:

  • package:enough_mail_flutter/enough_mail_flutter.dart that imports:
  • package:enough_media/enough_media.dart that imports:
  • package:chewie_audio/chewie_audio.dart that imports:
  • package:chewie_audio/src/material/material_controls.dart that imports:
  • package:video_player/video_player.dart that declares support for platforms: Android, iOS, macOS, Web.
Package does not support platform `macOS`.

Because:

  • package:enough_mail_flutter/enough_mail_flutter.dart that imports:
  • package:enough_media/enough_media.dart that imports:
  • package:chewie/chewie.dart that imports:
  • package:chewie/src/material/material_desktop_controls.dart that imports:
  • package:chewie/src/chewie_player.dart that imports:
  • package:wakelock/wakelock.dart that imports:
  • package:wakelock_windows/wakelock_windows.dart that imports:
  • package:win32/win32.dart that declares support for platforms: Windows.
Package does not support platform `Web`.

Because:

  • package:enough_mail_flutter/enough_mail_flutter.dart that imports:
  • package:enough_media/enough_media.dart that imports:
  • package:chewie/chewie.dart that imports:
  • package:chewie/src/material/material_desktop_controls.dart that imports:
  • package:chewie/src/chewie_player.dart that imports:
  • package:wakelock/wakelock.dart that imports:
  • package:wakelock_macos/wakelock_macos.dart that declares support for platforms: macOS.

These issues are present but do not affect the score, because they may not originate in your package:

Package does not support platform `Android`.

Because:

  • package:enough_mail_flutter/enough_mail_flutter.dart that imports:
  • package:enough_media/enough_media.dart that imports:
  • package:chewie/chewie.dart that imports:
  • package:chewie/src/material/material_desktop_controls.dart that imports:
  • package:chewie/src/chewie_player.dart that imports:
  • package:wakelock/wakelock.dart that imports:
  • package:wakelock_macos/wakelock_macos.dart that declares support for platforms: macOS.
Package does not support platform `iOS`.

Because:

  • package:enough_mail_flutter/enough_mail_flutter.dart that imports:
  • package:enough_media/enough_media.dart that imports:
  • package:chewie/chewie.dart that imports:
  • package:chewie/src/material/material_desktop_controls.dart that imports:
  • package:chewie/src/chewie_player.dart that imports:
  • package:wakelock/wakelock.dart that imports:
  • package:wakelock_macos/wakelock_macos.dart that declares support for platforms: macOS.

Failed check 0/0 points: WASM compatibility

Package not compatible with runtime wasm

Because:

  • package:enough_mail_flutter/enough_mail_flutter.dart that imports:
  • package:enough_media/enough_media.dart that imports:
  • package:chewie_audio/chewie_audio.dart that imports:
  • package:chewie_audio/src/material/material_controls.dart that imports:
  • package:video_player/video_player.dart that imports:
  • dart:io

This package is not compatible with runtime wasm, and will not be rewarded full points in a future version of the scoring model.

See https://dart.dev/web/wasm for details.

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

Found 15 issues. Showing the first 2:

INFO: The import of 'package:enough_media/enough_media.dart' is unnecessary because all of the used elements are also provided by the import of 'package:enough_mail_flutter/enough_mail_flutter.dart'.

lib/src/mime_message_downloader.dart:3:8

  ╷
3 │ import 'package:enough_media/enough_media.dart';
  │        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  ╵

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

INFO: The import of 'package:flutter/widgets.dart' is unnecessary because all of the used elements are also provided by the import of 'package:flutter/material.dart'.

lib/src/mime_message_downloader.dart:5:8

  ╷
5 │ import 'package:flutter/widgets.dart';
  │        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  ╵

To reproduce make sure you are using the lints_core and run flutter analyze lib/src/mime_message_downloader.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
enough_mail >=1.3.6 <3.0.0 1.3.6 2.1.6
enough_mail_html ^1.3.0 1.3.0 2.0.1
enough_media ^2.1.0 2.2.0 2.3.1
flutter_inappwebview ^5.3.2 5.8.0 6.1.5
url_launcher ^6.0.6 6.3.1 6.3.1
Transitive dependencies
Package Constraint Compatible Latest Notes
archive - 3.6.1 4.0.6
args - 2.7.0 2.7.0
asn1lib - 1.6.3 1.6.3
async - 2.13.0 2.13.0
basic_utils - 3.9.4 5.8.2
characters - 1.4.0 1.4.0
chewie - 1.5.0 1.11.3
chewie_audio - 1.5.0 1.5.0
clock - 1.1.2 1.1.2
collection - 1.19.1 1.19.1
convert - 3.1.2 3.1.2
crypto - 3.0.6 3.0.6
csslib - 1.0.2 1.0.2
cupertino_icons - 1.0.8 1.0.8
device_info_plus - 3.2.4 11.3.3
device_info_plus_linux - 2.1.1 5.0.0 Discontinued
device_info_plus_macos - 2.2.3 5.0.0 Discontinued
device_info_plus_platform_interface - 2.6.1 7.0.2
device_info_plus_web - 2.1.0 5.0.0 Discontinued
device_info_plus_windows - 2.1.1 6.0.0 Discontinued
encrypt - 5.0.3 5.0.3
enough_convert - 1.6.0 1.6.0
enough_serialization - 1.4.0 1.4.0
event_bus - 2.0.1 2.0.1
extension - 0.2.0 0.6.0
ffi - 1.2.1 2.1.4
file - 6.1.4 7.0.1
html - 0.15.5+1 0.15.5+1
http - 0.13.6 1.3.0
http_parser - 4.1.2 4.1.2
image - 3.1.3 4.5.4
intl - 0.17.0 0.20.2
js - 0.6.7 0.7.2 Discontinued
json_annotation - 4.9.0 4.9.0
logging - 1.3.0 1.3.0
material_color_utilities - 0.11.1 0.12.0
meta - 1.16.0 1.16.0
nested - 1.0.0 1.0.0
path - 1.9.1 1.9.1
path_provider - 2.0.15 2.1.5
path_provider_android - 2.2.17 2.2.17
path_provider_foundation - 2.4.1 2.4.1
path_provider_linux - 2.2.1 2.2.1
path_provider_platform_interface - 2.1.2 2.1.2
path_provider_windows - 2.0.7 2.3.0
pdfx - 2.0.1+2 2.9.0
pedantic - 1.11.1 1.11.1 Discontinued
petitparser - 5.4.0 6.1.0
photo_view - 0.13.0 0.15.0
platform - 3.1.6 3.1.6
plugin_platform_interface - 2.1.8 2.1.8
pointycastle - 3.9.1 4.0.0
provider - 6.1.4 6.1.4
source_span - 1.10.1 1.10.1
string_scanner - 1.4.1 1.4.1
synchronized - 3.3.1 3.3.1
term_glyph - 1.2.2 1.2.2
typed_data - 1.4.0 1.4.0
universal_platform - 1.1.0 1.1.0
url_launcher_android - 6.3.16 6.3.16
url_launcher_ios - 6.3.3 6.3.3
url_launcher_linux - 3.2.1 3.2.1
url_launcher_macos - 3.2.2 3.2.2
url_launcher_platform_interface - 2.3.2 2.3.2
url_launcher_web - 2.4.0 2.4.0
url_launcher_windows - 3.1.4 3.1.4
uuid - 3.0.7 4.5.1
vector_math - 2.1.4 2.1.5
video_player - 2.9.5 2.9.5
video_player_android - 2.8.2 2.8.2
video_player_avfoundation - 2.7.1 2.7.1
video_player_platform_interface - 6.3.0 6.3.0
video_player_web - 2.3.4 2.3.4
wakelock - 0.6.2 0.6.2 Discontinued
wakelock_macos - 0.4.0 0.4.0
wakelock_platform_interface - 0.3.0 0.3.0
wakelock_web - 0.4.0 0.4.0
wakelock_windows - 0.2.0 0.2.1
web - 1.1.1 1.1.1
win32 - 2.6.1 5.12.0
xdg_directories - 1.1.0 1.1.0
xml - 5.4.1 6.5.0

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

The constraint `^1.3.0` on enough_mail_html does not support the stable version `2.0.0`.

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

The constraint `^5.3.2` on flutter_inappwebview does not support the stable version `6.0.0`.

Try running dart pub upgrade --major-versions flutter_inappwebview 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.22.20, Flutter 3.29.2, Dart 3.7.2.

Check the analysis log for details.

Weekly downloads

Display as:
By versions:
5
likes
140
points
251
downloads

Publisher

verified publisherenough.de

Weekly Downloads

Widgets for email apps that use the `enough_mail` library. Licensed commercially friendly under MPL 2.0.

Repository (GitHub)

Documentation

API reference

License

MPL-2.0 (license)

Dependencies

enough_mail, enough_mail_html, enough_media, flutter, flutter_inappwebview, url_launcher

More

Packages that depend on enough_mail_flutter