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>
27 lines
274 B
Plaintext
27 lines
274 B
Plaintext
# 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/
|