Initial Flutter/Dart port of SharedInbox

IMAP/SMTP email client with offline-first architecture:
sync engine writes to Drift (SQLite), UI reads reactively
from the local DB. enough_mail vendored under packages/.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
Thomas Güttler
2026-04-16 07:35:56 +02:00
co-authored by Claude Sonnet 4.6
commit 5ebda521d6
28 changed files with 1893 additions and 0 deletions
+26
View File
@@ -0,0 +1,26 @@
# Flutter/Dart
.dart_tool/
.packages
pubspec.lock
build/
*.g.dart
*.freezed.dart
# IDE
.idea/
.vscode/
*.iml
# OS
.DS_Store
Thumbs.db
# Android
android/.gradle/
android/local.properties
android/app/google-services.json
# iOS / macOS
ios/Pods/
macos/Pods/
*.xcworkspace/