2026-04-16 07:35:56 +02:00
|
|
|
name: sharedinbox
|
|
|
|
|
description: IMAP email client for Android, iOS, and Desktop.
|
|
|
|
|
publish_to: none
|
2026-05-10 11:56:40 +02:00
|
|
|
version: 0.1.1
|
2026-04-16 07:35:56 +02:00
|
|
|
|
|
|
|
|
environment:
|
|
|
|
|
sdk: '>=3.3.0 <4.0.0'
|
|
|
|
|
flutter: '>=3.22.0'
|
|
|
|
|
|
|
|
|
|
dependencies:
|
|
|
|
|
flutter:
|
|
|
|
|
sdk: flutter
|
|
|
|
|
|
2026-04-25 07:12:43 +02:00
|
|
|
# Not used directly, but required to silence Flutter's "missing CupertinoIcons font" build warning.
|
|
|
|
|
cupertino_icons: ^1.0.8
|
|
|
|
|
|
2026-04-16 09:38:46 +02:00
|
|
|
enough_mail: ^2.1.7
|
2026-04-18 15:13:47 +02:00
|
|
|
http: ^1.2.0
|
2026-04-16 07:35:56 +02:00
|
|
|
|
|
|
|
|
# Local persistence (offline-first)
|
|
|
|
|
drift: ^2.20.3
|
2026-05-23 14:58:54 +02:00
|
|
|
sqlite3_flutter_libs: ^0.6.0+eol
|
2026-04-16 07:35:56 +02:00
|
|
|
path_provider: ^2.1.5
|
|
|
|
|
path: ^1.9.1
|
|
|
|
|
|
|
|
|
|
# State management
|
2026-05-23 19:50:11 +02:00
|
|
|
flutter_riverpod: ^3.0.0
|
2026-04-16 07:35:56 +02:00
|
|
|
|
|
|
|
|
# Navigation
|
2026-05-23 14:58:54 +02:00
|
|
|
go_router: ^17.2.3
|
2026-04-16 07:35:56 +02:00
|
|
|
|
2026-04-16 07:40:34 +02:00
|
|
|
# Secure credential storage (passwords)
|
2026-04-17 22:20:10 +02:00
|
|
|
flutter_secure_storage: ^10.0.0
|
2026-04-16 07:40:34 +02:00
|
|
|
|
2026-04-16 08:11:29 +02:00
|
|
|
# Date formatting
|
2026-06-01 21:47:50 +02:00
|
|
|
intl: ^0.20.2
|
2026-04-16 07:35:56 +02:00
|
|
|
|
2026-04-18 17:04:25 +02:00
|
|
|
# File picking (compose attachments) and opening downloaded attachments
|
2026-05-23 14:58:54 +02:00
|
|
|
file_picker: ^12.0.0-beta.4
|
2026-04-22 10:52:45 +02:00
|
|
|
open_filex: ^4.6.0
|
2026-04-22 10:47:11 +02:00
|
|
|
mime: ^2.0.0
|
2026-04-18 17:04:25 +02:00
|
|
|
|
2026-05-15 16:53:36 +02:00
|
|
|
# QR code generation for account sharing
|
|
|
|
|
qr_flutter: ^4.1.0
|
|
|
|
|
|
2026-05-16 01:19:01 +02:00
|
|
|
# Public-key encryption for secure account sharing (ECIES: X25519 + AES-256-GCM)
|
|
|
|
|
cryptography: ^2.7.0
|
|
|
|
|
|
|
|
|
|
# QR code scanning (camera) for secure account import
|
2026-05-23 14:58:54 +02:00
|
|
|
mobile_scanner: ^7.2.0
|
2026-05-16 01:19:01 +02:00
|
|
|
|
2026-04-28 20:10:18 +02:00
|
|
|
# HTML rendering for email bodies
|
2026-05-15 08:18:42 +02:00
|
|
|
webview_flutter: ^4.0.0
|
2026-05-09 18:49:34 +02:00
|
|
|
url_launcher: ^6.3.2
|
2026-05-22 16:44:10 +02:00
|
|
|
flutter_markdown_plus: ^1.0.7
|
2026-04-28 20:10:18 +02:00
|
|
|
|
2026-05-14 04:06:35 +02:00
|
|
|
# Background sync and local notifications
|
2026-05-23 14:58:54 +02:00
|
|
|
flutter_local_notifications: ^21.0.0
|
2026-05-14 09:03:17 +02:00
|
|
|
workmanager: ^0.9.0
|
2026-05-14 04:06:35 +02:00
|
|
|
|
2026-06-04 14:08:08 +02:00
|
|
|
# Stack trace chain-to-VM conversion for FlutterError.demangleStackTrace
|
|
|
|
|
stack_trace: ^1.12.1
|
|
|
|
|
|
2026-05-14 20:52:40 +02:00
|
|
|
# App version metadata for crash reports
|
2026-05-23 14:58:54 +02:00
|
|
|
package_info_plus: ^10.1.0
|
|
|
|
|
share_plus: ^13.1.0
|
2026-05-25 22:18:09 +02:00
|
|
|
device_info_plus: ^13.1.0
|
2026-05-14 20:52:40 +02:00
|
|
|
|
2026-04-16 07:35:56 +02:00
|
|
|
dev_dependencies:
|
|
|
|
|
flutter_test:
|
|
|
|
|
sdk: flutter
|
2026-04-18 12:05:20 +02:00
|
|
|
integration_test:
|
|
|
|
|
sdk: flutter
|
2026-05-23 14:58:54 +02:00
|
|
|
flutter_lints: ^6.0.0
|
2026-04-16 07:35:56 +02:00
|
|
|
drift_dev: ^2.20.3
|
|
|
|
|
build_runner: ^2.4.13
|
2026-04-16 08:11:29 +02:00
|
|
|
test: ^1.25.0
|
2026-05-08 11:14:54 +02:00
|
|
|
mockito: ^5.4.4
|
2026-04-16 13:44:55 +02:00
|
|
|
fake_async: ^1.3.1
|
2026-05-16 13:32:22 +02:00
|
|
|
path_provider_platform_interface: ^2.1.2
|
2026-05-22 08:19:14 +02:00
|
|
|
sqlite3: ^3.1.5 # used directly in test/unit/db_test_helper.dart; 3.x required for Database.close()
|
2026-05-10 22:21:09 +02:00
|
|
|
url_launcher_platform_interface: ^2.3.2
|
|
|
|
|
plugin_platform_interface: ^2.1.8
|
2026-06-06 05:32:29 +02:00
|
|
|
flutter_launcher_icons: ^0.13.1
|
|
|
|
|
|
|
|
|
|
flutter_icons:
|
|
|
|
|
android: "ic_launcher"
|
|
|
|
|
ios: false
|
|
|
|
|
image_path: "icon.png"
|
|
|
|
|
linux:
|
|
|
|
|
generate: true
|
|
|
|
|
image_path: "icon.png"
|
2026-04-16 07:35:56 +02:00
|
|
|
|
|
|
|
|
flutter:
|
|
|
|
|
uses-material-design: true
|
2026-05-10 11:23:39 +02:00
|
|
|
assets:
|
|
|
|
|
- assets/
|
2026-04-28 12:36:30 +02:00
|
|
|
|
|
|
|
|
dependency_overrides:
|
2026-05-22 11:16:09 +02:00
|
|
|
# path_provider_android 2.2.21 updated to Pigeon 26, which causes a
|
|
|
|
|
# channel-error on startup on some Android devices. 2.3+ uses package:jni
|
|
|
|
|
# (SIGSEGV in libdartjni.so FindClassUnchecked). Pin to 2.2.20 which uses
|
|
|
|
|
# stable Pigeon and is known to work reliably.
|
|
|
|
|
path_provider_android: ">=2.2.0 <2.2.21"
|
2026-05-24 17:20:09 +02:00
|
|
|
# url_launcher_android 6.3.25 updated to Pigeon 26, which causes a
|
|
|
|
|
# channel-error on launchUrl on some Android devices (same root cause as
|
|
|
|
|
# path_provider_android). Pin to <6.3.25 which uses stable Pigeon.
|
|
|
|
|
url_launcher_android: ">=6.3.0 <6.3.25"
|