Feature: Fluttery Framework #3

Closed
opened 2025-09-21 11:04:54 +02:00 by boom · 7 comments
boom commented 2025-09-21 11:04:54 +02:00 (Migrated from gitlab.boomlab.party)

Sicherheit & Storage

  • flutter_secure_storage → für Tokens, Passwörter, sensitive Daten (Keychain/Keystore).
  • shared_preferences → einfache Key-Value Configs (nicht sensibel).
  • path_provider → Filesystem-Zugriff (z. B. Cache-Ordner).

Networking & APIs

  • dio → flexibler HTTP-Client mit Interceptors, Timeout, Retry.
  • pretty_dio_logger → API-Logging für Dev.
  • chopper oder retrofit → API-Client Codegen.
  • connectivity_plus → Online/Offline-Status.

Logging & Error Handling

  • logger → zentrale Logging-Lib (konfigurierbar für Prod/Dev).
  • sentry_flutter oder firebase_crashlytics → Error Tracking.
  • stack_trace → schönere Stacktraces.
### Sicherheit & Storage * [x] `flutter_secure_storage` → für Tokens, Passwörter, sensitive Daten (Keychain/Keystore). * [x] `shared_preferences` → einfache Key-Value Configs (nicht sensibel). * [ ] `path_provider` → Filesystem-Zugriff (z. B. Cache-Ordner). ### Networking & APIs * [ ] `dio` → flexibler HTTP-Client mit Interceptors, Timeout, Retry. * [ ] `pretty_dio_logger` → API-Logging für Dev. * [ ] `chopper` oder `retrofit` → API-Client Codegen. * [ ] `connectivity_plus` → Online/Offline-Status. ### Logging & Error Handling * [x] `logger` → zentrale Logging-Lib (konfigurierbar für Prod/Dev). * [ ] `sentry_flutter` oder `firebase_crashlytics` → Error Tracking. * [ ] `stack_trace` → schönere Stacktraces.
boom commented 2025-09-21 11:05:48 +02:00 (Migrated from gitlab.boomlab.party)

created branch 2-fluttery-framework to address this issue

created branch [`2-fluttery-framework`](/rhein-software/finlog/finlog/-/compare/dev...2-fluttery-framework) to address this issue
boom commented 2025-09-21 11:10:18 +02:00 (Migrated from gitlab.boomlab.party)
see MR https://gitlab.boomlab.party/rhein-software/finlog/finlog/-/merge_requests/4
boom commented 2025-09-21 11:40:03 +02:00 (Migrated from gitlab.boomlab.party)

changed title from #2 Fluttery Framework to Feature: Fluttery Framework

<p>changed title from <code class="idiff"><span class="idiff left right deletion">#2</span> Fluttery Framework</code> to <code class="idiff"><span class="idiff left right addition">Feature:</span> Fluttery Framework</code></p>
boom commented 2025-09-21 11:40:03 +02:00 (Migrated from gitlab.boomlab.party)

changed the description

changed the description
boom commented 2025-09-21 11:40:05 +02:00 (Migrated from gitlab.boomlab.party)

marked the checklist item shared_preferences → einfache Key-Value Configs (nicht sensibel). as completed

marked the checklist item **`shared_preferences` → einfache Key-Value Configs (nicht sensibel).** as completed
boom commented 2025-09-21 11:55:10 +02:00 (Migrated from gitlab.boomlab.party)

marked the checklist item flutter_secure_storage → für Tokens, Passwörter, sensitive Daten (Keychain/Keystore). as completed

marked the checklist item **`flutter_secure_storage` → für Tokens, Passwörter, sensitive Daten (Keychain/Keystore).** as completed
boom commented 2025-09-22 21:59:51 +02:00 (Migrated from gitlab.boomlab.party)

marked the checklist item logger → zentrale Logging-Lib (konfigurierbar für Prod/Dev). as completed

marked the checklist item **`logger` → zentrale Logging-Lib (konfigurierbar für Prod/Dev).** as completed
boom (Migrated from gitlab.boomlab.party) closed this issue 2025-09-23 22:01:48 +02:00
Sign in to join this conversation.
No Label
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: Gitlab-Migration/finlog#3